Translation components API.

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

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

{
    "total": 479,
    "total_words": 1193,
    "last_change": "2024-09-09T14:08:53.012721Z",
    "recent_changes": 3,
    "translated": 479,
    "translated_words": 1193,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 7325,
    "translated_chars_percent": 100.0,
    "total_chars": 7325,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 119,
    "approved_percent": 24.8,
    "readonly": 4,
    "readonly_percent": 0.8,
    "suggestions": 4,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "https://translate.habitica.com/projects/habitica/glossary/fr/",
    "translate_url": "https://translate.habitica.com/translate/habitica/glossary/fr/"
}