Translation components API.

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

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

{
    "total": 1485,
    "total_words": 9117,
    "last_change": "2024-04-25T08:52:20.892887Z",
    "recent_changes": 1,
    "translated": 1204,
    "translated_words": 6887,
    "translated_percent": 81.0,
    "translated_words_percent": 75.5,
    "translated_chars": 39554,
    "translated_chars_percent": 75.3,
    "total_chars": 52503,
    "fuzzy": 14,
    "fuzzy_percent": 0.9,
    "failing": 28,
    "failing_percent": 1.8,
    "approved": 586,
    "approved_percent": 39.4,
    "readonly": 6,
    "readonly_percent": 0.4,
    "suggestions": 38,
    "comments": 8,
    "code": "de",
    "name": "German",
    "url": "https://translate.habitica.com/projects/habitica-android/main-strings/de/",
    "translate_url": "https://translate.habitica.com/translate/habitica-android/main-strings/de/"
}