Translation components API.

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

GET /api/translations/debian-handbook/08_basic-configuration/es/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1007,
    "total_words": 17838,
    "total_chars": 165831,
    "last_change": "2024-05-11T22:18:13.448976Z",
    "recent_changes": 0,
    "translated": 815,
    "translated_words": 17530,
    "translated_percent": 80.9,
    "translated_words_percent": 98.2,
    "translated_chars": 149696,
    "translated_chars_percent": 90.2,
    "fuzzy": 192,
    "fuzzy_percent": 19.0,
    "fuzzy_words": 308,
    "fuzzy_words_percent": 1.7,
    "fuzzy_chars": 16135,
    "fuzzy_chars_percent": 9.7,
    "failing": 46,
    "failing_percent": 4.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": 1,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://hosted.weblate.org/projects/debian-handbook/08_basic-configuration/es/",
    "translate_url": "https://hosted.weblate.org/translate/debian-handbook/08_basic-configuration/es/"
}