Translation components API.

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

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

{
    "total": 264,
    "total_words": 1446,
    "last_change": "2025-02-04T06:57:46.412558Z",
    "recent_changes": 1,
    "translated": 228,
    "translated_words": 1192,
    "translated_percent": 86.3,
    "translated_words_percent": 82.4,
    "translated_chars": 7481,
    "translated_chars_percent": 81.8,
    "total_chars": 9144,
    "fuzzy": 10,
    "fuzzy_percent": 3.7,
    "failing": 10,
    "failing_percent": 3.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 31,
    "comments": 0,
    "code": "ja",
    "name": "Japanese",
    "url": "https://translate.habitica.com/projects/habitica/subscriber/ja/",
    "translate_url": "https://translate.habitica.com/translate/habitica/subscriber/ja/"
}