Translation components API.

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

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

{
    "total": 1537,
    "total_words": 9467,
    "last_change": "2025-03-12T01:25:10.093013Z",
    "recent_changes": 2,
    "translated": 1367,
    "translated_words": 8122,
    "translated_percent": 88.9,
    "translated_words_percent": 85.7,
    "translated_chars": 46861,
    "translated_chars_percent": 85.8,
    "total_chars": 54588,
    "fuzzy": 9,
    "fuzzy_percent": 0.5,
    "failing": 73,
    "failing_percent": 4.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.4,
    "suggestions": 65,
    "comments": 7,
    "code": "ru",
    "name": "Russian",
    "url": "https://translate.habitica.com/projects/habitica-android/main-strings/ru/",
    "translate_url": "https://translate.habitica.com/translate/habitica-android/main-strings/ru/"
}