Translation components API.

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

GET /api/translations/freeipa/ipa-4-8/en_GB/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 4657,
    "total_words": 57621,
    "total_chars": 398897,
    "last_change": "2023-07-28T16:35:36.610222Z",
    "recent_changes": 0,
    "translated": 9,
    "translated_words": 48,
    "translated_percent": 0.1,
    "translated_words_percent": 0.1,
    "translated_chars": 314,
    "translated_chars_percent": 0.1,
    "fuzzy": 29,
    "fuzzy_percent": 0.6,
    "fuzzy_words": 110,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 1187,
    "fuzzy_chars_percent": 0.2,
    "failing": 26,
    "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": 183,
    "comments": 0,
    "code": "en_GB",
    "name": "English (United Kingdom)",
    "url": "https://translate.fedoraproject.org/projects/freeipa/ipa-4-8/en_GB/",
    "translate_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/en_GB/"
}