Translation components API.

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

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

{
    "total": 16,
    "total_words": 81,
    "total_chars": 1235,
    "last_change": "2024-05-12T13:40:47.031011Z",
    "recent_changes": 3,
    "translated": 8,
    "translated_words": 28,
    "translated_percent": 50.0,
    "translated_words_percent": 34.5,
    "translated_chars": 556,
    "translated_chars_percent": 45.0,
    "fuzzy": 1,
    "fuzzy_percent": 6.2,
    "fuzzy_words": 5,
    "fuzzy_words_percent": 6.1,
    "fuzzy_chars": 108,
    "fuzzy_chars_percent": 8.7,
    "failing": 2,
    "failing_percent": 12.5,
    "approved": 7,
    "approved_percent": 43.7,
    "approved_words": 24,
    "approved_words_percent": 29.6,
    "approved_chars": 477,
    "approved_chars_percent": 38.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)",
    "url": "https://translate.tails.net/projects/tails/wikisrcupgradelinuxpo/sr_Latn/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcupgradelinuxpo/sr_Latn/"
}