Translation components API.

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

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

{
    "total": 434,
    "total_words": 4330,
    "total_chars": 28117,
    "last_change": "2023-05-04T15:33:49.363767Z",
    "recent_changes": 1,
    "translated": 380,
    "translated_words": 3810,
    "translated_percent": 87.5,
    "translated_words_percent": 87.9,
    "translated_chars": 24888,
    "translated_chars_percent": 88.5,
    "fuzzy": 2,
    "fuzzy_percent": 0.4,
    "failing": 4,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.6,
    "suggestions": 0,
    "comments": 0,
    "code": "nb_NO",
    "name": "Norwegian Bokmål",
    "url": "http://translate.pkp.sfu.ca/projects/omp/manager/nb_NO/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/omp/manager/nb_NO/"
}