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": 65,
    "total_words": 822,
    "total_chars": 5668,
    "last_change": "2025-09-18T17:20:04.636314Z",
    "recent_changes": 3,
    "translated": 32,
    "translated_words": 368,
    "translated_percent": 49.2,
    "translated_words_percent": 44.7,
    "translated_chars": 2603,
    "translated_chars_percent": 45.9,
    "fuzzy": 22,
    "fuzzy_percent": 33.8,
    "fuzzy_words": 280,
    "fuzzy_words_percent": 34.0,
    "fuzzy_chars": 1788,
    "fuzzy_chars_percent": 31.5,
    "failing": 19,
    "failing_percent": 29.2,
    "approved": 28,
    "approved_percent": 43.0,
    "approved_words": 288,
    "approved_words_percent": 35.0,
    "approved_chars": 2101,
    "approved_chars_percent": 37.0,
    "readonly": 1,
    "readonly_percent": 1.5,
    "readonly_words": 2,
    "readonly_words_percent": 0.2,
    "readonly_chars": 19,
    "readonly_chars_percent": 0.3,
    "suggestions": 5,
    "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/"
}