Translation components API.

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

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

{
    "total": 53,
    "total_words": 455,
    "total_chars": 5938,
    "last_change": "2025-01-24T17:16:25.200468Z",
    "recent_changes": 3,
    "translated": 45,
    "translated_words": 385,
    "translated_percent": 84.9,
    "translated_words_percent": 84.6,
    "translated_chars": 5033,
    "translated_chars_percent": 84.7,
    "fuzzy": 6,
    "fuzzy_percent": 11.3,
    "fuzzy_words": 61,
    "fuzzy_words_percent": 13.4,
    "fuzzy_chars": 696,
    "fuzzy_chars_percent": 11.7,
    "failing": 2,
    "failing_percent": 3.7,
    "approved": 21,
    "approved_percent": 39.6,
    "approved_words": 68,
    "approved_words_percent": 14.9,
    "approved_chars": 821,
    "approved_chars_percent": 13.8,
    "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": "es",
    "name": "Spanish",
    "url": "https://translate.tails.net/projects/tails/contact/es/",
    "translate_url": "https://translate.tails.net/translate/tails/contact/es/"
}