Translation components API.

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

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

{
    "total": 67,
    "total_words": 95,
    "last_change": "2024-08-26T05:56:20.559041Z",
    "recent_changes": 4,
    "translated": 63,
    "translated_words": 86,
    "translated_percent": 94.0,
    "translated_words_percent": 90.5,
    "translated_chars": 1101,
    "translated_chars_percent": 94.0,
    "total_chars": 1171,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 9,
    "readonly_percent": 13.4,
    "suggestions": 0,
    "comments": 0,
    "code": "ja",
    "name": "Japanese",
    "url": "https://weblate.rikka.app/projects/app-ops/glossary/ja/",
    "translate_url": "https://weblate.rikka.app/translate/app-ops/glossary/ja/"
}