Translation components API.

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

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

{
    "total": 183,
    "total_words": 1200,
    "total_chars": 7271,
    "last_change": "2021-01-29T12:55:24.479507Z",
    "recent_changes": 4,
    "translated": 154,
    "translated_words": 925,
    "translated_percent": 84.1,
    "translated_words_percent": 77.0,
    "translated_chars": 5702,
    "translated_chars_percent": 78.4,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.5,
    "suggestions": 1,
    "comments": 0,
    "code": "nb_NO",
    "name": "Norwegian Bokmål",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/editor/nb_NO/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/editor/nb_NO/"
}