Translation components API.

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

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

{
    "total": 11,
    "total_words": 40,
    "total_chars": 551,
    "last_change": "2024-05-02T19:38:31.988212Z",
    "recent_changes": 1,
    "translated": 10,
    "translated_words": 34,
    "translated_percent": 90.9,
    "translated_words_percent": 85.0,
    "translated_chars": 483,
    "translated_chars_percent": 87.6,
    "fuzzy": 1,
    "fuzzy_percent": 9.0,
    "fuzzy_words": 6,
    "fuzzy_words_percent": 15.0,
    "fuzzy_chars": 68,
    "fuzzy_chars_percent": 12.3,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 8,
    "approved_percent": 72.7,
    "approved_words": 27,
    "approved_words_percent": 67.5,
    "approved_chars": 402,
    "approved_chars_percent": 72.9,
    "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": "it",
    "name": "Italian",
    "url": "https://translate.tails.boum.org/projects/tails/first_stepsindex/it/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/first_stepsindex/it/"
}