Translation components API.

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

GET /api/translations/debian-handbook/11_network-services/pt_BR/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1089,
    "total_words": 17901,
    "total_chars": 168826,
    "last_change": "2024-05-24T02:14:59.911737Z",
    "recent_changes": 251,
    "translated": 1086,
    "translated_words": 17822,
    "translated_percent": 99.7,
    "translated_words_percent": 99.5,
    "translated_chars": 168168,
    "translated_chars_percent": 99.6,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 39,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 341,
    "fuzzy_chars_percent": 0.2,
    "failing": 26,
    "failing_percent": 2.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 10,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://hosted.weblate.org/projects/debian-handbook/11_network-services/pt_BR/",
    "translate_url": "https://hosted.weblate.org/translate/debian-handbook/11_network-services/pt_BR/"
}