Translation components API.

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

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

{
    "total": 36,
    "total_words": 272,
    "total_chars": 2221,
    "last_change": "2024-04-11T14:19:49.448056Z",
    "recent_changes": 9,
    "translated": 27,
    "translated_words": 226,
    "translated_percent": 75.0,
    "translated_words_percent": 83.0,
    "translated_chars": 1779,
    "translated_chars_percent": 80.0,
    "fuzzy": 9,
    "fuzzy_percent": 25.0,
    "fuzzy_words": 46,
    "fuzzy_words_percent": 16.9,
    "fuzzy_chars": 442,
    "fuzzy_chars_percent": 19.9,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 6,
    "approved_percent": 16.6,
    "approved_words": 26,
    "approved_words_percent": 9.5,
    "approved_chars": 352,
    "approved_chars_percent": 15.8,
    "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": "it",
    "name": "Italian",
    "url": "https://translate.tails.boum.org/projects/tails/index/it/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/index/it/"
}