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": 1456,
    "total_words": 8861,
    "last_change": "2025-11-05T16:31:54.550476Z",
    "recent_changes": 1,
    "translated": 1441,
    "translated_words": 8826,
    "translated_percent": 98.9,
    "translated_words_percent": 99.6,
    "translated_chars": 50014,
    "translated_chars_percent": 99.6,
    "total_chars": 50213,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 1,
    "failing_percent": 0.1,
    "approved": 937,
    "approved_percent": 64.3,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 21,
    "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/"
}