Translation components API.

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

GET /api/translations/icewm/icewm-1-4-branch/zh_CN/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 527,
    "total_words": 2293,
    "total_chars": 16305,
    "last_change": "2024-05-09T18:47:55.521984Z",
    "recent_changes": 0,
    "translated": 526,
    "translated_words": 2285,
    "translated_percent": 99.8,
    "translated_words_percent": 99.6,
    "translated_chars": 16247,
    "translated_chars_percent": 99.6,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 50,
    "approved_percent": 9.4,
    "approved_words": 608,
    "approved_words_percent": 26.5,
    "approved_chars": 4467,
    "approved_chars_percent": 27.3,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "zh_CN",
    "name": "Chinese (China)",
    "url": "https://l10n.opensuse.org/projects/icewm/icewm-1-4-branch/zh_CN/",
    "translate_url": "https://l10n.opensuse.org/translate/icewm/icewm-1-4-branch/zh_CN/"
}