Translation components API.

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

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

{
    "total": 1525,
    "total_words": 9300,
    "last_change": "2026-05-08T14:40:56.052325Z",
    "recent_changes": 5,
    "translated": 1477,
    "translated_words": 8881,
    "translated_percent": 96.8,
    "translated_words_percent": 95.4,
    "translated_chars": 50206,
    "translated_chars_percent": 95.6,
    "total_chars": 52481,
    "fuzzy": 8,
    "fuzzy_percent": 0.5,
    "failing": 8,
    "failing_percent": 0.5,
    "approved": 917,
    "approved_percent": 60.1,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 26,
    "comments": 17,
    "code": "de",
    "name": "German",
    "url": "https://translate.habitica.com/projects/habitica-ios/main-strings/de/",
    "translate_url": "https://translate.habitica.com/translate/habitica-ios/main-strings/de/"
}