Translation components API.

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

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

{
    "total": 1399,
    "total_words": 8438,
    "last_change": "2025-02-20T08:47:58.673361Z",
    "recent_changes": 5,
    "translated": 1330,
    "translated_words": 7746,
    "translated_percent": 95.0,
    "translated_words_percent": 91.7,
    "translated_chars": 43611,
    "translated_chars_percent": 91.5,
    "total_chars": 47641,
    "fuzzy": 27,
    "fuzzy_percent": 1.9,
    "failing": 27,
    "failing_percent": 1.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 12,
    "comments": 5,
    "code": "ru",
    "name": "Russian",
    "url": "https://translate.habitica.com/projects/habitica-ios/main-strings/ru/",
    "translate_url": "https://translate.habitica.com/translate/habitica-ios/main-strings/ru/"
}