Translation components API.

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

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

{
    "total": 70,
    "total_words": 100,
    "last_change": "2024-01-16T03:24:56.832587Z",
    "recent_changes": 1,
    "translated": 59,
    "translated_words": 78,
    "translated_percent": 84.2,
    "translated_words_percent": 78.0,
    "translated_chars": 1125,
    "translated_chars_percent": 88.7,
    "total_chars": 1267,
    "fuzzy": 1,
    "fuzzy_percent": 1.4,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 11.4,
    "suggestions": 0,
    "comments": 0,
    "code": "cs",
    "name": "Czech",
    "url": "https://weblate.rikka.app/projects/app-ops/glossary/cs/",
    "translate_url": "https://weblate.rikka.app/translate/app-ops/glossary/cs/"
}