Translation components API.

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

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

{
    "total": 3427,
    "total_words": 22679,
    "total_chars": 141877,
    "last_change": "2023-12-05T18:51:08.085912Z",
    "recent_changes": 0,
    "translated": 310,
    "translated_words": 830,
    "translated_percent": 9.0,
    "translated_words_percent": 3.6,
    "translated_chars": 4901,
    "translated_chars_percent": 3.4,
    "fuzzy": 1016,
    "fuzzy_percent": 29.6,
    "fuzzy_words": 3466,
    "fuzzy_words_percent": 15.2,
    "fuzzy_chars": 22317,
    "fuzzy_chars_percent": 15.7,
    "failing": 416,
    "failing_percent": 12.1,
    "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": 2,
    "comments": 0,
    "code": "ug",
    "name": "Uyghur",
    "url": "https://hosted.weblate.org/projects/phpmyadmin/5-2/ug/",
    "translate_url": "https://hosted.weblate.org/translate/phpmyadmin/5-2/ug/"
}