Translation components API.

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

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

{
    "total": 190,
    "total_words": 2214,
    "total_chars": 16213,
    "last_change": "2024-03-27T15:57:06.584131Z",
    "recent_changes": 0,
    "translated": 31,
    "translated_words": 112,
    "translated_percent": 16.3,
    "translated_words_percent": 5.0,
    "translated_chars": 763,
    "translated_chars_percent": 4.7,
    "fuzzy": 3,
    "fuzzy_percent": 1.5,
    "fuzzy_words": 7,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 47,
    "fuzzy_chars_percent": 0.2,
    "failing": 1,
    "failing_percent": 0.5,
    "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": 13,
    "comments": 0,
    "code": "uz",
    "name": "Uzbek",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/getfedoraorg/uz/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-websites/getfedoraorg/uz/"
}