Translation components API.

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

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

{
    "total": 61,
    "total_words": 224,
    "last_change": "2023-09-04T09:38:36.368937Z",
    "recent_changes": 2,
    "translated": 59,
    "translated_words": 221,
    "translated_percent": 96.7,
    "translated_words_percent": 98.6,
    "translated_chars": 2089,
    "translated_chars_percent": 98.9,
    "total_chars": 2111,
    "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": 1,
    "comments": 0,
    "code": "fil",
    "name": "Filipino",
    "url": "https://weblate.rikka.app/projects/shizuku/glossary/fil/",
    "translate_url": "https://weblate.rikka.app/translate/shizuku/glossary/fil/"
}