Translation components API.

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

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

{
    "total": 260,
    "total_words": 2087,
    "last_change": "2025-03-17T23:13:19.865211Z",
    "recent_changes": 1,
    "translated": 260,
    "translated_words": 2087,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 12854,
    "translated_chars_percent": 100.0,
    "total_chars": 12854,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 168,
    "approved_percent": 64.6,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 1,
    "code": "fr",
    "name": "French",
    "url": "https://translate.habitica.com/projects/habitica/settings/fr/",
    "translate_url": "https://translate.habitica.com/translate/habitica/settings/fr/"
}