Translation components API.

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

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

{
    "total": 69,
    "total_words": 241,
    "last_change": "2024-05-29T03:31:19.818926Z",
    "recent_changes": 3,
    "translated": 53,
    "translated_words": 198,
    "translated_percent": 76.8,
    "translated_words_percent": 82.1,
    "translated_chars": 1951,
    "translated_chars_percent": 86.1,
    "total_chars": 2265,
    "fuzzy": 2,
    "fuzzy_percent": 2.8,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 1.4,
    "suggestions": 9,
    "comments": 0,
    "code": "bg",
    "name": "Bulgarian",
    "url": "https://weblate.rikka.app/projects/shizuku/glossary/bg/",
    "translate_url": "https://weblate.rikka.app/translate/shizuku/glossary/bg/"
}