Translation components API.

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

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

{
    "total": 276,
    "total_words": 1611,
    "last_change": "2025-02-26T13:45:44.038958Z",
    "recent_changes": 7,
    "translated": 67,
    "translated_words": 341,
    "translated_percent": 24.2,
    "translated_words_percent": 21.1,
    "translated_chars": 2098,
    "translated_chars_percent": 20.8,
    "total_chars": 10059,
    "fuzzy": 29,
    "fuzzy_percent": 10.5,
    "failing": 13,
    "failing_percent": 4.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 4,
    "comments": 1,
    "code": "he",
    "name": "Hebrew",
    "url": "https://translate.habitica.com/projects/habitica/limited/he/",
    "translate_url": "https://translate.habitica.com/translate/habitica/limited/he/"
}