Translation components API.

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

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

{
    "total": 95,
    "total_words": 1120,
    "total_chars": 7992,
    "last_change": "2024-12-03T23:20:18.882049Z",
    "recent_changes": 1,
    "translated": 91,
    "translated_words": 1059,
    "translated_percent": 95.7,
    "translated_words_percent": 94.5,
    "translated_chars": 7508,
    "translated_chars_percent": 93.9,
    "fuzzy": 3,
    "fuzzy_percent": 3.1,
    "fuzzy_words": 43,
    "fuzzy_words_percent": 3.8,
    "fuzzy_chars": 343,
    "fuzzy_chars_percent": 4.2,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 21,
    "approved_percent": 22.1,
    "approved_words": 135,
    "approved_words_percent": 12.0,
    "approved_chars": 1167,
    "approved_chars_percent": 14.6,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 3,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.tails.net/projects/tails/about/it/",
    "translate_url": "https://translate.tails.net/translate/tails/about/it/"
}