Translation components API.

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

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

{
    "total": 15,
    "total_words": 85,
    "total_chars": 948,
    "last_change": "2024-03-22T15:57:03.067881Z",
    "recent_changes": 3,
    "translated": 4,
    "translated_words": 25,
    "translated_percent": 26.6,
    "translated_words_percent": 29.4,
    "translated_chars": 240,
    "translated_chars_percent": 25.3,
    "fuzzy": 6,
    "fuzzy_percent": 40.0,
    "fuzzy_words": 38,
    "fuzzy_words_percent": 44.7,
    "fuzzy_chars": 431,
    "fuzzy_chars_percent": 45.4,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 3,
    "approved_percent": 20.0,
    "approved_words": 19,
    "approved_words_percent": 22.3,
    "approved_chars": 206,
    "approved_chars_percent": 21.7,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 10,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.tails.boum.org/projects/tails/anonymous_internetindex/es/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/anonymous_internetindex/es/"
}