Translation components API.

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

GET /api/translations/freeipa/ipa-4-8/eu/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-05-28T15:42:59.497079Z",
    "recent_changes": 0,
    "translated": 168,
    "translated_words": 368,
    "translated_percent": 3.6,
    "translated_words_percent": 0.6,
    "translated_chars": 2357,
    "translated_chars_percent": 0.5,
    "fuzzy": 881,
    "fuzzy_percent": 18.9,
    "fuzzy_words": 2880,
    "fuzzy_words_percent": 4.9,
    "fuzzy_chars": 19107,
    "fuzzy_chars_percent": 4.7,
    "failing": 91,
    "failing_percent": 1.9,
    "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": 152,
    "comments": 0,
    "code": "eu",
    "name": "Basque",
    "url": "https://translate.fedoraproject.org/projects/freeipa/ipa-4-8/eu/",
    "translate_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/eu/"
}