Translation components API.

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

GET /api/translations/code/code/it/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:49:15.628220Z",
    "recent_changes": 4,
    "translated": 123,
    "translated_words": 322,
    "translated_percent": 61.8,
    "translated_words_percent": 50.9,
    "translated_chars": 1840,
    "translated_chars_percent": 49.0,
    "fuzzy": 38,
    "fuzzy_percent": 19.0,
    "fuzzy_words": 141,
    "fuzzy_words_percent": 22.3,
    "fuzzy_chars": 852,
    "fuzzy_chars_percent": 22.7,
    "failing": 15,
    "failing_percent": 7.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": 26,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://l10n.elementary.io/projects/code/code/it/",
    "translate_url": "https://l10n.elementary.io/translate/code/code/it/"
}