Translation components API.

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

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

{
    "total": 199,
    "total_words": 632,
    "total_chars": 3750,
    "last_change": "2024-06-15T18:48:37.957546Z",
    "recent_changes": 4,
    "translated": 84,
    "translated_words": 197,
    "translated_percent": 42.2,
    "translated_words_percent": 31.1,
    "translated_chars": 1092,
    "translated_chars_percent": 29.1,
    "fuzzy": 56,
    "fuzzy_percent": 28.1,
    "fuzzy_words": 178,
    "fuzzy_words_percent": 28.1,
    "fuzzy_chars": 1058,
    "fuzzy_chars_percent": 28.2,
    "failing": 23,
    "failing_percent": 11.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": "el",
    "name": "Greek",
    "url": "https://l10n.elementary.io/projects/code/code/el/",
    "translate_url": "https://l10n.elementary.io/translate/code/code/el/"
}