Translation components API.

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

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

{
    "total": 41,
    "total_words": 176,
    "total_chars": 1813,
    "last_change": "2024-04-23T19:22:01.847055Z",
    "recent_changes": 1,
    "translated": 40,
    "translated_words": 172,
    "translated_percent": 97.5,
    "translated_words_percent": 97.7,
    "translated_chars": 1768,
    "translated_chars_percent": 97.5,
    "fuzzy": 1,
    "fuzzy_percent": 2.4,
    "fuzzy_words": 4,
    "fuzzy_words_percent": 2.2,
    "fuzzy_chars": 45,
    "fuzzy_chars_percent": 2.4,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 20,
    "approved_percent": 48.7,
    "approved_words": 84,
    "approved_words_percent": 47.7,
    "approved_chars": 782,
    "approved_chars_percent": 43.1,
    "readonly": 1,
    "readonly_percent": 2.4,
    "readonly_words": 2,
    "readonly_words_percent": 1.1,
    "readonly_chars": 21,
    "readonly_chars_percent": 1.1,
    "suggestions": 0,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.tails.boum.org/projects/tails/doc/it/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/doc/it/"
}