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": 1399,
    "total_words": 8438,
    "last_change": "2025-01-28T12:35:40.568995Z",
    "recent_changes": 1,
    "translated": 1398,
    "translated_words": 8434,
    "translated_percent": 99.9,
    "translated_words_percent": 99.9,
    "translated_chars": 47624,
    "translated_chars_percent": 99.9,
    "total_chars": 47641,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 22,
    "failing_percent": 1.5,
    "approved": 945,
    "approved_percent": 67.5,
    "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/"
}