Translation components API.

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

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

{
    "total": 52,
    "total_words": 508,
    "total_chars": 3400,
    "last_change": "2024-04-26T11:41:35.663477Z",
    "recent_changes": 1,
    "translated": 38,
    "translated_words": 375,
    "translated_percent": 73.0,
    "translated_words_percent": 73.8,
    "translated_chars": 2542,
    "translated_chars_percent": 74.7,
    "fuzzy": 10,
    "fuzzy_percent": 19.2,
    "fuzzy_words": 98,
    "fuzzy_words_percent": 19.2,
    "fuzzy_chars": 606,
    "fuzzy_chars_percent": 17.8,
    "failing": 4,
    "failing_percent": 7.6,
    "approved": 23,
    "approved_percent": 44.2,
    "approved_words": 219,
    "approved_words_percent": 43.1,
    "approved_chars": 1446,
    "approved_chars_percent": 42.5,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 2,
    "comments": 1,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.tails.boum.org/projects/tails/requirements/es/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/requirements/es/"
}