Translation components API.

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

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

{
    "total": 24,
    "total_words": 53,
    "total_chars": 322,
    "last_change": "2025-04-28T12:23:18.616224Z",
    "recent_changes": 4,
    "translated": 0,
    "translated_words": 0,
    "translated_percent": 0.0,
    "translated_words_percent": 0.0,
    "translated_chars": 0,
    "translated_chars_percent": 0.0,
    "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": "es_UY",
    "name": "Spanish (Uruguay)",
    "url": "https://translate.checkmk.com/projects/checkmk/glossary/es_UY/",
    "translate_url": "https://translate.checkmk.com/translate/checkmk/glossary/es_UY/"
}