Translation components API.

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

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

{
    "code": "de",
    "name": "German",
    "total": 910,
    "total_words": 2548,
    "last_change": "2019-08-27T16:02:39.693191Z",
    "last_author": "Robert Hartmann",
    "recent_changes": 80,
    "translated": 872,
    "translated_words": 2443,
    "translated_percent": 95.8,
    "fuzzy": 6,
    "fuzzy_percent": 0.7,
    "failing": 78,
    "failing_percent": 8.6,
    "url": "https://weblate.alelec.net/engage/navdy/de/",
    "url_translate": "https://weblate.alelec.net/projects/navdy/hud/de/"
}