Translation components API.

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

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

{
    "total": 68,
    "total_words": 242,
    "last_change": "2024-01-29T14:08:06.568852Z",
    "recent_changes": 6,
    "translated": 68,
    "translated_words": 242,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 2212,
    "translated_chars_percent": 100.0,
    "total_chars": 2212,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 2,
    "readonly_percent": 2.9,
    "suggestions": 0,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://weblate.rikka.app/projects/shizuku/glossary/pt_BR/",
    "translate_url": "https://weblate.rikka.app/translate/shizuku/glossary/pt_BR/"
}