Translation components API.

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

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

{
    "total": 1485,
    "total_words": 9119,
    "last_change": "2023-11-18T17:22:04.994443Z",
    "recent_changes": 1,
    "translated": 222,
    "translated_words": 465,
    "translated_percent": 14.9,
    "translated_words_percent": 5.0,
    "translated_chars": 2629,
    "translated_chars_percent": 5.0,
    "total_chars": 52503,
    "fuzzy": 10,
    "fuzzy_percent": 0.6,
    "failing": 15,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 6,
    "readonly_percent": 0.4,
    "suggestions": 0,
    "comments": 0,
    "code": "hu",
    "name": "Hungarian",
    "url": "https://translate.habitica.com/projects/habitica-android/main-strings/hu/",
    "translate_url": "https://translate.habitica.com/translate/habitica-android/main-strings/hu/"
}