Translation components API.

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

GET /api/translations/chameleon/rel-2/zh_TW/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 35,
    "total_words": 46,
    "last_change": "2020-10-28T11:32:01.846058Z",
    "recent_changes": 7,
    "translated": 33,
    "translated_words": 43,
    "translated_percent": 94.2,
    "translated_words_percent": 93.4,
    "translated_chars": 401,
    "translated_chars_percent": 94.3,
    "total_chars": 425,
    "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": "zh_TW",
    "name": "Chinese (Taiwan)",
    "url": "https://l10n.opensuse.org/projects/chameleon/rel-2/zh_TW/",
    "translate_url": "https://l10n.opensuse.org/translate/chameleon/rel-2/zh_TW/"
}