Translation components API.


See <a href="https://docs.weblate.org/en/weblate-2.18/apisubprojects.html">the Weblate's Web API documentation</a> for detailed
description of the API.

GET /api/components/fc_mods/madvandal-mods/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": 143,
            "translated_words": 143,
            "url_translate": "http://weblate.tectic.de/projects/fc_mods/madvandal-mods/en/",
            "fuzzy": 0,
            "total": 52,
            "name": "English",
            "url": "http://weblate.tectic.de/engage/fc_mods/en/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 52,
            "last_change": null
        },
        {
            "last_author": "Robert Heinrich",
            "code": "de",
            "failing_percent": 0.0,
            "total_words": 143,
            "translated_words": 143,
            "url_translate": "http://weblate.tectic.de/projects/fc_mods/madvandal-mods/de/",
            "fuzzy": 0,
            "total": 52,
            "name": "German",
            "url": "http://weblate.tectic.de/engage/fc_mods/de/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 52,
            "last_change": "2018-10-29T12:05:07.258849Z"
        },
        {
            "last_author": "Yeray",
            "code": "es",
            "failing_percent": 0.0,
            "total_words": 143,
            "translated_words": 143,
            "url_translate": "http://weblate.tectic.de/projects/fc_mods/madvandal-mods/es/",
            "fuzzy": 0,
            "total": 52,
            "name": "Spanish",
            "url": "http://weblate.tectic.de/engage/fc_mods/es/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 52,
            "last_change": "2019-10-21T12:17:58.366449Z"
        }
    ]
}