Translation components API.

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

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

{
    "total": 643,
    "total_words": 4890,
    "total_chars": 35693,
    "last_change": "2023-04-18T17:32:20.506495Z",
    "recent_changes": 7,
    "translated": 637,
    "translated_words": 4753,
    "translated_percent": 99.0,
    "translated_words_percent": 97.1,
    "translated_chars": 34552,
    "translated_chars_percent": 96.8,
    "fuzzy": 4,
    "fuzzy_percent": 0.6,
    "failing": 4,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 7,
    "comments": 5,
    "code": "nb_NO",
    "name": "Norwegian Bokmål",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/locale/nb_NO/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/locale/nb_NO/"
}