Translation components API.

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

GET /api/components/iso-codes/iso-4217/translations/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 61,
    "next": "https://hosted.weblate.org/api/components/iso-codes/iso-4217/translations/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "language": {
                "id": 47,
                "code": "br",
                "name": "Breton",
                "plural": {
                    "id": 42,
                    "source": 0,
                    "number": 5,
                    "formula": "(n % 10 == 1 && n % 100 != 11 && n % 100 != 71 && n % 100 != 91) ? 0 : ((n % 10 == 2 && n % 100 != 12 && n % 100 != 72 && n % 100 != 92) ? 1 : ((((n % 10 == 3 || n % 10 == 4) || n % 10 == 9) && (n % 100 < 10 || n % 100 > 19) && (n % 100 < 70 || n % 100 > 79) && (n % 100 < 90 || n % 100 > 99)) ? 2 : ((n != 0 && n % 1000000 == 0) ? 3 : 4)))",
                    "type": 10
                },
                "aliases": [
                    "bre"
                ],
                "direction": "ltr",
                "population": 563140,
                "web_url": "https://hosted.weblate.org/languages/br/",
                "url": "https://hosted.weblate.org/api/languages/br/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/br/statistics/?format=api"
            },
            "language_code": "br",
            "id": 12539,
            "filename": "iso_4217/br.po",
            "revision": "57e7af6761a8e6172e4b1347f3ae54f89e9ede07",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/br/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/br/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/br/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/br/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 98,
            "translated_words": 174,
            "translated_percent": 54.7,
            "fuzzy": 17,
            "fuzzy_words": 37,
            "fuzzy_percent": 9.4,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-06-01T15:20:06.209659+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/br/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/br/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/br/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/br/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/br/units/?format=api"
        },
        {
            "language": {
                "id": 53,
                "code": "ca",
                "name": "Catalan",
                "plural": {
                    "id": 46,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ca_ps",
                    "ca_ca",
                    "cat"
                ],
                "direction": "ltr",
                "population": 8679138,
                "web_url": "https://hosted.weblate.org/languages/ca/",
                "url": "https://hosted.weblate.org/api/languages/ca/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ca/statistics/?format=api"
            },
            "language_code": "ca",
            "id": 12540,
            "filename": "iso_4217/ca.po",
            "revision": "a0786680bb0f8a3a252099edf1edf60370a8968d",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/ca/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/ca/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/ca/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ca/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 177,
            "translated_words": 364,
            "translated_percent": 98.8,
            "fuzzy": 2,
            "fuzzy_words": 15,
            "fuzzy_percent": 1.1,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-04-29T20:50:06.701974+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ca/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ca/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ca/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ca/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ca/units/?format=api"
        },
        {
            "language": {
                "id": 56,
                "code": "cs",
                "name": "Czech",
                "plural": {
                    "id": 68,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "cs_cs",
                    "cz",
                    "csy",
                    "ces",
                    "cze"
                ],
                "direction": "ltr",
                "population": 13045532,
                "web_url": "https://hosted.weblate.org/languages/cs/",
                "url": "https://hosted.weblate.org/api/languages/cs/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/cs/statistics/?format=api"
            },
            "language_code": "cs",
            "id": 12541,
            "filename": "iso_4217/cs.po",
            "revision": "47d6c766b779c27461d15e319da90b6e3212f588",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/cs/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/cs/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/cs/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 172,
            "translated_words": 356,
            "translated_percent": 96.0,
            "fuzzy": 1,
            "fuzzy_words": 2,
            "fuzzy_percent": 0.5,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-12-09T19:02:03.696749+01:00",
            "last_author": "Miroslav Kure",
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/cs/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/cs/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/cs/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/cs/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/cs/units/?format=api"
        },
        {
            "language": {
                "id": 25,
                "code": "da",
                "name": "Danish",
                "plural": {
                    "id": 69,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "da_da",
                    "dk",
                    "dan"
                ],
                "direction": "ltr",
                "population": 7072056,
                "web_url": "https://hosted.weblate.org/languages/da/",
                "url": "https://hosted.weblate.org/api/languages/da/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/da/statistics/?format=api"
            },
            "language_code": "da",
            "id": 12542,
            "filename": "iso_4217/da.po",
            "revision": "c613da699fdb5e779917de77a09c49fc9eb9b944",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/da/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/da/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/da/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/da/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 165,
            "translated_words": 340,
            "translated_percent": 92.1,
            "fuzzy": 7,
            "fuzzy_words": 16,
            "fuzzy_percent": 3.9,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-06-01T15:20:08.148236+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/da/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/da/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/da/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/da/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/da/units/?format=api"
        },
        {
            "language": {
                "id": 24,
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 104,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu_de",
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "web_url": "https://hosted.weblate.org/languages/de/",
                "url": "https://hosted.weblate.org/api/languages/de/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/de/statistics/?format=api"
            },
            "language_code": "de",
            "id": 12543,
            "filename": "iso_4217/de.po",
            "revision": "fb968f422a2f7fe87ac4f2c6b65e0dfe2892410c",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/de/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/de/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/de/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 179,
            "translated_words": 379,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-02-28T10:59:53.752265+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/de/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/de/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/de/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/de/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/de/units/?format=api"
        },
        {
            "language": {
                "id": 29,
                "code": "el",
                "name": "Greek",
                "plural": {
                    "id": 108,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "gr",
                    "ell",
                    "gre"
                ],
                "direction": "ltr",
                "population": 12292240,
                "web_url": "https://hosted.weblate.org/languages/el/",
                "url": "https://hosted.weblate.org/api/languages/el/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/el/statistics/?format=api"
            },
            "language_code": "el",
            "id": 12544,
            "filename": "iso_4217/el.po",
            "revision": "c46d312cddcaca11affb0d026cba867bd69d8bd8",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/el/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/el/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/el/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/el/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 150,
            "translated_words": 272,
            "translated_percent": 83.7,
            "fuzzy": 22,
            "fuzzy_words": 84,
            "fuzzy_percent": 12.2,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-06-01T15:20:09.411135+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/el/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/el/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/el/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/el/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/el/units/?format=api"
        },
        {
            "language": {
                "id": 103,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 291,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://hosted.weblate.org/languages/es/",
                "url": "https://hosted.weblate.org/api/languages/es/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/es/statistics/?format=api"
            },
            "language_code": "es",
            "id": 12545,
            "filename": "iso_4217/es.po",
            "revision": "26f2364b654ab5f2ecfa7b068bd42f4b7cfd853e",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/es/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/es/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/es/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 179,
            "translated_words": 379,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-10-13T12:01:24.791619+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/es/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/es/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/es/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/es/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/es/units/?format=api"
        },
        {
            "language": {
                "id": 34,
                "code": "et",
                "name": "Estonian",
                "plural": {
                    "id": 84,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "et_et",
                    "est",
                    "ekk"
                ],
                "direction": "ltr",
                "population": 878449,
                "web_url": "https://hosted.weblate.org/languages/et/",
                "url": "https://hosted.weblate.org/api/languages/et/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/et/statistics/?format=api"
            },
            "language_code": "et",
            "id": 12546,
            "filename": "iso_4217/et.po",
            "revision": "729130d449c6c35cbff6591f71e414fa47fb24e3",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/et/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/et/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/et/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/et/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 179,
            "translated_words": 379,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-07-20T14:54:46.035010+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/et/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/et/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/et/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/et/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/et/units/?format=api"
        },
        {
            "language": {
                "id": 110,
                "code": "fi",
                "name": "Finnish",
                "plural": {
                    "id": 89,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "fin_fi",
                    "fin"
                ],
                "direction": "ltr",
                "population": 5736841,
                "web_url": "https://hosted.weblate.org/languages/fi/",
                "url": "https://hosted.weblate.org/api/languages/fi/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/fi/statistics/?format=api"
            },
            "language_code": "fi",
            "id": 12547,
            "filename": "iso_4217/fi.po",
            "revision": "ef61e75bc8e6b5af0dae78db914762fb4a02e145",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/fi/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/fi/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/fi/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 141,
            "translated_words": 252,
            "translated_percent": 78.7,
            "fuzzy": 23,
            "fuzzy_words": 79,
            "fuzzy_percent": 12.8,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-06-01T15:20:12.501638+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/fi/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/fi/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/fi/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/fi/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/fi/units/?format=api"
        },
        {
            "language": {
                "id": 105,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 93,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://hosted.weblate.org/languages/fr/",
                "url": "https://hosted.weblate.org/api/languages/fr/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/fr/statistics/?format=api"
            },
            "language_code": "fr",
            "id": 12548,
            "filename": "iso_4217/fr.po",
            "revision": "2772a2849954c3a2b05c0e7ba54fdc6a9157a25b",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/fr/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/fr/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/fr/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 179,
            "translated_words": 379,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-07-18T13:05:06.014750+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/fr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/fr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/fr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/fr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/fr/units/?format=api"
        },
        {
            "language": {
                "id": 6,
                "code": "ga",
                "name": "Irish",
                "plural": {
                    "id": 145,
                    "source": 0,
                    "number": 5,
                    "formula": "n==1 ? 0 : n==2 ? 1 : (n>2 && n<7) ? 2 :(n>6 && n<11) ? 3 : 4",
                    "type": 10
                },
                "aliases": [
                    "gle"
                ],
                "direction": "ltr",
                "population": 1237487,
                "web_url": "https://hosted.weblate.org/languages/ga/",
                "url": "https://hosted.weblate.org/api/languages/ga/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ga/statistics/?format=api"
            },
            "language_code": "ga",
            "id": 12549,
            "filename": "iso_4217/ga.po",
            "revision": "ed2f1ca4935ff41daec5de2ff06d94927831a105",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/ga/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/ga/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/ga/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ga/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 70,
            "translated_words": 148,
            "translated_percent": 39.1,
            "fuzzy": 24,
            "fuzzy_words": 46,
            "fuzzy_percent": 13.4,
            "failing_checks": 1,
            "failing_checks_words": 4,
            "failing_checks_percent": 0.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-06-01T15:20:13.649624+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ga/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ga/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ga/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ga/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ga/units/?format=api"
        },
        {
            "language": {
                "id": 7,
                "code": "gl",
                "name": "Galician",
                "plural": {
                    "id": 100,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "glg_es",
                    "glg"
                ],
                "direction": "ltr",
                "population": 3515529,
                "web_url": "https://hosted.weblate.org/languages/gl/",
                "url": "https://hosted.weblate.org/api/languages/gl/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/gl/statistics/?format=api"
            },
            "language_code": "gl",
            "id": 12550,
            "filename": "iso_4217/gl.po",
            "revision": "99a3b689677e6d3316856ed3a6611bc6fc8e87b7",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/gl/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/gl/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/gl/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/gl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 45,
            "translated_words": 97,
            "translated_percent": 25.1,
            "fuzzy": 40,
            "fuzzy_words": 93,
            "fuzzy_percent": 22.3,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-06-01T15:20:14.242870+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/gl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/gl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/gl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/gl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/gl/units/?format=api"
        },
        {
            "language": {
                "id": 64,
                "code": "hr",
                "name": "Croatian",
                "plural": {
                    "id": 66,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "scr",
                    "hrv"
                ],
                "direction": "ltr",
                "population": 6813163,
                "web_url": "https://hosted.weblate.org/languages/hr/",
                "url": "https://hosted.weblate.org/api/languages/hr/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/hr/statistics/?format=api"
            },
            "language_code": "hr",
            "id": 12551,
            "filename": "iso_4217/hr.po",
            "revision": "1f01d0c6baadb7e344655a9892b4a73112717aa9",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/hr/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/hr/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/hr/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/hr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 179,
            "translated_words": 379,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-09-01T22:59:56.819906+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/hr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/hr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/hr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/hr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/hr/units/?format=api"
        },
        {
            "language": {
                "id": 66,
                "code": "hu",
                "name": "Hungarian",
                "plural": {
                    "id": 136,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "hun"
                ],
                "direction": "ltr",
                "population": 12443429,
                "web_url": "https://hosted.weblate.org/languages/hu/",
                "url": "https://hosted.weblate.org/api/languages/hu/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/hu/statistics/?format=api"
            },
            "language_code": "hu",
            "id": 12552,
            "filename": "iso_4217/hu.po",
            "revision": "50117df59f25b7f8b1b2f6434a21d04d270d479e",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/hu/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/hu/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/hu/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 179,
            "translated_words": 379,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-10-08T14:02:33.091821+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/hu/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/hu/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/hu/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/hu/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/hu/units/?format=api"
        },
        {
            "language": {
                "id": 93,
                "code": "id",
                "name": "Indonesian",
                "plural": {
                    "id": 141,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "in",
                    "in_id",
                    "ind"
                ],
                "direction": "ltr",
                "population": 171207687,
                "web_url": "https://hosted.weblate.org/languages/id/",
                "url": "https://hosted.weblate.org/api/languages/id/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/id/statistics/?format=api"
            },
            "language_code": "id",
            "id": 12553,
            "filename": "iso_4217/id.po",
            "revision": "32e57c2ddb665157dde6d98e898c9985094ab40a",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/id/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/id/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/id/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/id/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 179,
            "translated_words": 379,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-06-01T16:14:55.448163+02:00",
            "last_author": "Andika Triwidada",
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/id/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/id/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/id/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/id/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/id/units/?format=api"
        },
        {
            "language": {
                "id": 61,
                "code": "is",
                "name": "Icelandic",
                "plural": {
                    "id": 137,
                    "source": 0,
                    "number": 2,
                    "formula": "n % 10 != 1 || n % 100 == 11",
                    "type": 1
                },
                "aliases": [
                    "ice",
                    "isl"
                ],
                "direction": "ltr",
                "population": 350734,
                "web_url": "https://hosted.weblate.org/languages/is/",
                "url": "https://hosted.weblate.org/api/languages/is/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/is/statistics/?format=api"
            },
            "language_code": "is",
            "id": 12554,
            "filename": "iso_4217/is.po",
            "revision": "6adebd50af6a59c022e5cea2495e7333820eadd6",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/is/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/is/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/is/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/is/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 179,
            "translated_words": 379,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-03T16:01:44.962960+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/is/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/is/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/is/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/is/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/is/units/?format=api"
        },
        {
            "language": {
                "id": 86,
                "code": "it",
                "name": "Italian",
                "plural": {
                    "id": 146,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ita_it",
                    "ita"
                ],
                "direction": "ltr",
                "population": 70247059,
                "web_url": "https://hosted.weblate.org/languages/it/",
                "url": "https://hosted.weblate.org/api/languages/it/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/it/statistics/?format=api"
            },
            "language_code": "it",
            "id": 12555,
            "filename": "iso_4217/it.po",
            "revision": "db8a8353889e28e1dc7c6a5a10f3ddc9b611913b",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/it/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/it/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/it/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 171,
            "translated_words": 352,
            "translated_percent": 95.5,
            "fuzzy": 1,
            "fuzzy_words": 4,
            "fuzzy_percent": 0.5,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-02-24T21:30:07.128960+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/it/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/it/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/it/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/it/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/it/units/?format=api"
        },
        {
            "language": {
                "id": 49,
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 148,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "jp_jpn",
                    "ja_ja",
                    "jpn_jp",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 119729025,
                "web_url": "https://hosted.weblate.org/languages/ja/",
                "url": "https://hosted.weblate.org/api/languages/ja/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ja/statistics/?format=api"
            },
            "language_code": "ja",
            "id": 12556,
            "filename": "iso_4217/ja.po",
            "revision": "12d47c8c64cbff9a4a05cddee3472b3cb5fc0db6",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/ja/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/ja/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/ja/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 165,
            "translated_words": 340,
            "translated_percent": 92.1,
            "fuzzy": 7,
            "fuzzy_words": 16,
            "fuzzy_percent": 3.9,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-06-01T15:20:17.801817+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ja/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ja/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ja/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ja/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ja/units/?format=api"
        },
        {
            "language": {
                "id": 116,
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 165,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "ko_ko",
                    "kor_kr",
                    "kor"
                ],
                "direction": "ltr",
                "population": 78357047,
                "web_url": "https://hosted.weblate.org/languages/ko/",
                "url": "https://hosted.weblate.org/api/languages/ko/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ko/statistics/?format=api"
            },
            "language_code": "ko",
            "id": 12557,
            "filename": "iso_4217/ko.po",
            "revision": "15e6a95fea60b7c7b766bbb2fc375afd9ff7aad8",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/ko/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/ko/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/ko/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 179,
            "translated_words": 379,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-12-31T08:13:49.361183+01:00",
            "last_author": "Changwoo Ryu",
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ko/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ko/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ko/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ko/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ko/units/?format=api"
        },
        {
            "language": {
                "id": 14,
                "code": "lt",
                "name": "Lithuanian",
                "plural": {
                    "id": 178,
                    "source": 0,
                    "number": 3,
                    "formula": "(n % 10 == 1 && (n % 100 < 11 || n % 100 > 19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? 1 : 2)",
                    "type": 22
                },
                "aliases": [
                    "lit"
                ],
                "direction": "ltr",
                "population": 2488617,
                "web_url": "https://hosted.weblate.org/languages/lt/",
                "url": "https://hosted.weblate.org/api/languages/lt/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/lt/statistics/?format=api"
            },
            "language_code": "lt",
            "id": 12558,
            "filename": "iso_4217/lt.po",
            "revision": "399bb9fc6fb9a136c095b9b957ad42e02dd71c68",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/lt/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/lt/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/lt/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/lt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 179,
            "translated_words": 379,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-07-15T09:52:58.679914+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/lt/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/lt/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/lt/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/lt/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/lt/units/?format=api"
        },
        {
            "language": {
                "id": 13,
                "code": "lv",
                "name": "Latvian",
                "plural": {
                    "id": 175,
                    "source": 0,
                    "number": 3,
                    "formula": "(n % 10 == 0 || n % 100 >= 11 && n % 100 <= 19) ? 0 : ((n % 10 == 1 && n % 100 != 11) ? 1 : 2)",
                    "type": 11
                },
                "aliases": [
                    "lav",
                    "lvs"
                ],
                "direction": "ltr",
                "population": 1147550,
                "web_url": "https://hosted.weblate.org/languages/lv/",
                "url": "https://hosted.weblate.org/api/languages/lv/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/lv/statistics/?format=api"
            },
            "language_code": "lv",
            "id": 12559,
            "filename": "iso_4217/lv.po",
            "revision": "e56d586d927631707335bb7ae43f1d0bafff8411",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/lv/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/lv/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/lv/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/lv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 141,
            "translated_words": 252,
            "translated_percent": 78.7,
            "fuzzy": 23,
            "fuzzy_words": 79,
            "fuzzy_percent": 12.8,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-06-01T15:20:20.439264+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/lv/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/lv/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/lv/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/lv/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/lv/units/?format=api"
        },
        {
            "language": {
                "id": 74,
                "code": "mn",
                "name": "Mongolian",
                "plural": {
                    "id": 206,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "mon",
                    "drh",
                    "khk"
                ],
                "direction": "ltr",
                "population": 2948393,
                "web_url": "https://hosted.weblate.org/languages/mn/",
                "url": "https://hosted.weblate.org/api/languages/mn/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/mn/statistics/?format=api"
            },
            "language_code": "mn",
            "id": 12560,
            "filename": "iso_4217/mn.po",
            "revision": "b6c92191c8a8828e8514b79377d677a0d7c6c54c",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/mn/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/mn/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/mn/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/mn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 81,
            "translated_words": 168,
            "translated_percent": 45.2,
            "fuzzy": 54,
            "fuzzy_words": 131,
            "fuzzy_percent": 30.1,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-06-01T15:20:21.085518+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/mn/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/mn/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/mn/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/mn/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/mn/units/?format=api"
        },
        {
            "language": {
                "id": 449,
                "code": "nb_NO",
                "name": "Norwegian Bokmål",
                "plural": {
                    "id": 447,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "norwegian",
                    "no_nb",
                    "nb_nb",
                    "no_no",
                    "no",
                    "nb",
                    "nob",
                    "nor"
                ],
                "direction": "ltr",
                "population": 5467440,
                "web_url": "https://hosted.weblate.org/languages/nb_NO/",
                "url": "https://hosted.weblate.org/api/languages/nb_NO/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/nb_NO/statistics/?format=api"
            },
            "language_code": "nb_NO",
            "id": 12561,
            "filename": "iso_4217/nb_NO.po",
            "revision": "1e09db19e8be7ad76e101cec2beffe51f445a054",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/nb_NO/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/nb_NO/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/nb_NO/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/nb_NO/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 154,
            "translated_words": 292,
            "translated_percent": 86.0,
            "fuzzy": 18,
            "fuzzy_words": 64,
            "fuzzy_percent": 10.0,
            "failing_checks": 4,
            "failing_checks_words": 8,
            "failing_checks_percent": 2.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-12-19T14:59:52.216454+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/nb_NO/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/nb_NO/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/nb_NO/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/nb_NO/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/nb_NO/units/?format=api"
        },
        {
            "language": {
                "id": 96,
                "code": "nl",
                "name": "Dutch",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "dut",
                    "nld"
                ],
                "direction": "ltr",
                "population": 31765645,
                "web_url": "https://hosted.weblate.org/languages/nl/",
                "url": "https://hosted.weblate.org/api/languages/nl/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/nl/statistics/?format=api"
            },
            "language_code": "nl",
            "id": 12562,
            "filename": "iso_4217/nl.po",
            "revision": "c0ec7bca34d23f43dc83a596f39293af03f4f392",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/nl/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/nl/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/nl/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 179,
            "translated_words": 379,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-11-28T17:32:25.618290+01:00",
            "last_author": "Pander",
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/nl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/nl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/nl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/nl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/nl/units/?format=api"
        },
        {
            "language": {
                "id": 98,
                "code": "nn",
                "name": "Norwegian Nynorsk",
                "plural": {
                    "id": 224,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "nno"
                ],
                "direction": "ltr",
                "population": 1366860,
                "web_url": "https://hosted.weblate.org/languages/nn/",
                "url": "https://hosted.weblate.org/api/languages/nn/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/nn/statistics/?format=api"
            },
            "language_code": "nn",
            "id": 12563,
            "filename": "iso_4217/nn.po",
            "revision": "601f017f44da8eef943a2b16ffcbee92021d4f90",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/nn/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/nn/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/nn/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/nn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 139,
            "translated_words": 248,
            "translated_percent": 77.6,
            "fuzzy": 25,
            "fuzzy_words": 83,
            "fuzzy_percent": 13.9,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-06-01T15:20:23.207033+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/nn/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/nn/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/nn/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/nn/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/nn/units/?format=api"
        },
        {
            "language": {
                "id": 50,
                "code": "oc",
                "name": "Occitan",
                "plural": {
                    "id": 231,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "oci"
                ],
                "direction": "ltr",
                "population": 2040397,
                "web_url": "https://hosted.weblate.org/languages/oc/",
                "url": "https://hosted.weblate.org/api/languages/oc/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/oc/statistics/?format=api"
            },
            "language_code": "oc",
            "id": 12564,
            "filename": "iso_4217/oc.po",
            "revision": "97f792bcd516d9ea06a4f1d20dd4adb3f35fa502",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/oc/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/oc/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/oc/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/oc/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 4,
            "translated_words": 5,
            "translated_percent": 2.2,
            "fuzzy": 2,
            "fuzzy_words": 4,
            "fuzzy_percent": 1.1,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-06-01T15:20:23.898128+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/oc/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/oc/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/oc/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/oc/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/oc/units/?format=api"
        },
        {
            "language": {
                "id": 78,
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 244,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://hosted.weblate.org/languages/pl/",
                "url": "https://hosted.weblate.org/api/languages/pl/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/pl/statistics/?format=api"
            },
            "language_code": "pl",
            "id": 12565,
            "filename": "iso_4217/pl.po",
            "revision": "dfc515b7dd1fcbce138a497f2da8e519f0c91986",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/pl/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/pl/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/pl/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 179,
            "translated_words": 379,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-06-08T22:46:28.560730+02:00",
            "last_author": "Jakub Bogusz",
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/pl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/pl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/pl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/pl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/pl/units/?format=api"
        },
        {
            "language": {
                "id": 58,
                "code": "pt",
                "name": "Portuguese",
                "plural": {
                    "id": 245,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "por_pt",
                    "ptg",
                    "por"
                ],
                "direction": "ltr",
                "population": 237496883,
                "web_url": "https://hosted.weblate.org/languages/pt/",
                "url": "https://hosted.weblate.org/api/languages/pt/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/pt/statistics/?format=api"
            },
            "language_code": "pt",
            "id": 12566,
            "filename": "iso_4217/pt.po",
            "revision": "a6e9137df63d62d9c850ae7827a4d248141657e1",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/pt/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/pt/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/pt/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/pt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 165,
            "translated_words": 340,
            "translated_percent": 92.1,
            "fuzzy": 7,
            "fuzzy_words": 16,
            "fuzzy_percent": 3.9,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-06-01T15:20:25.328788+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/pt/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/pt/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/pt/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/pt/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/pt/units/?format=api"
        },
        {
            "language": {
                "id": 23,
                "code": "pt_BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 246,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "braz_por",
                    "portuguese_br",
                    "bp",
                    "por_br",
                    "ptb"
                ],
                "direction": "ltr",
                "population": 192661560,
                "web_url": "https://hosted.weblate.org/languages/pt_BR/",
                "url": "https://hosted.weblate.org/api/languages/pt_BR/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/pt_BR/statistics/?format=api"
            },
            "language_code": "pt_BR",
            "id": 12567,
            "filename": "iso_4217/pt_BR.po",
            "revision": "389766b9954ccb126c6c2b6834ebbe515b8f5c34",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/pt_BR/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/pt_BR/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/pt_BR/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 165,
            "translated_words": 340,
            "translated_percent": 92.1,
            "fuzzy": 7,
            "fuzzy_words": 16,
            "fuzzy_percent": 3.9,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-06-01T15:20:25.981945+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/pt_BR/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/pt_BR/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/pt_BR/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/pt_BR/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/pt_BR/units/?format=api"
        },
        {
            "language": {
                "id": 38,
                "code": "ro",
                "name": "Romanian",
                "plural": {
                    "id": 251,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ron",
                    "rum",
                    "mol"
                ],
                "direction": "ltr",
                "population": 22187407,
                "web_url": "https://hosted.weblate.org/languages/ro/",
                "url": "https://hosted.weblate.org/api/languages/ro/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ro/statistics/?format=api"
            },
            "language_code": "ro",
            "id": 12568,
            "filename": "iso_4217/ro.po",
            "revision": "772d5690bf6c296e832b8497b504a46d8970f8aa",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/ro/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/ro/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/ro/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ro/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 179,
            "translated_words": 379,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-14T13:27:35.089083+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ro/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ro/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ro/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ro/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ro/units/?format=api"
        },
        {
            "language": {
                "id": 36,
                "code": "ru",
                "name": "Russian",
                "plural": {
                    "id": 255,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "ru_r",
                    "ru_rr",
                    "rus"
                ],
                "direction": "ltr",
                "population": 195841151,
                "web_url": "https://hosted.weblate.org/languages/ru/",
                "url": "https://hosted.weblate.org/api/languages/ru/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ru/statistics/?format=api"
            },
            "language_code": "ru",
            "id": 12569,
            "filename": "iso_4217/ru.po",
            "revision": "2ea0ac73b543204eebf8aad81f53a66b1820531c",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/ru/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/ru/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/ru/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 165,
            "translated_words": 340,
            "translated_percent": 92.1,
            "fuzzy": 7,
            "fuzzy_words": 16,
            "fuzzy_percent": 3.9,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-06-01T15:21:20.061727+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ru/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ru/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ru/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ru/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ru/units/?format=api"
        },
        {
            "language": {
                "id": 170,
                "code": "rw",
                "name": "Kinyarwanda",
                "plural": {
                    "id": 159,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "kin"
                ],
                "direction": "ltr",
                "population": 11083625,
                "web_url": "https://hosted.weblate.org/languages/rw/",
                "url": "https://hosted.weblate.org/api/languages/rw/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/rw/statistics/?format=api"
            },
            "language_code": "rw",
            "id": 12570,
            "filename": "iso_4217/rw.po",
            "revision": "a9fd662d9c0096cf25884727021cce51afbf0573",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/rw/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/rw/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/rw/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/rw/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 82,
            "translated_words": 170,
            "translated_percent": 45.8,
            "fuzzy": 54,
            "fuzzy_words": 130,
            "fuzzy_percent": 30.1,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-06-01T15:21:20.759455+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/rw/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/rw/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/rw/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/rw/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/rw/units/?format=api"
        },
        {
            "language": {
                "id": 120,
                "code": "sk",
                "name": "Slovak",
                "plural": {
                    "id": 279,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "svk",
                    "sky",
                    "slk",
                    "slo"
                ],
                "direction": "ltr",
                "population": 6680269,
                "web_url": "https://hosted.weblate.org/languages/sk/",
                "url": "https://hosted.weblate.org/api/languages/sk/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/sk/statistics/?format=api"
            },
            "language_code": "sk",
            "id": 12571,
            "filename": "iso_4217/sk.po",
            "revision": "e8c5200eaf2ea67b489a79fe39f84b6b1c7bfa31",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/sk/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/sk/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/sk/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 84,
            "translated_words": 178,
            "translated_percent": 46.9,
            "fuzzy": 38,
            "fuzzy_words": 69,
            "fuzzy_percent": 21.2,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-06-01T15:21:22.070462+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sk/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sk/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sk/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sk/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sk/units/?format=api"
        },
        {
            "language": {
                "id": 124,
                "code": "sl",
                "name": "Slovenian",
                "plural": {
                    "id": 280,
                    "source": 0,
                    "number": 4,
                    "formula": "n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3",
                    "type": 6
                },
                "aliases": [
                    "sl_sl",
                    "slv"
                ],
                "direction": "ltr",
                "population": 1973179,
                "web_url": "https://hosted.weblate.org/languages/sl/",
                "url": "https://hosted.weblate.org/api/languages/sl/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/sl/statistics/?format=api"
            },
            "language_code": "sl",
            "id": 12572,
            "filename": "iso_4217/sl.po",
            "revision": "97532cd44cc991fe067a0cc7f000fab17df3846f",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/sl/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/sl/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/sl/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 141,
            "translated_words": 252,
            "translated_percent": 78.7,
            "fuzzy": 23,
            "fuzzy_words": 79,
            "fuzzy_percent": 12.8,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-06-01T15:21:22.639278+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sl/units/?format=api"
        },
        {
            "language": {
                "id": 114,
                "code": "sr",
                "name": "Serbian",
                "plural": {
                    "id": 268,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "scc",
                    "sr_cs",
                    "rs",
                    "srp"
                ],
                "direction": "ltr",
                "population": 7516818,
                "web_url": "https://hosted.weblate.org/languages/sr/",
                "url": "https://hosted.weblate.org/api/languages/sr/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/sr/statistics/?format=api"
            },
            "language_code": "sr",
            "id": 12573,
            "filename": "iso_4217/sr.po",
            "revision": "8569d03af30428ae75aa0d574fb8045f3795e9f7",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/sr/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/sr/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/sr/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 148,
            "translated_words": 275,
            "translated_percent": 82.6,
            "fuzzy": 24,
            "fuzzy_words": 81,
            "fuzzy_percent": 13.4,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-06-01T15:21:24.566484+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sr/units/?format=api"
        },
        {
            "language": {
                "id": 246,
                "code": "sr_Latn",
                "name": "Serbian (latin)",
                "plural": {
                    "id": 270,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "serbo_croatian",
                    "sh",
                    "sr_latn_rs",
                    "sr@latin",
                    "sr_rs@latin",
                    "srl",
                    "hbs"
                ],
                "direction": "ltr",
                "population": 8085593,
                "web_url": "https://hosted.weblate.org/languages/sr_Latn/",
                "url": "https://hosted.weblate.org/api/languages/sr_Latn/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/sr_Latn/statistics/?format=api"
            },
            "language_code": "sr@latin",
            "id": 12574,
            "filename": "iso_4217/sr@latin.po",
            "revision": "ee172e1bd97e1a5cd181cee5328ecdad301d9e1c",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/sr_Latn/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/sr_Latn/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/sr_Latn/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sr_Latn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 148,
            "translated_words": 275,
            "translated_percent": 82.6,
            "fuzzy": 24,
            "fuzzy_words": 81,
            "fuzzy_percent": 13.4,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-14T13:27:35.377641+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sr_Latn/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sr_Latn/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sr_Latn/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sr_Latn/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sr_Latn/units/?format=api"
        },
        {
            "language": {
                "id": 107,
                "code": "sv",
                "name": "Swedish",
                "plural": {
                    "id": 301,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "swe_se",
                    "sve",
                    "swe"
                ],
                "direction": "ltr",
                "population": 12932871,
                "web_url": "https://hosted.weblate.org/languages/sv/",
                "url": "https://hosted.weblate.org/api/languages/sv/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/sv/statistics/?format=api"
            },
            "language_code": "sv",
            "id": 12575,
            "filename": "iso_4217/sv.po",
            "revision": "0a0ca7816c8bfa0854269205df523cddd354e265",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/sv/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/sv/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/sv/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 174,
            "translated_words": 359,
            "translated_percent": 97.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-02-24T22:16:31.628628+01:00",
            "last_author": "Anders Jonsson",
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sv/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sv/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sv/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sv/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sv/units/?format=api"
        },
        {
            "language": {
                "id": 16,
                "code": "th",
                "name": "Thai",
                "plural": {
                    "id": 315,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "tha"
                ],
                "direction": "ltr",
                "population": 55181920,
                "web_url": "https://hosted.weblate.org/languages/th/",
                "url": "https://hosted.weblate.org/api/languages/th/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/th/statistics/?format=api"
            },
            "language_code": "th",
            "id": 12576,
            "filename": "iso_4217/th.po",
            "revision": "4514a3735b04da41c8d96eaf8e64ff4d53aad930",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/th/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/th/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/th/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/th/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 141,
            "translated_words": 252,
            "translated_percent": 78.7,
            "fuzzy": 23,
            "fuzzy_words": 79,
            "fuzzy_percent": 12.8,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-06-01T15:21:31.838763+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/th/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/th/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/th/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/th/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/th/units/?format=api"
        },
        {
            "language": {
                "id": 12,
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 323,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://hosted.weblate.org/languages/tr/",
                "url": "https://hosted.weblate.org/api/languages/tr/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/tr/statistics/?format=api"
            },
            "language_code": "tr",
            "id": 12577,
            "filename": "iso_4217/tr.po",
            "revision": "3b2b90a56a424f66bb7e48147601aa53c3f6b2f4",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/tr/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/tr/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/tr/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 179,
            "translated_words": 379,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-02-12T22:37:51.403071+01:00",
            "last_author": "Emir",
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/tr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/tr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/tr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/tr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/tr/units/?format=api"
        },
        {
            "language": {
                "id": 42,
                "code": "uk",
                "name": "Ukrainian",
                "plural": {
                    "id": 327,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "ua",
                    "ua_ua",
                    "uk_uk",
                    "ukr"
                ],
                "direction": "ltr",
                "population": 29348975,
                "web_url": "https://hosted.weblate.org/languages/uk/",
                "url": "https://hosted.weblate.org/api/languages/uk/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/uk/statistics/?format=api"
            },
            "language_code": "uk",
            "id": 12578,
            "filename": "iso_4217/uk.po",
            "revision": "b79e155ce27f146b84b8482f6ecc971c32136542",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/uk/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/uk/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/uk/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 179,
            "translated_words": 379,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-06-01T15:46:44.601552+02:00",
            "last_author": "Yuri Chornoivan",
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/uk/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/uk/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/uk/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/uk/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/uk/units/?format=api"
        },
        {
            "language": {
                "id": 60,
                "code": "vi",
                "name": "Vietnamese",
                "plural": {
                    "id": 337,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "vn",
                    "vie"
                ],
                "direction": "ltr",
                "population": 86222961,
                "web_url": "https://hosted.weblate.org/languages/vi/",
                "url": "https://hosted.weblate.org/api/languages/vi/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/vi/statistics/?format=api"
            },
            "language_code": "vi",
            "id": 12579,
            "filename": "iso_4217/vi.po",
            "revision": "cff83b96879d724f0412f05fa5bb191574a42e7c",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/vi/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/vi/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/vi/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/vi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 141,
            "translated_words": 252,
            "translated_percent": 78.7,
            "fuzzy": 23,
            "fuzzy_words": 79,
            "fuzzy_percent": 12.8,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-06-01T15:21:34.507585+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/vi/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/vi/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/vi/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/vi/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/vi/units/?format=api"
        },
        {
            "language": {
                "id": 186,
                "code": "zh_Hans",
                "name": "Chinese (Simplified)",
                "plural": {
                    "id": 57,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "chinese",
                    "chinese_chs",
                    "schinese",
                    "chinese_zh",
                    "cn",
                    "zh",
                    "zhcn",
                    "zh_cn",
                    "zh_chs",
                    "cmn",
                    "zh_hans_cn",
                    "zh_cmn_hans",
                    "chs",
                    "chi"
                ],
                "direction": "ltr",
                "population": 1266066359,
                "web_url": "https://hosted.weblate.org/languages/zh_Hans/",
                "url": "https://hosted.weblate.org/api/languages/zh_Hans/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/zh_Hans/statistics/?format=api"
            },
            "language_code": "zh_CN",
            "id": 12580,
            "filename": "iso_4217/zh_CN.po",
            "revision": "58c9fb16451034ff0cc15f1eb31dec981e3578d3",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/zh_Hans/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/zh_Hans/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/zh_Hans/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 179,
            "translated_words": 379,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 8,
            "last_change": "2024-01-15T03:23:32.143736+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/zh_Hans/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/zh_Hans/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/zh_Hans/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/zh_Hans/units/?format=api"
        },
        {
            "language": {
                "id": 22,
                "code": "zh_Hant_HK",
                "name": "Chinese (Traditional, Hong Kong)",
                "plural": {
                    "id": 56,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "zh_hk"
                ],
                "direction": "ltr",
                "population": 6887414,
                "web_url": "https://hosted.weblate.org/languages/zh_Hant_HK/",
                "url": "https://hosted.weblate.org/api/languages/zh_Hant_HK/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/zh_Hant_HK/statistics/?format=api"
            },
            "language_code": "zh_HK",
            "id": 12581,
            "filename": "iso_4217/zh_HK.po",
            "revision": "f583b8e4569e9c267deb5bbbe4039095c5f0de73",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/zh_Hant_HK/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/zh_Hant_HK/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/zh_Hant_HK/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/zh_Hant_HK/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 166,
            "translated_words": 333,
            "translated_percent": 92.7,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 1,
            "last_change": "2023-04-10T07:19:19.475389+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/zh_Hant_HK/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/zh_Hant_HK/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/zh_Hant_HK/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/zh_Hant_HK/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/zh_Hant_HK/units/?format=api"
        },
        {
            "language": {
                "id": 40,
                "code": "be",
                "name": "Belarusian",
                "plural": {
                    "id": 28,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "xbelorussian",
                    "by",
                    "bel"
                ],
                "direction": "ltr",
                "population": 10064517,
                "web_url": "https://hosted.weblate.org/languages/be/",
                "url": "https://hosted.weblate.org/api/languages/be/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/be/statistics/?format=api"
            },
            "language_code": "be",
            "id": 12948,
            "filename": "iso_4217/be.po",
            "revision": "fa001f45eda7c15d703d2ad8e554a784e925df9b",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/be/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/be/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/be/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/be/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 179,
            "translated_words": 379,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-11-06T21:45:40.887125+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/be/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/be/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/be/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/be/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/be/units/?format=api"
        },
        {
            "language": {
                "id": 153,
                "code": "sc",
                "name": "Sardinian",
                "plural": {
                    "id": 265,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "srd",
                    "src"
                ],
                "direction": "ltr",
                "population": 1060845,
                "web_url": "https://hosted.weblate.org/languages/sc/",
                "url": "https://hosted.weblate.org/api/languages/sc/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/sc/statistics/?format=api"
            },
            "language_code": "sc",
            "id": 15443,
            "filename": "iso_4217/sc.po",
            "revision": "bf85192fab426696b6bfff6e6c973273a8979e27",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/sc/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/sc/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/sc/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sc/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 179,
            "translated_words": 379,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-06-03T12:14:07.541046+02:00",
            "last_author": "Ajeje Brazorf",
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sc/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sc/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sc/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sc/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sc/units/?format=api"
        },
        {
            "language": {
                "id": 88,
                "code": "ar",
                "name": "Arabic",
                "plural": {
                    "id": 10,
                    "source": 0,
                    "number": 6,
                    "formula": "n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5",
                    "type": 3
                },
                "aliases": [
                    "ar_ar",
                    "ara",
                    "arb"
                ],
                "direction": "rtl",
                "population": 351664195,
                "web_url": "https://hosted.weblate.org/languages/ar/",
                "url": "https://hosted.weblate.org/api/languages/ar/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ar/statistics/?format=api"
            },
            "language_code": "ar",
            "id": 28488,
            "filename": "iso_4217/ar.po",
            "revision": "313840b8d4d4a114871086f919f86a09f079d342",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/ar/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/ar/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/ar/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ar/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 133,
            "translated_words": 254,
            "translated_percent": 74.3,
            "fuzzy": 7,
            "fuzzy_words": 16,
            "fuzzy_percent": 3.9,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-12-19T14:29:56.968330+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ar/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ar/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ar/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ar/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ar/units/?format=api"
        },
        {
            "language": {
                "id": 44,
                "code": "ast",
                "name": "Asturian",
                "plural": {
                    "id": 17,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 650205,
                "web_url": "https://hosted.weblate.org/languages/ast/",
                "url": "https://hosted.weblate.org/api/languages/ast/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ast/statistics/?format=api"
            },
            "language_code": "ast",
            "id": 30000,
            "filename": "iso_4217/ast.po",
            "revision": "a39c1f02f4bed379603e46e5299439e3fa5b33de",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/ast/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/ast/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/ast/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ast/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ast/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ast/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ast/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ast/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/ast/units/?format=api"
        },
        {
            "language": {
                "id": 62,
                "code": "en_GB",
                "name": "English (United Kingdom)",
                "plural": {
                    "id": 81,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "english_uk",
                    "eng_gb"
                ],
                "direction": "ltr",
                "population": 64445878,
                "web_url": "https://hosted.weblate.org/languages/en_GB/",
                "url": "https://hosted.weblate.org/api/languages/en_GB/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en_GB/statistics/?format=api"
            },
            "language_code": "en_GB",
            "id": 37641,
            "filename": "iso_4217/iso_4217.pot",
            "revision": "ea25c27eb3d6099d0a8d437d0f41fe215a60f76d",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/en_GB/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/en_GB/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/en_GB/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/en_GB/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 179,
            "total_words": 379,
            "translated": 179,
            "translated_words": 379,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 15,
            "failing_checks_percent": 1.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/en_GB/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/en_GB/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/en_GB/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/en_GB/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/en_GB/units/?format=api"
        },
        {
            "language": {
                "id": 115,
                "code": "sq",
                "name": "Albanian",
                "plural": {
                    "id": 7,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "alb",
                    "sqi",
                    "als"
                ],
                "direction": "ltr",
                "population": 6791906,
                "web_url": "https://hosted.weblate.org/languages/sq/",
                "url": "https://hosted.weblate.org/api/languages/sq/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/sq/statistics/?format=api"
            },
            "language_code": "sq",
            "id": 38378,
            "filename": "iso_4217/sq.po",
            "revision": "04d63f2ddc27d59371b89c22e39be88baaaaf8f9",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/sq/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/sq/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/sq/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sq/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sq/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sq/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sq/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sq/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/sq/units/?format=api"
        },
        {
            "language": {
                "id": 39,
                "code": "bn",
                "name": "Bengali",
                "plural": {
                    "id": 32,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "bd",
                    "ben"
                ],
                "direction": "ltr",
                "population": 267193288,
                "web_url": "https://hosted.weblate.org/languages/bn/",
                "url": "https://hosted.weblate.org/api/languages/bn/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/bn/statistics/?format=api"
            },
            "language_code": "bn",
            "id": 39392,
            "filename": "iso_4217/bn.po",
            "revision": "d55c9487b535b4305e8132e9a9b8e9407d61903d",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-4217/bn/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/bn/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-4217/bn/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/bn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 179,
            "total_words": 379,
            "translated": 85,
            "translated_words": 150,
            "translated_percent": 47.4,
            "fuzzy": 6,
            "fuzzy_words": 12,
            "fuzzy_percent": 3.3,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-06-01T15:20:05.636018+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/bn/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/bn/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/bn/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/bn/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-4217/bn/units/?format=api"
        }
    ]
}