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": 1492,
    "total_words": 8984,
    "last_change": "2026-02-02T12:35:21.328065Z",
    "recent_changes": 2,
    "translated": 1466,
    "translated_words": 8658,
    "translated_percent": 98.2,
    "translated_words_percent": 96.3,
    "translated_chars": 48921,
    "translated_chars_percent": 96.3,
    "total_chars": 50799,
    "fuzzy": 13,
    "fuzzy_percent": 0.8,
    "failing": 13,
    "failing_percent": 0.8,
    "approved": 920,
    "approved_percent": 61.6,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 30,
    "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/"
}