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": 441,
    "total_words": 4411,
    "total_chars": 28675,
    "last_change": "2023-05-04T15:33:49.363767Z",
    "recent_changes": 1,
    "translated": 389,
    "translated_words": 3915,
    "translated_percent": 88.2,
    "translated_words_percent": 88.7,
    "translated_chars": 25584,
    "translated_chars_percent": 89.2,
    "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/"
}