Translation components API.


See <a href="https://docs.weblate.org/en/weblate-3.4/api.html#translations">the Weblate's Web API documentation</a> for detailed
description of the API.

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

{
    "code": "ja",
    "name": "Japanese",
    "total": 104,
    "total_words": 265,
    "last_change": "2020-08-09T21:48:04.475310Z",
    "last_author": "Shu Higashi",
    "translated": 87,
    "translated_words": 216,
    "translated_percent": 83.7,
    "fuzzy": 1,
    "fuzzy_percent": 1.0,
    "failing": 0,
    "failing_percent": 0.0,
    "url": "http://weblate.openstreetbrowser.org/engage/openstreetbrowser/ja/",
    "url_translate": "http://weblate.openstreetbrowser.org/projects/openstreetbrowser/ui/ja/"
}