Translation components API.

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

GET /api/translations/amikumu/app/am/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:07.502130Z",
    "recent_changes": 1,
    "translated": 82,
    "translated_words": 269,
    "translated_percent": 23.4,
    "translated_words_percent": 14.8,
    "translated_chars": 1519,
    "translated_chars_percent": 13.9,
    "total_chars": 10896,
    "fuzzy": 268,
    "fuzzy_percent": 76.5,
    "failing": 267,
    "failing_percent": 76.2,
    "approved": 81,
    "approved_percent": 23.1,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 22,
    "comments": 0,
    "code": "am",
    "name": "Amharic",
    "url": "https://traduk.amikumu.com/projects/amikumu/app/am/",
    "translate_url": "https://traduk.amikumu.com/translate/amikumu/app/am/"
}