Translation components API.

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

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

{
    "code": "nl",
    "name": "Dutch",
    "total": 910,
    "total_words": 2548,
    "last_change": "2020-01-12T18:39:41.762215Z",
    "last_author": "Martijn",
    "recent_changes": 27,
    "translated": 884,
    "translated_words": 2476,
    "translated_percent": 97.1,
    "fuzzy": 9,
    "fuzzy_percent": 1.0,
    "failing": 71,
    "failing_percent": 7.8,
    "url": "https://weblate.alelec.net/engage/navdy/nl/",
    "url_translate": "https://weblate.alelec.net/projects/navdy/hud/nl/"
}