Translation components API.

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

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

{
    "code": "nb_NO",
    "name": "Norwegian Bokmål",
    "total": 910,
    "total_words": 2548,
    "last_change": "2019-09-18T20:51:17.786527Z",
    "last_author": "Trond Kjetil Holst",
    "recent_changes": 1,
    "translated": 77,
    "translated_words": 225,
    "translated_percent": 8.5,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 4,
    "failing_percent": 0.4,
    "url": "https://weblate.alelec.net/engage/navdy/nb_NO/",
    "url_translate": "https://weblate.alelec.net/projects/navdy/hud/nb_NO/"
}