Translation components API.

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

GET /api/translations/amikumu/app/ko/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:12.786392Z",
    "recent_changes": 1,
    "translated": 85,
    "translated_words": 272,
    "translated_percent": 24.2,
    "translated_words_percent": 15.0,
    "translated_chars": 1528,
    "translated_chars_percent": 14.0,
    "total_chars": 10896,
    "fuzzy": 265,
    "fuzzy_percent": 75.7,
    "failing": 265,
    "failing_percent": 75.7,
    "approved": 84,
    "approved_percent": 24.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 23,
    "comments": 0,
    "code": "ko",
    "name": "Korean",
    "url": "https://traduk.amikumu.com/projects/amikumu/app/ko/",
    "translate_url": "https://traduk.amikumu.com/translate/amikumu/app/ko/"
}