Translation components API.

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

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

{
    "code": "it",
    "name": "Italian",
    "total": 1237,
    "total_words": 6343,
    "last_change": "2019-08-26T03:45:53.465486Z",
    "last_author": "Weblate Admin",
    "recent_changes": 9,
    "translated": 1194,
    "translated_words": 6141,
    "translated_percent": 96.5,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 65,
    "failing_percent": 5.3,
    "url": "https://weblate.alelec.net/engage/navdy/it/",
    "url_translate": "https://weblate.alelec.net/projects/navdy/alelec_navdy_client/it/"
}