Translation components API.

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

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

{
    "total": 124,
    "total_words": 1517,
    "total_chars": 12141,
    "last_change": "2022-08-03T18:50:16.075458Z",
    "recent_changes": 10,
    "translated": 2,
    "translated_words": 103,
    "translated_percent": 1.6,
    "translated_words_percent": 6.7,
    "translated_chars": 946,
    "translated_chars_percent": 7.7,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 2,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "nb_NO",
    "name": "Norwegian Bokmål",
    "url": "http://translate.pkp.sfu.ca/projects/ops/locale/nb_NO/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ops/locale/nb_NO/"
}