Translation components API.

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

GET /api/translations/habitica/limited/ko/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 276,
    "total_words": 1611,
    "last_change": "2023-11-16T03:55:33.206889Z",
    "recent_changes": 32,
    "translated": 144,
    "translated_words": 740,
    "translated_percent": 52.1,
    "translated_words_percent": 45.9,
    "translated_chars": 4710,
    "translated_chars_percent": 46.8,
    "total_chars": 10059,
    "fuzzy": 27,
    "fuzzy_percent": 9.7,
    "failing": 52,
    "failing_percent": 18.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ko",
    "name": "Korean",
    "url": "https://translate.habitica.com/projects/habitica/limited/ko/",
    "translate_url": "https://translate.habitica.com/translate/habitica/limited/ko/"
}