Translation components API.

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

GET /api/translations/debian-handbook/12_advanced-administration/de/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 697,
    "total_words": 20914,
    "total_chars": 163691,
    "last_change": "2023-10-12T21:54:46.373547Z",
    "recent_changes": 0,
    "translated": 409,
    "translated_words": 13417,
    "translated_percent": 58.6,
    "translated_words_percent": 64.1,
    "translated_chars": 91281,
    "translated_chars_percent": 55.7,
    "fuzzy": 264,
    "fuzzy_percent": 37.8,
    "fuzzy_words": 6940,
    "fuzzy_words_percent": 33.1,
    "fuzzy_chars": 67951,
    "fuzzy_chars_percent": 41.5,
    "failing": 106,
    "failing_percent": 15.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": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://hosted.weblate.org/projects/debian-handbook/12_advanced-administration/de/",
    "translate_url": "https://hosted.weblate.org/translate/debian-handbook/12_advanced-administration/de/"
}