Translation components API.

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

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

{
    "total": 3315,
    "total_words": 44147,
    "last_change": "2025-02-19T10:53:04.897465Z",
    "recent_changes": 1,
    "translated": 3084,
    "translated_words": 40520,
    "translated_percent": 93.0,
    "translated_words_percent": 91.7,
    "translated_chars": 244446,
    "translated_chars_percent": 91.8,
    "total_chars": 266080,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "failing": 2,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 7,
    "comments": 0,
    "code": "ja",
    "name": "Japanese",
    "url": "https://translate.habitica.com/projects/habitica/gear/ja/",
    "translate_url": "https://translate.habitica.com/translate/habitica/gear/ja/"
}