Translation components API.

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

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

{
    "total": 43,
    "total_words": 508,
    "total_chars": 3831,
    "last_change": "2025-04-02T22:59:59.869232Z",
    "recent_changes": 1,
    "translated": 26,
    "translated_words": 293,
    "translated_percent": 60.4,
    "translated_words_percent": 57.6,
    "translated_chars": 2375,
    "translated_chars_percent": 61.9,
    "fuzzy": 10,
    "fuzzy_percent": 23.2,
    "fuzzy_words": 165,
    "fuzzy_words_percent": 32.4,
    "fuzzy_chars": 1066,
    "fuzzy_chars_percent": 27.8,
    "failing": 8,
    "failing_percent": 18.6,
    "approved": 24,
    "approved_percent": 55.8,
    "approved_words": 269,
    "approved_words_percent": 52.9,
    "approved_chars": 2222,
    "approved_chars_percent": 58.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 3,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.tails.net/projects/tails/wikisrcdocresetmac-po/es/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcdocresetmac-po/es/"
}