Translation components API.

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

GET /api/components/unidrivers/unidriversl10n-fphun_bbox/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": "Szakács István",
            "code": "hu",
            "failing_percent": 0.0,
            "total_words": 160,
            "translated_words": 160,
            "url_translate": "http://weblate.ucs.ru/projects/unidrivers/unidriversl10n-fphun_bbox/hu/",
            "fuzzy": 0,
            "total": 38,
            "name": "Hungarian",
            "url": "http://weblate.ucs.ru/engage/unidrivers/hu/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 38,
            "last_change": "2020-11-03T12:53:28"
        },
        {
            "last_author": null,
            "code": "ru",
            "failing_percent": 0.0,
            "total_words": 160,
            "translated_words": 150,
            "url_translate": "http://weblate.ucs.ru/projects/unidrivers/unidriversl10n-fphun_bbox/ru/",
            "fuzzy": 2,
            "total": 38,
            "name": "Russian",
            "url": "http://weblate.ucs.ru/engage/unidrivers/ru/",
            "translated_percent": 89.4,
            "failing": 0,
            "fuzzy_percent": 5.2,
            "translated": 34,
            "last_change": null
        }
    ]
}