Translation components API.

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

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

{
    "total": 1537,
    "total_words": 9469,
    "last_change": "2025-04-06T21:00:05.147002Z",
    "recent_changes": 9,
    "translated": 1507,
    "translated_words": 9049,
    "translated_percent": 98.0,
    "translated_words_percent": 95.5,
    "translated_chars": 52118,
    "translated_chars_percent": 95.4,
    "total_chars": 54588,
    "fuzzy": 8,
    "fuzzy_percent": 0.5,
    "failing": 19,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.4,
    "suggestions": 15,
    "comments": 0,
    "code": "ja",
    "name": "Japanese",
    "url": "https://translate.habitica.com/projects/habitica-android/main-strings/ja/",
    "translate_url": "https://translate.habitica.com/translate/habitica-android/main-strings/ja/"
}