Translation components API.

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

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

{
    "total": 15,
    "total_words": 85,
    "total_chars": 948,
    "last_change": "2024-02-28T20:59:07.733826Z",
    "recent_changes": 8,
    "translated": 14,
    "translated_words": 76,
    "translated_percent": 93.3,
    "translated_words_percent": 89.4,
    "translated_chars": 854,
    "translated_chars_percent": 90.0,
    "fuzzy": 1,
    "fuzzy_percent": 6.6,
    "fuzzy_words": 9,
    "fuzzy_words_percent": 10.5,
    "fuzzy_chars": 94,
    "fuzzy_chars_percent": 9.9,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 6,
    "approved_percent": 40.0,
    "approved_words": 37,
    "approved_words_percent": 43.5,
    "approved_chars": 412,
    "approved_chars_percent": 43.4,
    "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/anonymous_internetindex/it/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/anonymous_internetindex/it/"
}