Translation components API.

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

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

{
    "total": 144,
    "total_words": 1409,
    "total_chars": 18958,
    "last_change": "2024-02-29T14:07:55.780028Z",
    "recent_changes": 4,
    "translated": 75,
    "translated_words": 577,
    "translated_percent": 52.0,
    "translated_words_percent": 40.9,
    "translated_chars": 7186,
    "translated_chars_percent": 37.9,
    "fuzzy": 63,
    "fuzzy_percent": 43.7,
    "fuzzy_words": 782,
    "fuzzy_words_percent": 55.5,
    "fuzzy_chars": 11183,
    "fuzzy_chars_percent": 58.9,
    "failing": 20,
    "failing_percent": 13.8,
    "approved": 21,
    "approved_percent": 14.5,
    "approved_words": 79,
    "approved_words_percent": 5.6,
    "approved_chars": 668,
    "approved_chars_percent": 3.5,
    "readonly": 1,
    "readonly_percent": 0.6,
    "readonly_words": 2,
    "readonly_words_percent": 0.1,
    "readonly_chars": 18,
    "readonly_chars_percent": 0.1,
    "suggestions": 11,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.tails.boum.org/projects/tails/finances/es/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/finances/es/"
}