Translation components API.

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

GET /api/components/cinemafv5/app-legacy/statistics/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 46,
    "next": null,
    "previous": "https://localization.fgae.de/api/components/cinemafv5/app-legacy/statistics/?format=api&page=2",
    "results": [
        {
            "code": "vi",
            "name": "Vietnamese",
            "total": 118,
            "total_words": 857,
            "last_change": null,
            "last_author": null,
            "translated": 111,
            "translated_words": 784,
            "translated_percent": 94.1,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 4,
            "failing_percent": 3.4,
            "url": "http://localization.fgae.de/engage/cinemafv5/vi/",
            "url_translate": "http://localization.fgae.de/projects/cinemafv5/app-legacy/vi/"
        },
        {
            "code": "zh_Hans",
            "name": "Chinese (Simplified)",
            "total": 118,
            "total_words": 857,
            "last_change": "2020-02-24T10:19:32.897669Z",
            "last_author": "hnwhw",
            "translated": 117,
            "translated_words": 856,
            "translated_percent": 99.2,
            "fuzzy": 1,
            "fuzzy_percent": 0.8,
            "failing": 6,
            "failing_percent": 5.1,
            "url": "http://localization.fgae.de/engage/cinemafv5/zh_Hans/",
            "url_translate": "http://localization.fgae.de/projects/cinemafv5/app-legacy/zh_Hans/"
        },
        {
            "code": "zh_Hant_HK",
            "name": "Chinese (Hong Kong)",
            "total": 118,
            "total_words": 857,
            "last_change": null,
            "last_author": null,
            "translated": 111,
            "translated_words": 784,
            "translated_percent": 94.1,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 9,
            "failing_percent": 7.6,
            "url": "http://localization.fgae.de/engage/cinemafv5/zh_Hant_HK/",
            "url_translate": "http://localization.fgae.de/projects/cinemafv5/app-legacy/zh_Hant_HK/"
        },
        {
            "code": "zh_Hant",
            "name": "Chinese (Traditional)",
            "total": 118,
            "total_words": 857,
            "last_change": null,
            "last_author": null,
            "translated": 106,
            "translated_words": 634,
            "translated_percent": 89.8,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 3,
            "failing_percent": 2.5,
            "url": "http://localization.fgae.de/engage/cinemafv5/zh_Hant/",
            "url_translate": "http://localization.fgae.de/projects/cinemafv5/app-legacy/zh_Hant/"
        },
        {
            "code": "en",
            "name": "English",
            "total": 118,
            "total_words": 857,
            "last_change": "2022-08-26T08:34:59.613513Z",
            "last_author": "Adam Rusňák",
            "translated": 118,
            "translated_words": 857,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "url": "http://localization.fgae.de/engage/cinemafv5/en/",
            "url_translate": "http://localization.fgae.de/projects/cinemafv5/app-legacy/en/"
        },
        {
            "code": "pes_IR",
            "name": "pes_IR (generated)",
            "total": 118,
            "total_words": 857,
            "last_change": null,
            "last_author": null,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "url": "http://localization.fgae.de/engage/cinemafv5/pes_IR/",
            "url_translate": "http://localization.fgae.de/projects/cinemafv5/app-legacy/pes_IR/"
        }
    ]
}