Translation components API.

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

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

{
    "total": 1537,
    "total_words": 9469,
    "last_change": "2025-03-03T13:48:04.057445Z",
    "recent_changes": 1,
    "translated": 380,
    "translated_words": 1577,
    "translated_percent": 24.7,
    "translated_words_percent": 16.6,
    "translated_chars": 8809,
    "translated_chars_percent": 16.1,
    "total_chars": 54588,
    "fuzzy": 6,
    "fuzzy_percent": 0.3,
    "failing": 13,
    "failing_percent": 0.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.4,
    "suggestions": 0,
    "comments": 0,
    "code": "sk",
    "name": "Slovak",
    "url": "https://translate.habitica.com/projects/habitica-android/main-strings/sk/",
    "translate_url": "https://translate.habitica.com/translate/habitica-android/main-strings/sk/"
}