Translation components API.

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

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

{
    "total": 1362,
    "total_words": 8414,
    "total_chars": 53761,
    "last_change": "2024-05-16T01:04:12.206533Z",
    "recent_changes": 0,
    "translated": 388,
    "translated_words": 1997,
    "translated_percent": 28.4,
    "translated_words_percent": 23.7,
    "translated_chars": 13103,
    "translated_chars_percent": 24.3,
    "fuzzy": 101,
    "fuzzy_percent": 7.4,
    "fuzzy_words": 490,
    "fuzzy_words_percent": 5.8,
    "fuzzy_chars": 3281,
    "fuzzy_chars_percent": 6.1,
    "failing": 47,
    "failing_percent": 3.4,
    "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": 238,
    "comments": 0,
    "code": "te",
    "name": "Telugu",
    "url": "https://translate.fedoraproject.org/projects/anaconda/master/te/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/master/te/"
}