Translation components API.

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

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

{
    "total": 69,
    "total_words": 95,
    "last_change": "2023-12-20T07:10:24.835480Z",
    "recent_changes": 3,
    "translated": 61,
    "translated_words": 78,
    "translated_percent": 88.4,
    "translated_words_percent": 82.1,
    "translated_chars": 1082,
    "translated_chars_percent": 89.1,
    "total_chars": 1214,
    "fuzzy": 3,
    "fuzzy_percent": 4.3,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "th",
    "name": "Thai",
    "url": "https://weblate.rikka.app/projects/app-ops/glossary/th/",
    "translate_url": "https://weblate.rikka.app/translate/app-ops/glossary/th/"
}