Translation components API.

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

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

{
    "total": 902,
    "total_words": 4146,
    "last_change": "2024-07-02T06:40:55.068031Z",
    "recent_changes": 1,
    "translated": 797,
    "translated_words": 3630,
    "translated_percent": 88.3,
    "translated_words_percent": 87.5,
    "translated_chars": 21137,
    "translated_chars_percent": 87.8,
    "total_chars": 24058,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 66,
    "failing_percent": 7.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 4,
    "comments": 0,
    "code": "hr",
    "name": "Croatian",
    "url": "https://translate.habitica.com/projects/habitica/backgrounds/hr/",
    "translate_url": "https://translate.habitica.com/translate/habitica/backgrounds/hr/"
}