Translation components API.

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

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

{
    "code": "ja",
    "name": "Japanese",
    "total": 910,
    "total_words": 2548,
    "last_change": "2019-09-01T08:22:11.030020Z",
    "last_author": "sei arisue",
    "recent_changes": 815,
    "translated": 899,
    "translated_words": 2513,
    "translated_percent": 98.8,
    "fuzzy": 2,
    "fuzzy_percent": 0.2,
    "failing": 64,
    "failing_percent": 7.0,
    "url": "https://weblate.alelec.net/engage/navdy/ja/",
    "url_translate": "https://weblate.alelec.net/projects/navdy/hud/ja/"
}