Translation components API.

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

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

{
    "total": 3,
    "total_words": 146,
    "last_change": "2023-04-05T21:32:05.325247Z",
    "recent_changes": 4,
    "translated": 2,
    "translated_words": 143,
    "translated_percent": 66.6,
    "translated_words_percent": 97.9,
    "translated_chars": 832,
    "translated_chars_percent": 97.9,
    "total_chars": 849,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 3,
    "failing_percent": 100.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "hu",
    "name": "Hungarian",
    "url": "https://translate.habitica.com/projects/habitica-android/store/hu/",
    "translate_url": "https://translate.habitica.com/translate/habitica-android/store/hu/"
}