Translation components API.

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

GET /api/translations/phpmyadmin/5-2/tt/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 3427,
    "total_words": 22685,
    "total_chars": 141877,
    "last_change": "2023-12-05T18:51:05.060660Z",
    "recent_changes": 0,
    "translated": 445,
    "translated_words": 1717,
    "translated_percent": 12.9,
    "translated_words_percent": 7.5,
    "translated_chars": 10208,
    "translated_chars_percent": 7.1,
    "fuzzy": 1407,
    "fuzzy_percent": 41.0,
    "fuzzy_words": 5223,
    "fuzzy_words_percent": 23.0,
    "fuzzy_chars": 32895,
    "fuzzy_chars_percent": 23.1,
    "failing": 470,
    "failing_percent": 13.7,
    "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": 0,
    "comments": 0,
    "code": "tt",
    "name": "Tatar",
    "url": "https://hosted.weblate.org/projects/phpmyadmin/5-2/tt/",
    "translate_url": "https://hosted.weblate.org/translate/phpmyadmin/5-2/tt/"
}