Translation components API.

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

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

{
    "total": 62,
    "total_words": 225,
    "last_change": "2024-02-02T19:51:53.485943Z",
    "recent_changes": 2,
    "translated": 61,
    "translated_words": 223,
    "translated_percent": 98.3,
    "translated_words_percent": 99.1,
    "translated_chars": 2105,
    "translated_chars_percent": 99.3,
    "total_chars": 2119,
    "fuzzy": 1,
    "fuzzy_percent": 1.6,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "uk",
    "name": "Ukrainian",
    "url": "https://weblate.rikka.app/projects/shizuku/glossary/uk/",
    "translate_url": "https://weblate.rikka.app/translate/shizuku/glossary/uk/"
}