Translation components API.

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

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

{
    "total": 40,
    "total_words": 513,
    "total_chars": 3778,
    "last_change": "2025-03-06T13:02:48.993810Z",
    "recent_changes": 6,
    "translated": 5,
    "translated_words": 28,
    "translated_percent": 12.5,
    "translated_words_percent": 5.4,
    "translated_chars": 194,
    "translated_chars_percent": 5.1,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 1,
    "failing_percent": 2.5,
    "approved": 4,
    "approved_percent": 10.0,
    "approved_words": 21,
    "approved_words_percent": 4.0,
    "approved_chars": 145,
    "approved_chars_percent": 3.8,
    "readonly": 1,
    "readonly_percent": 2.5,
    "readonly_words": 7,
    "readonly_words_percent": 1.3,
    "readonly_chars": 49,
    "readonly_chars_percent": 1.2,
    "suggestions": 19,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.tails.net/projects/tails/our_plans_for_2017/es/",
    "translate_url": "https://translate.tails.net/translate/tails/our_plans_for_2017/es/"
}