Translation components API.

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

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

{
    "total": 37,
    "total_words": 396,
    "total_chars": 3919,
    "last_change": "2025-09-18T17:20:49.562895Z",
    "recent_changes": 1,
    "translated": 17,
    "translated_words": 83,
    "translated_percent": 45.9,
    "translated_words_percent": 20.9,
    "translated_chars": 1001,
    "translated_chars_percent": 25.5,
    "fuzzy": 14,
    "fuzzy_percent": 37.8,
    "fuzzy_words": 227,
    "fuzzy_words_percent": 57.3,
    "fuzzy_chars": 2212,
    "fuzzy_chars_percent": 56.4,
    "failing": 14,
    "failing_percent": 37.8,
    "approved": 14,
    "approved_percent": 37.8,
    "approved_words": 49,
    "approved_words_percent": 12.3,
    "approved_chars": 699,
    "approved_chars_percent": 17.8,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.tails.net/projects/tails/wikisrcinstallincstepscloneinlinepo/es/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcinstallincstepscloneinlinepo/es/"
}