Translation components API.

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

GET /api/components/shelter2/shelter_hk/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "last_author": null,
            "code": "bg",
            "failing_percent": 0.4,
            "total_words": 4142,
            "translated_words": 2982,
            "url_translate": "http://weblate.ucs.ru/projects/shelter2/shelter_hk/bg/",
            "fuzzy": 0,
            "total": 2294,
            "name": "Bulgarian",
            "url": "http://weblate.ucs.ru/engage/shelter2/bg/",
            "translated_percent": 65.9,
            "failing": 10,
            "fuzzy_percent": 0.0,
            "translated": 1512,
            "last_change": null
        },
        {
            "last_author": "Красюкова Мария",
            "code": "en",
            "failing_percent": 0.0,
            "total_words": 4142,
            "translated_words": 4142,
            "url_translate": "http://weblate.ucs.ru/projects/shelter2/shelter_hk/en/",
            "fuzzy": 0,
            "total": 2294,
            "name": "English",
            "url": "http://weblate.ucs.ru/engage/shelter2/en/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 2294,
            "last_change": "2019-10-17T10:19:20"
        }
    ]
}