Translation components API.

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

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

{
    "total": 8,
    "total_words": 34,
    "total_chars": 605,
    "last_change": "2025-06-26T10:08:23.747549Z",
    "recent_changes": 0,
    "translated": 6,
    "translated_words": 24,
    "translated_percent": 75.0,
    "translated_words_percent": 70.5,
    "translated_chars": 464,
    "translated_chars_percent": 76.6,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 1,
    "failing_percent": 12.5,
    "approved": 5,
    "approved_percent": 62.5,
    "approved_words": 20,
    "approved_words_percent": 58.8,
    "approved_chars": 385,
    "approved_chars_percent": 63.6,
    "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": "sr_Latn",
    "name": "Serbian (Latin script)",
    "url": "https://translate.tails.net/projects/tails/wikisrcdocupgradeclone-po/sr_Latn/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcdocupgradeclone-po/sr_Latn/"
}