Translation components API.

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

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

{
    "total": 37,
    "total_words": 400,
    "total_chars": 3968,
    "last_change": "2025-07-12T06:52:42.788389Z",
    "recent_changes": 1,
    "translated": 24,
    "translated_words": 183,
    "translated_percent": 64.8,
    "translated_words_percent": 45.7,
    "translated_chars": 1986,
    "translated_chars_percent": 50.0,
    "fuzzy": 9,
    "fuzzy_percent": 24.3,
    "fuzzy_words": 144,
    "fuzzy_words_percent": 36.0,
    "fuzzy_chars": 1379,
    "fuzzy_chars_percent": 34.7,
    "failing": 10,
    "failing_percent": 27.0,
    "approved": 18,
    "approved_percent": 48.6,
    "approved_words": 129,
    "approved_words_percent": 32.2,
    "approved_chars": 1538,
    "approved_chars_percent": 38.7,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 14,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.tails.net/projects/tails/wikisrcinstallincstepscloneinlinepo/it/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcinstallincstepscloneinlinepo/it/"
}