Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/translations/qtilities/picom-conf/ca/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 68,
    "total_words": 302,
    "last_change": null,
    "recent_changes": 0,
    "translated": 58,
    "translated_words": 280,
    "translated_percent": 85.2,
    "translated_words_percent": 92.7,
    "translated_chars": 1733,
    "translated_chars_percent": 91.0,
    "total_chars": 1904,
    "fuzzy": 3,
    "fuzzy_percent": 4.4,
    "failing": 1,
    "failing_percent": 1.4,
    "code": "ca",
    "name": "Catalan",
    "url": "https://translate.lxqt-project.org/projects/qtilities/picom-conf/ca/",
    "translate_url": "https://translate.lxqt-project.org/translate/qtilities/picom-conf/ca/"
}