Translation components API.

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

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

{
    "total": 3315,
    "total_words": 44147,
    "last_change": null,
    "recent_changes": 0,
    "translated": 3315,
    "translated_words": 44147,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 266080,
    "translated_chars_percent": 100.0,
    "total_chars": 266080,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 2135,
    "failing_percent": 64.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3315,
    "readonly_percent": 100.0,
    "suggestions": 0,
    "comments": 17,
    "code": "en",
    "name": "English",
    "url": "https://translate.habitica.com/projects/habitica/gear/en/",
    "translate_url": "https://translate.habitica.com/translate/habitica/gear/en/"
}