Translation components API.

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

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

{
    "total": 350,
    "total_words": 1807,
    "last_change": "2023-07-17T11:18:09.154124Z",
    "recent_changes": 1,
    "translated": 295,
    "translated_words": 1576,
    "translated_percent": 84.2,
    "translated_words_percent": 87.2,
    "translated_chars": 9538,
    "translated_chars_percent": 87.5,
    "total_chars": 10896,
    "fuzzy": 55,
    "fuzzy_percent": 15.7,
    "failing": 51,
    "failing_percent": 14.5,
    "approved": 293,
    "approved_percent": 83.7,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 7,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://traduk.amikumu.com/projects/amikumu/app/es/",
    "translate_url": "https://traduk.amikumu.com/translate/amikumu/app/es/"
}