Translation components API.

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

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

{
    "code": "ko",
    "name": "Korean",
    "total": 910,
    "total_words": 2548,
    "last_change": "2020-10-30T05:18:21.415782Z",
    "last_author": "조충훈",
    "recent_changes": 4,
    "translated": 125,
    "translated_words": 328,
    "translated_percent": 13.7,
    "fuzzy": 305,
    "fuzzy_percent": 33.5,
    "failing": 312,
    "failing_percent": 34.3,
    "url": "https://weblate.alelec.net/engage/navdy/ko/",
    "url_translate": "https://weblate.alelec.net/projects/navdy/hud/ko/"
}