Translation components API.

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

GET /api/translations/cockpit/main/eu/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 2200,
    "total_words": 8940,
    "total_chars": 54562,
    "last_change": "2024-05-07T04:47:16.605007Z",
    "recent_changes": 0,
    "translated": 116,
    "translated_words": 163,
    "translated_percent": 5.2,
    "translated_words_percent": 1.8,
    "translated_chars": 1006,
    "translated_chars_percent": 1.8,
    "fuzzy": 239,
    "fuzzy_percent": 10.8,
    "fuzzy_words": 609,
    "fuzzy_words_percent": 6.8,
    "fuzzy_chars": 3993,
    "fuzzy_chars_percent": 7.3,
    "failing": 27,
    "failing_percent": 1.2,
    "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": 181,
    "comments": 0,
    "code": "eu",
    "name": "Basque",
    "url": "https://translate.fedoraproject.org/projects/cockpit/main/eu/",
    "translate_url": "https://translate.fedoraproject.org/translate/cockpit/main/eu/"
}