Translation components API.

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

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

{
    "total": 68,
    "total_words": 94,
    "last_change": "2024-02-11T23:20:05.300921Z",
    "recent_changes": 11,
    "translated": 66,
    "translated_words": 89,
    "translated_percent": 97.0,
    "translated_words_percent": 94.6,
    "translated_chars": 1179,
    "translated_chars_percent": 97.5,
    "total_chars": 1208,
    "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": "id",
    "name": "Indonesian",
    "url": "https://weblate.rikka.app/projects/app-ops/glossary/id/",
    "translate_url": "https://weblate.rikka.app/translate/app-ops/glossary/id/"
}