Translation components API.

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

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

{
    "code": "fr",
    "name": "French",
    "total": 910,
    "total_words": 2548,
    "last_change": "2019-08-27T12:51:40.504912Z",
    "last_author": "Nathaniel Bujalance",
    "recent_changes": 15,
    "translated": 824,
    "translated_words": 2373,
    "translated_percent": 90.5,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 51,
    "failing_percent": 5.6,
    "url": "https://weblate.alelec.net/engage/navdy/fr/",
    "url_translate": "https://weblate.alelec.net/projects/navdy/hud/fr/"
}