Translation components API.

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

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

{
    "total": 68,
    "total_words": 240,
    "last_change": null,
    "recent_changes": 0,
    "translated": 53,
    "translated_words": 205,
    "translated_percent": 77.9,
    "translated_words_percent": 85.4,
    "translated_chars": 1988,
    "translated_chars_percent": 88.6,
    "total_chars": 2243,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 1.4,
    "suggestions": 0,
    "comments": 0,
    "code": "ta",
    "name": "Tamil",
    "url": "https://weblate.rikka.app/projects/shizuku/glossary/ta/",
    "translate_url": "https://weblate.rikka.app/translate/shizuku/glossary/ta/"
}