Translation components API.

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

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

{
    "total": 66,
    "total_words": 856,
    "total_chars": 5986,
    "last_change": "2025-02-06T10:20:47.992557Z",
    "recent_changes": 2,
    "translated": 35,
    "translated_words": 421,
    "translated_percent": 53.0,
    "translated_words_percent": 49.1,
    "translated_chars": 3138,
    "translated_chars_percent": 52.4,
    "fuzzy": 21,
    "fuzzy_percent": 31.8,
    "fuzzy_words": 278,
    "fuzzy_words_percent": 32.4,
    "fuzzy_chars": 1737,
    "fuzzy_chars_percent": 29.0,
    "failing": 4,
    "failing_percent": 6.0,
    "approved": 33,
    "approved_percent": 50.0,
    "approved_words": 375,
    "approved_words_percent": 43.8,
    "approved_chars": 2841,
    "approved_chars_percent": 47.4,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 17,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.tails.net/projects/tails/wikisrcdocupgrade-po/es/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcdocupgrade-po/es/"
}