Translation components API.

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

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

{
    "total": 36,
    "total_words": 411,
    "total_chars": 2918,
    "last_change": "2026-01-23T15:29:43.202249Z",
    "recent_changes": 1,
    "translated": 29,
    "translated_words": 315,
    "translated_percent": 80.5,
    "translated_words_percent": 76.6,
    "translated_chars": 2271,
    "translated_chars_percent": 77.8,
    "fuzzy": 5,
    "fuzzy_percent": 13.8,
    "fuzzy_words": 53,
    "fuzzy_words_percent": 12.8,
    "fuzzy_chars": 386,
    "fuzzy_chars_percent": 13.2,
    "failing": 2,
    "failing_percent": 5.5,
    "approved": 20,
    "approved_percent": 55.5,
    "approved_words": 184,
    "approved_words_percent": 44.7,
    "approved_chars": 1395,
    "approved_chars_percent": 47.8,
    "readonly": 1,
    "readonly_percent": 2.7,
    "readonly_words": 1,
    "readonly_words_percent": 0.2,
    "readonly_chars": 7,
    "readonly_chars_percent": 0.2,
    "suggestions": 0,
    "comments": 0,
    "code": "ca",
    "name": "Catalan",
    "url": "https://translate.tails.net/projects/tails/electrum/ca/",
    "translate_url": "https://translate.tails.net/translate/tails/electrum/ca/"
}