Translation components API.

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

GET /api/components/cacti/flowview/translations/?format=api&page=2
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 22,
    "next": null,
    "previous": "http://translate.cacti.net/api/components/cacti/flowview/translations/?format=api",
    "results": [
        {
            "language": {
                "code": "zh_Hans",
                "name": "Chinese (Simplified)",
                "plural": {
                    "id": 575,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "chinese",
                    "chinese_chs",
                    "schinese",
                    "cn",
                    "zh",
                    "zhcn",
                    "zh_cn",
                    "zh_chs",
                    "cmn",
                    "zh_hans_cn",
                    "zh_cmn_hans",
                    "chs"
                ],
                "direction": "ltr",
                "web_url": "http://translate.cacti.net/languages/zh_Hans/",
                "url": "http://translate.cacti.net/api/languages/zh_Hans/?format=api",
                "statistics_url": "http://translate.cacti.net/api/languages/zh_Hans/statistics/?format=api"
            },
            "language_code": "zh-CN",
            "id": 90,
            "filename": "locales/po/zh-CN.po",
            "revision": "8fd13d1c643415ccfef5d075ab66d503c6f00922",
            "web_url": "http://translate.cacti.net/projects/cacti/flowview/zh_Hans/",
            "share_url": "http://translate.cacti.net/engage/cacti/zh_Hans/",
            "translate_url": "http://translate.cacti.net/translate/cacti/flowview/zh_Hans/",
            "url": "http://translate.cacti.net/api/translations/cacti/flowview/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 327,
            "total_words": 1507,
            "translated": 213,
            "translated_words": 713,
            "translated_percent": 65.1,
            "fuzzy": 112,
            "fuzzy_words": 736,
            "fuzzy_percent": 34.2,
            "failing_checks": 20,
            "failing_checks_words": 129,
            "failing_checks_percent": 6.1,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2024-03-03T08:34:24.112305Z",
            "last_author": "Junhua Huang",
            "repository_url": "http://translate.cacti.net/api/translations/cacti/flowview/zh_Hans/repository/?format=api",
            "file_url": "http://translate.cacti.net/api/translations/cacti/flowview/zh_Hans/file/?format=api",
            "statistics_url": "http://translate.cacti.net/api/translations/cacti/flowview/zh_Hans/statistics/?format=api",
            "changes_list_url": "http://translate.cacti.net/api/translations/cacti/flowview/zh_Hans/changes/?format=api",
            "units_list_url": "http://translate.cacti.net/api/translations/cacti/flowview/zh_Hans/units/?format=api"
        },
        {
            "language": {
                "code": "zh_Hant",
                "name": "Chinese (Traditional)",
                "plural": {
                    "id": 577,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "chinese_zh",
                    "tchinese",
                    "zhtw",
                    "zh_tw",
                    "zh_hant_tw",
                    "zh_hant@zh",
                    "zh_cmn_hant",
                    "cht",
                    "zho"
                ],
                "direction": "ltr",
                "web_url": "http://translate.cacti.net/languages/zh_Hant/",
                "url": "http://translate.cacti.net/api/languages/zh_Hant/?format=api",
                "statistics_url": "http://translate.cacti.net/api/languages/zh_Hant/statistics/?format=api"
            },
            "language_code": "zh-TW",
            "id": 91,
            "filename": "locales/po/zh-TW.po",
            "revision": "6caf1bc1de5e66bcf2aa26b61b01c5743e5c7345",
            "web_url": "http://translate.cacti.net/projects/cacti/flowview/zh_Hant/",
            "share_url": "http://translate.cacti.net/engage/cacti/zh_Hant/",
            "translate_url": "http://translate.cacti.net/translate/cacti/flowview/zh_Hant/",
            "url": "http://translate.cacti.net/api/translations/cacti/flowview/zh_Hant/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 327,
            "total_words": 1507,
            "translated": 96,
            "translated_words": 128,
            "translated_percent": 29.3,
            "fuzzy": 229,
            "fuzzy_words": 1321,
            "fuzzy_percent": 70.0,
            "failing_checks": 33,
            "failing_checks_words": 113,
            "failing_checks_percent": 10.0,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2021-05-03T08:02:18.836855Z",
            "last_author": "Linya Huang",
            "repository_url": "http://translate.cacti.net/api/translations/cacti/flowview/zh_Hant/repository/?format=api",
            "file_url": "http://translate.cacti.net/api/translations/cacti/flowview/zh_Hant/file/?format=api",
            "statistics_url": "http://translate.cacti.net/api/translations/cacti/flowview/zh_Hant/statistics/?format=api",
            "changes_list_url": "http://translate.cacti.net/api/translations/cacti/flowview/zh_Hant/changes/?format=api",
            "units_list_url": "http://translate.cacti.net/api/translations/cacti/flowview/zh_Hant/units/?format=api"
        }
    ]
}