Translation components API.

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

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

{
    "total": 84,
    "total_words": 129,
    "total_chars": 846,
    "last_change": "2024-05-04T10:36:42.268859Z",
    "recent_changes": 2,
    "translated": 83,
    "translated_words": 127,
    "translated_percent": 98.8,
    "translated_words_percent": 98.4,
    "translated_chars": 837,
    "translated_chars_percent": 98.9,
    "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": 0,
    "comments": 0,
    "code": "cs",
    "name": "Czech",
    "url": "http://translate.pretalx.com/projects/pretalx/glossary/cs/",
    "translate_url": "http://translate.pretalx.com/translate/pretalx/glossary/cs/"
}