Translation components API.

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

GET /api/translations/anaconda/f35/nb_NO/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1372,
    "total_words": 8349,
    "total_chars": 53478,
    "last_change": "2024-12-20T11:44:23.669560Z",
    "recent_changes": 0,
    "translated": 667,
    "translated_words": 2589,
    "translated_percent": 48.6,
    "translated_words_percent": 31.0,
    "translated_chars": 17027,
    "translated_chars_percent": 31.8,
    "fuzzy": 103,
    "fuzzy_percent": 7.5,
    "fuzzy_words": 603,
    "fuzzy_words_percent": 7.2,
    "fuzzy_chars": 3948,
    "fuzzy_chars_percent": 7.3,
    "failing": 95,
    "failing_percent": 6.9,
    "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": 130,
    "comments": 0,
    "code": "nb_NO",
    "name": "Norwegian Bokmål",
    "url": "https://translate.fedoraproject.org/projects/anaconda/f35/nb_NO/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/f35/nb_NO/"
}