Translation components API.

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

GET /api/translations/habitica-android/main-strings/it/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:47:49.009676Z",
    "recent_changes": 1,
    "translated": 1173,
    "translated_words": 6570,
    "translated_percent": 76.3,
    "translated_words_percent": 69.3,
    "translated_chars": 37680,
    "translated_chars_percent": 69.0,
    "total_chars": 54588,
    "fuzzy": 37,
    "fuzzy_percent": 2.4,
    "failing": 42,
    "failing_percent": 2.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.4,
    "suggestions": 53,
    "comments": 25,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.habitica.com/projects/habitica-android/main-strings/it/",
    "translate_url": "https://translate.habitica.com/translate/habitica-android/main-strings/it/"
}