Translation components API.

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

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

{
    "total": 24,
    "total_words": 399,
    "total_chars": 3114,
    "last_change": "2024-11-20T11:20:25.382094Z",
    "recent_changes": 3,
    "translated": 15,
    "translated_words": 187,
    "translated_percent": 62.5,
    "translated_words_percent": 46.8,
    "translated_chars": 1400,
    "translated_chars_percent": 44.9,
    "fuzzy": 3,
    "fuzzy_percent": 12.5,
    "fuzzy_words": 106,
    "fuzzy_words_percent": 26.5,
    "fuzzy_chars": 918,
    "fuzzy_chars_percent": 29.4,
    "failing": 1,
    "failing_percent": 4.1,
    "approved": 15,
    "approved_percent": 62.5,
    "approved_words": 187,
    "approved_words_percent": 46.8,
    "approved_chars": 1400,
    "approved_chars_percent": 44.9,
    "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/trust/es/",
    "translate_url": "https://translate.tails.net/translate/tails/trust/es/"
}