Translation components API.

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

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

{
    "code": "pl",
    "name": "Polish",
    "total": 910,
    "total_words": 2548,
    "last_change": null,
    "last_author": null,
    "recent_changes": 0,
    "translated": 16,
    "translated_words": 68,
    "translated_percent": 1.8,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 3,
    "failing_percent": 0.3,
    "url": "https://weblate.alelec.net/engage/navdy/pl/",
    "url_translate": "https://weblate.alelec.net/projects/navdy/hud/pl/"
}