Translation components API.

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

GET /api/translations/habitica-android/main-strings/cs/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:21:33.381824Z",
    "recent_changes": 13,
    "translated": 456,
    "translated_words": 1736,
    "translated_percent": 30.7,
    "translated_words_percent": 19.0,
    "translated_chars": 9816,
    "translated_chars_percent": 18.6,
    "total_chars": 52503,
    "fuzzy": 31,
    "fuzzy_percent": 2.0,
    "failing": 259,
    "failing_percent": 17.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 6,
    "readonly_percent": 0.4,
    "suggestions": 9,
    "comments": 0,
    "code": "cs",
    "name": "Czech",
    "url": "https://translate.habitica.com/projects/habitica-android/main-strings/cs/",
    "translate_url": "https://translate.habitica.com/translate/habitica-android/main-strings/cs/"
}