Translation components API.

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

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

{
    "total": 884,
    "total_words": 7324,
    "last_change": "2023-04-20T07:27:34.592755Z",
    "recent_changes": 5,
    "translated": 814,
    "translated_words": 6524,
    "translated_percent": 92.0,
    "translated_words_percent": 89.0,
    "translated_chars": 46895,
    "translated_chars_percent": 90.9,
    "total_chars": 51545,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 68,
    "failing_percent": 7.6,
    "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/thold/pt_BR/",
    "translate_url": "http://translate.cacti.net/translate/cacti/thold/pt_BR/"
}