Translation components API.

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

GET /api/translations/documentation/booksdevelopers-handbooktools_index/pt_BR/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 409,
    "total_words": 10167,
    "last_change": "2021-07-18T21:40:08.925188Z",
    "recent_changes": 2,
    "translated": 26,
    "translated_words": 181,
    "translated_percent": 6.3,
    "translated_words_percent": 1.7,
    "translated_chars": 1082,
    "translated_chars_percent": 1.6,
    "total_chars": 64067,
    "fuzzy": 30,
    "fuzzy_percent": 7.3,
    "failing": 19,
    "failing_percent": 4.6,
    "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/documentation/booksdevelopers-handbooktools_index/pt_BR/",
    "translate_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/pt_BR/"
}