Translation components API.

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

GET /api/translations/freebsd-doc/articles_committers-guide/pt_BR/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 977,
    "total_words": 21168,
    "last_change": "2021-01-09T14:31:58.459304Z",
    "recent_changes": 3,
    "translated": 973,
    "translated_words": 20934,
    "translated_percent": 99.5,
    "translated_words_percent": 98.8,
    "translated_chars": 161669,
    "translated_chars_percent": 98.3,
    "total_chars": 164404,
    "fuzzy": 3,
    "fuzzy_percent": 0.3,
    "failing": 25,
    "failing_percent": 2.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translate-dev.freebsd.org/projects/freebsd-doc/articles_committers-guide/pt_BR/",
    "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_committers-guide/pt_BR/"
}