Translation components API.

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

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

{
    "total": 15,
    "total_words": 24,
    "last_change": "2023-08-28T21:17:30.743360Z",
    "recent_changes": 5,
    "translated": 13,
    "translated_words": 22,
    "translated_percent": 86.6,
    "translated_words_percent": 91.6,
    "translated_chars": 130,
    "translated_chars_percent": 92.1,
    "total_chars": 141,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 1,
    "code": "de",
    "name": "German",
    "url": "https://hive.bgforge.net/projects/fallout/glossary/de/",
    "translate_url": "https://hive.bgforge.net/translate/fallout/glossary/de/"
}