Translation components API.

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

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

{
    "total": 96,
    "total_words": 545,
    "total_chars": 5742,
    "last_change": "2026-04-10T20:01:06.817013Z",
    "recent_changes": 0,
    "translated": 20,
    "translated_words": 143,
    "translated_percent": 20.8,
    "translated_words_percent": 26.2,
    "translated_chars": 1908,
    "translated_chars_percent": 33.2,
    "fuzzy": 6,
    "fuzzy_percent": 6.2,
    "fuzzy_words": 48,
    "fuzzy_words_percent": 8.8,
    "fuzzy_chars": 716,
    "fuzzy_chars_percent": 12.4,
    "failing": 6,
    "failing_percent": 6.2,
    "approved": 20,
    "approved_percent": 20.8,
    "approved_words": 143,
    "approved_words_percent": 26.2,
    "approved_chars": 1908,
    "approved_chars_percent": 33.2,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "id",
    "name": "Indonesian",
    "url": "https://translate.tails.net/projects/tails/install-inc-overview/id/",
    "translate_url": "https://translate.tails.net/translate/tails/install-inc-overview/id/"
}