Translation components API.

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

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

{
    "total": 3103,
    "total_words": 40969,
    "last_change": "2024-06-01T14:27:33.912514Z",
    "recent_changes": 20,
    "translated": 3103,
    "translated_words": 40969,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 247125,
    "translated_chars_percent": 100.0,
    "total_chars": 247125,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 0.1,
    "approved": 1,
    "approved_percent": 0.1,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.habitica.com/projects/habitica/gear/es/",
    "translate_url": "https://translate.habitica.com/translate/habitica/gear/es/"
}