Translation components API.

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

GET /api/components/platformx/auth/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": "en",
            "failing_percent": 0.0,
            "total_words": 4,
            "translated_words": 4,
            "url_translate": "http://weblate.ucs.ru/projects/platformx/auth/en/",
            "fuzzy": 0,
            "total": 3,
            "name": "English",
            "url": "http://weblate.ucs.ru/engage/platformx/en/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 3,
            "last_change": null
        },
        {
            "last_author": null,
            "code": "ru",
            "failing_percent": 0.0,
            "total_words": 4,
            "translated_words": 4,
            "url_translate": "http://weblate.ucs.ru/projects/platformx/auth/ru/",
            "fuzzy": 0,
            "total": 3,
            "name": "Russian",
            "url": "http://weblate.ucs.ru/engage/platformx/ru/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 3,
            "last_change": null
        },
        {
            "last_author": "Reznicek Jan",
            "code": "cs",
            "failing_percent": 0.0,
            "total_words": 4,
            "translated_words": 4,
            "url_translate": "http://weblate.ucs.ru/projects/platformx/auth/cs/",
            "fuzzy": 0,
            "total": 3,
            "name": "Czech",
            "url": "http://weblate.ucs.ru/engage/platformx/cs/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 3,
            "last_change": "2020-03-19T14:31:01"
        }
    ]
}