Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "last_author": null,
            "code": "bg",
            "failing_percent": 0.0,
            "total_words": 5044,
            "translated_words": 429,
            "url_translate": "http://weblate.ucs.ru/projects/shelter2/shelter_medicine/bg/",
            "fuzzy": 0,
            "total": 2692,
            "name": "Bulgarian",
            "url": "http://weblate.ucs.ru/engage/shelter2/bg/",
            "translated_percent": 6.9,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 187,
            "last_change": null
        },
        {
            "last_author": "Shelter2",
            "code": "en",
            "failing_percent": 0.0,
            "total_words": 5044,
            "translated_words": 5044,
            "url_translate": "http://weblate.ucs.ru/projects/shelter2/shelter_medicine/en/",
            "fuzzy": 0,
            "total": 2692,
            "name": "English",
            "url": "http://weblate.ucs.ru/engage/shelter2/en/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 2692,
            "last_change": "2019-10-08T12:46:39"
        },
        {
            "last_author": "Rkeeper Macedonia",
            "code": "mk",
            "failing_percent": 2.0,
            "total_words": 5044,
            "translated_words": 1069,
            "url_translate": "http://weblate.ucs.ru/projects/shelter2/shelter_medicine/mk/",
            "fuzzy": 0,
            "total": 2692,
            "name": "Macedonian",
            "url": "http://weblate.ucs.ru/engage/shelter2/mk/",
            "translated_percent": 36.6,
            "failing": 56,
            "fuzzy_percent": 0.0,
            "translated": 986,
            "last_change": "2021-05-10T08:53:47"
        }
    ]
}