Translation components API.

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

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

{
    "code": "pt",
    "name": "Portuguese",
    "total": 910,
    "total_words": 2548,
    "last_change": "2020-10-26T21:20:52.305276Z",
    "last_author": "Rogério C. Rocha",
    "recent_changes": 68,
    "translated": 159,
    "translated_words": 526,
    "translated_percent": 17.5,
    "fuzzy": 5,
    "fuzzy_percent": 0.5,
    "failing": 7,
    "failing_percent": 0.8,
    "url": "https://weblate.alelec.net/engage/navdy/pt/",
    "url_translate": "https://weblate.alelec.net/projects/navdy/hud/pt/"
}