Translation components API.

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

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

{
    "total": 39,
    "total_words": 517,
    "total_chars": 4043,
    "last_change": "2024-02-27T15:34:09.865815Z",
    "recent_changes": 2,
    "translated": 24,
    "translated_words": 232,
    "translated_percent": 61.5,
    "translated_words_percent": 44.8,
    "translated_chars": 1860,
    "translated_chars_percent": 46.0,
    "fuzzy": 3,
    "fuzzy_percent": 7.6,
    "fuzzy_words": 62,
    "fuzzy_words_percent": 11.9,
    "fuzzy_chars": 496,
    "fuzzy_chars_percent": 12.2,
    "failing": 1,
    "failing_percent": 2.5,
    "approved": 10,
    "approved_percent": 25.6,
    "approved_words": 61,
    "approved_words_percent": 11.7,
    "approved_chars": 507,
    "approved_chars_percent": 12.5,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 9,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.tails.boum.org/projects/tails/mac_startup_disksinline/es/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/mac_startup_disksinline/es/"
}