Translation components API.

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

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

{
    "total": 105,
    "total_words": 141,
    "last_change": "2022-09-26T12:10:13.293314Z",
    "recent_changes": 2,
    "translated": 93,
    "translated_words": 129,
    "translated_percent": 88.5,
    "translated_words_percent": 91.4,
    "translated_chars": 917,
    "translated_chars_percent": 91.2,
    "total_chars": 1005,
    "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": 0,
    "code": "schinese",
    "name": "Chinese (Simplified)",
    "url": "https://hive.bgforge.net/projects/infinity-engine/glossary/schinese/",
    "translate_url": "https://hive.bgforge.net/translate/infinity-engine/glossary/schinese/"
}