Translation components API.

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

GET /api/translations/rk_lite/rklp/hu/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "last_author": "Szakács István",
    "code": "hu",
    "failing_percent": 4.5,
    "total_words": 43,
    "translated_words": 2,
    "url_translate": "http://weblate.ucs.ru/projects/rk_lite/rklp/hu/",
    "fuzzy": 0,
    "total": 22,
    "name": "Hungarian",
    "url": "http://weblate.ucs.ru/engage/rk_lite/hu/",
    "translated_percent": 4.5,
    "failing": 1,
    "fuzzy_percent": 0.0,
    "translated": 1,
    "last_change": "2019-08-14T13:57:37"
}