Translation components API.

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

GET /api/translations/amikumu/app/be/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.398083Z",
    "recent_changes": 1,
    "translated": 299,
    "translated_words": 1604,
    "translated_percent": 85.4,
    "translated_words_percent": 88.7,
    "translated_chars": 9688,
    "translated_chars_percent": 88.9,
    "total_chars": 10896,
    "fuzzy": 51,
    "fuzzy_percent": 14.5,
    "failing": 48,
    "failing_percent": 13.7,
    "approved": 298,
    "approved_percent": 85.1,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 4,
    "comments": 0,
    "code": "be",
    "name": "Belarusian",
    "url": "https://traduk.amikumu.com/projects/amikumu/app/be/",
    "translate_url": "https://traduk.amikumu.com/translate/amikumu/app/be/"
}