Translation components API.

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

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

{
    "total": 1370,
    "total_words": 8329,
    "total_chars": 53581,
    "last_change": "2022-06-07T09:38:47.592314Z",
    "recent_changes": 3,
    "translated": 664,
    "translated_words": 2577,
    "translated_percent": 48.4,
    "translated_words_percent": 30.9,
    "translated_chars": 16934,
    "translated_chars_percent": 31.6,
    "fuzzy": 106,
    "fuzzy_percent": 7.7,
    "fuzzy_words": 612,
    "fuzzy_words_percent": 7.3,
    "fuzzy_chars": 4006,
    "fuzzy_chars_percent": 7.4,
    "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": 129,
    "comments": 0,
    "code": "nb_NO",
    "name": "Norwegian Bokmål",
    "url": "https://translate.fedoraproject.org/projects/anaconda/f36/nb_NO/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/f36/nb_NO/"
}