Translation components API.

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

GET /api/translations/webinterface/reportbrowser/bg/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "last_author": null,
    "code": "bg",
    "failing_percent": 47.3,
    "total_words": 237,
    "translated_words": 203,
    "url_translate": "http://weblate.ucs.ru/projects/webinterface/reportbrowser/bg/",
    "fuzzy": 32,
    "total": 112,
    "name": "Bulgarian",
    "url": "http://weblate.ucs.ru/engage/webinterface/bg/",
    "translated_percent": 71.4,
    "failing": 53,
    "fuzzy_percent": 28.5,
    "translated": 80,
    "last_change": null
}