Translation components API.

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

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

{
    "total": 182,
    "total_words": 2099,
    "last_change": "2024-12-29T09:16:28.574380Z",
    "recent_changes": 2,
    "translated": 90,
    "translated_words": 779,
    "translated_percent": 49.4,
    "translated_words_percent": 37.1,
    "translated_chars": 5128,
    "translated_chars_percent": 39.0,
    "total_chars": 13145,
    "fuzzy": 1,
    "fuzzy_percent": 0.5,
    "failing": 4,
    "failing_percent": 2.1,
    "approved": 4,
    "approved_percent": 2.1,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "code": "ko",
    "name": "Korean",
    "url": "https://translate.habitica.com/projects/habitica/front/ko/",
    "translate_url": "https://translate.habitica.com/translate/habitica/front/ko/"
}