Translation components API.

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

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

{
    "total": 157,
    "total_words": 1459,
    "total_chars": 11177,
    "last_change": "2025-12-10T12:01:18.688835Z",
    "recent_changes": 0,
    "translated": 16,
    "translated_words": 60,
    "translated_percent": 10.1,
    "translated_words_percent": 4.1,
    "translated_chars": 549,
    "translated_chars_percent": 4.9,
    "fuzzy": 5,
    "fuzzy_percent": 3.1,
    "fuzzy_words": 11,
    "fuzzy_words_percent": 0.7,
    "fuzzy_chars": 169,
    "fuzzy_chars_percent": 1.5,
    "failing": 5,
    "failing_percent": 3.1,
    "approved": 5,
    "approved_percent": 3.1,
    "approved_words": 7,
    "approved_words_percent": 0.4,
    "approved_chars": 52,
    "approved_chars_percent": 0.4,
    "readonly": 11,
    "readonly_percent": 7.0,
    "readonly_words": 53,
    "readonly_words_percent": 3.6,
    "readonly_chars": 497,
    "readonly_chars_percent": 4.4,
    "suggestions": 0,
    "comments": 0,
    "code": "sr_Latn",
    "name": "Serbian (Latin script)",
    "url": "https://translate.tails.net/projects/tails/known_issues/sr_Latn/",
    "translate_url": "https://translate.tails.net/translate/tails/known_issues/sr_Latn/"
}