Translation components API.

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

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

{
    "total": 113,
    "total_words": 1148,
    "total_chars": 9065,
    "last_change": "2026-04-23T11:18:49.089924Z",
    "recent_changes": 7,
    "translated": 112,
    "translated_words": 1135,
    "translated_percent": 99.1,
    "translated_words_percent": 98.8,
    "translated_chars": 8990,
    "translated_chars_percent": 99.1,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 105,
    "approved_percent": 92.9,
    "approved_words": 1045,
    "approved_words_percent": 91.0,
    "approved_chars": 8154,
    "approved_chars_percent": 89.9,
    "readonly": 1,
    "readonly_percent": 0.8,
    "readonly_words": 2,
    "readonly_words_percent": 0.1,
    "readonly_chars": 19,
    "readonly_chars_percent": 0.2,
    "suggestions": 2,
    "comments": 1,
    "code": "fr",
    "name": "French",
    "url": "https://translate.tails.net/projects/tails/wikisrcdocpersistent_storageconfigure-po/fr/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcdocpersistent_storageconfigure-po/fr/"
}