Translation components API.

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

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

{
    "total": 230,
    "total_words": 945,
    "last_change": "2023-04-20T07:24:08.670423Z",
    "recent_changes": 2,
    "translated": 68,
    "translated_words": 82,
    "translated_percent": 29.5,
    "translated_words_percent": 8.6,
    "translated_chars": 498,
    "translated_chars_percent": 8.9,
    "total_chars": 5564,
    "fuzzy": 162,
    "fuzzy_percent": 70.4,
    "failing": 14,
    "failing_percent": 6.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "http://translate.cacti.net/projects/cacti/hmib/pt_BR/",
    "translate_url": "http://translate.cacti.net/translate/cacti/hmib/pt_BR/"
}