Translation components API.

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

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "last_author": "m.kuleshov",
            "code": "hu",
            "failing_percent": 6.7,
            "total_words": 673,
            "translated_words": 673,
            "url_translate": "http://weblate.ucs.ru/projects/unidrivers/unidriversl10n-cvhu_otp/hu/",
            "fuzzy": 0,
            "total": 74,
            "name": "Hungarian",
            "url": "http://weblate.ucs.ru/engage/unidrivers/hu/",
            "translated_percent": 100.0,
            "failing": 5,
            "fuzzy_percent": 0.0,
            "translated": 74,
            "last_change": "2019-06-21T14:59:30"
        }
    ]
}