Translation components API.

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

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

{
    "total": 64,
    "total_words": 117,
    "last_change": "2025-03-03T14:42:01.512669Z",
    "recent_changes": 63,
    "translated": 61,
    "translated_words": 114,
    "translated_percent": 95.3,
    "translated_words_percent": 97.4,
    "translated_chars": 568,
    "translated_chars_percent": 97.5,
    "total_chars": 582,
    "fuzzy": 3,
    "fuzzy_percent": 4.6,
    "failing": 4,
    "failing_percent": 6.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 3,
    "code": "he",
    "name": "Hebrew",
    "url": "https://translate.habitica.com/projects/habitica-android/common/he/",
    "translate_url": "https://translate.habitica.com/translate/habitica-android/common/he/"
}