Translation components API.

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

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

{
    "total": 483,
    "total_words": 2994,
    "total_chars": 20724,
    "last_change": "2023-02-09T10:24:05.645252Z",
    "recent_changes": 2,
    "translated": 461,
    "translated_words": 2748,
    "translated_percent": 95.4,
    "translated_words_percent": 91.7,
    "translated_chars": 18785,
    "translated_chars_percent": 90.6,
    "fuzzy": 5,
    "fuzzy_percent": 1.0,
    "failing": 15,
    "failing_percent": 3.1,
    "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/omp/locale/nb_NO/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/omp/locale/nb_NO/"
}