Translation components API.

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

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

{
    "total": 3427,
    "total_words": 22701,
    "total_chars": 141877,
    "last_change": "2023-12-05T18:51:13.035800Z",
    "recent_changes": 0,
    "translated": 919,
    "translated_words": 5437,
    "translated_percent": 26.8,
    "translated_words_percent": 23.9,
    "translated_chars": 32039,
    "translated_chars_percent": 22.5,
    "fuzzy": 1581,
    "fuzzy_percent": 46.1,
    "fuzzy_words": 7588,
    "fuzzy_words_percent": 33.4,
    "fuzzy_chars": 49347,
    "fuzzy_chars_percent": 34.7,
    "failing": 619,
    "failing_percent": 18.0,
    "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": "uz",
    "name": "Uzbek",
    "url": "https://hosted.weblate.org/projects/phpmyadmin/5-2/uz/",
    "translate_url": "https://hosted.weblate.org/translate/phpmyadmin/5-2/uz/"
}