Translation components API.

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

GET /api/translations/amikumu/app/hu/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.901777Z",
    "recent_changes": 1,
    "translated": 238,
    "translated_words": 1030,
    "translated_percent": 68.0,
    "translated_words_percent": 57.0,
    "translated_chars": 6058,
    "translated_chars_percent": 55.5,
    "total_chars": 10896,
    "fuzzy": 112,
    "fuzzy_percent": 32.0,
    "failing": 110,
    "failing_percent": 31.4,
    "approved": 237,
    "approved_percent": 67.7,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 9,
    "comments": 0,
    "code": "hu",
    "name": "Hungarian",
    "url": "https://traduk.amikumu.com/projects/amikumu/app/hu/",
    "translate_url": "https://traduk.amikumu.com/translate/amikumu/app/hu/"
}