Translation components API.

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

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

{
    "count": 66,
    "next": "https://hosted.weblate.org/api/components/iso-codes/iso-15924/translations/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "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": 12583,
            "filename": "iso_15924/ar.po",
            "revision": "57589f54fd9962c98178c49091a22884213f35ca",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/ar/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/ar/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/ar/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ar/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 71,
            "translated_words": 89,
            "translated_percent": 39.0,
            "fuzzy": 25,
            "fuzzy_words": 55,
            "fuzzy_percent": 13.7,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-03-15T14:42:44.665800+01:00",
            "last_author": "verdy_p",
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ar/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ar/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ar/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ar/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ar/units/?format=api"
        },
        {
            "language": {
                "id": 41,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 43,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://hosted.weblate.org/languages/bg/",
                "url": "https://hosted.weblate.org/api/languages/bg/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/bg/statistics/?format=api"
            },
            "language_code": "bg",
            "id": 12584,
            "filename": "iso_15924/bg.po",
            "revision": "141919822c8eab007ef3a308162d118796d7335e",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/bg/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/bg/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/bg/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 30,
            "translated_words": 39,
            "translated_percent": 16.4,
            "fuzzy": 8,
            "fuzzy_words": 24,
            "fuzzy_percent": 4.3,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-09-14T10:45:58.977877+02:00",
            "last_author": "Georgi Georgiev",
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/bg/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/bg/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/bg/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/bg/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/bg/units/?format=api"
        },
        {
            "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": 12585,
            "filename": "iso_15924/br.po",
            "revision": "aab6e37f2c3ec4da69bd6f6427b21ff8f4b72ae8",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/br/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/br/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/br/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/br/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 123,
            "translated_words": 233,
            "translated_percent": 67.5,
            "fuzzy": 9,
            "fuzzy_words": 34,
            "fuzzy_percent": 4.9,
            "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-15924/br/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/br/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/br/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/br/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/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": 12586,
            "filename": "iso_15924/ca.po",
            "revision": "6ac76b1b4d3003c37b5b3f764c032677ebd43840",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/ca/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/ca/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/ca/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ca/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 51,
            "translated_words": 101,
            "translated_percent": 28.0,
            "fuzzy": 1,
            "fuzzy_words": 7,
            "fuzzy_percent": 0.5,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-04-21T02:24:04.359430+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ca/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ca/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ca/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ca/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/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": 12587,
            "filename": "iso_15924/cs.po",
            "revision": "0c24994e546c54c756dbc2c9dde9a7745b625129",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/cs/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/cs/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/cs/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 160,
            "translated_words": 325,
            "translated_percent": 87.9,
            "fuzzy": 2,
            "fuzzy_words": 4,
            "fuzzy_percent": 1.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-03-20T14:23:42.862857+01:00",
            "last_author": "Miroslav Kure",
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/cs/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/cs/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/cs/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/cs/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/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": 12588,
            "filename": "iso_15924/da.po",
            "revision": "787d498cc1e91e68e153c71b876978352b8f3180",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/da/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/da/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/da/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/da/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 182,
            "translated_words": 383,
            "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": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/da/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/da/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/da/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/da/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/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": 12589,
            "filename": "iso_15924/de.po",
            "revision": "4cded3ea56e4b71f8911de070969beb0765c391e",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/de/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/de/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/de/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 182,
            "translated_words": 383,
            "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": "2020-05-21T14:42:24.217385+02:00",
            "last_author": "J. Lavoie",
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/de/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/de/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/de/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/de/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/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": 12590,
            "filename": "iso_15924/el.po",
            "revision": "0d6e9e8a3ac64ce3fd59a7cc1f46e7c943d9ad18",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/el/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/el/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/el/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/el/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 26,
            "translated_words": 32,
            "translated_percent": 14.2,
            "fuzzy": 6,
            "fuzzy_words": 15,
            "fuzzy_percent": 3.2,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-04-06T16:28:50.189514+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/el/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/el/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/el/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/el/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/el/units/?format=api"
        },
        {
            "language": {
                "id": 30,
                "code": "eo",
                "name": "Esperanto",
                "plural": {
                    "id": 83,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "epo"
                ],
                "direction": "ltr",
                "population": 301,
                "web_url": "https://hosted.weblate.org/languages/eo/",
                "url": "https://hosted.weblate.org/api/languages/eo/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/eo/statistics/?format=api"
            },
            "language_code": "eo",
            "id": 12591,
            "filename": "iso_15924/eo.po",
            "revision": "ea44f9320fd49b7d727f7a0dbc7ba9c421c03559",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/eo/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/eo/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/eo/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/eo/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 162,
            "translated_words": 328,
            "translated_percent": 89.0,
            "fuzzy": 4,
            "fuzzy_words": 14,
            "fuzzy_percent": 2.1,
            "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-15924/eo/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/eo/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/eo/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/eo/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/eo/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": 12592,
            "filename": "iso_15924/es.po",
            "revision": "49c434dc5af12162d19e3287919f42068d577d31",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/es/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/es/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/es/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 182,
            "translated_words": 383,
            "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": "2021-05-23T22:29:47.955016+02:00",
            "last_author": "Adolfo Jayme Barrientos",
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/es/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/es/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/es/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/es/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/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": 12593,
            "filename": "iso_15924/et.po",
            "revision": "0b56762e2215ee7ce9f605cda4d0d6dd52e11e44",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/et/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/et/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/et/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/et/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 182,
            "translated_words": 383,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 7,
            "failing_checks_percent": 0.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-01-17T09:56:40.008074+01:00",
            "last_author": "Kristjan Räts",
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/et/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/et/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/et/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/et/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/et/units/?format=api"
        },
        {
            "language": {
                "id": 108,
                "code": "fa",
                "name": "Persian",
                "plural": {
                    "id": 241,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fas_ir",
                    "fas",
                    "per",
                    "pes"
                ],
                "direction": "rtl",
                "population": 84710458,
                "web_url": "https://hosted.weblate.org/languages/fa/",
                "url": "https://hosted.weblate.org/api/languages/fa/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/fa/statistics/?format=api"
            },
            "language_code": "fa",
            "id": 12594,
            "filename": "iso_15924/fa.po",
            "revision": "f40a1e8e3889751ec51fd2cd0051f28528a85ecc",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/fa/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/fa/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/fa/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/fa/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 40,
            "translated_words": 46,
            "translated_percent": 21.9,
            "fuzzy": 8,
            "fuzzy_words": 19,
            "fuzzy_percent": 4.3,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-04-06T16:28:50.530651+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/fa/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/fa/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/fa/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/fa/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/fa/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": 12595,
            "filename": "iso_15924/fi.po",
            "revision": "34640c01f020d9642785daa01fbccf20c51e429f",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/fi/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/fi/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/fi/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 158,
            "translated_words": 315,
            "translated_percent": 86.8,
            "fuzzy": 4,
            "fuzzy_words": 14,
            "fuzzy_percent": 2.1,
            "failing_checks": 1,
            "failing_checks_words": 4,
            "failing_checks_percent": 0.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/fi/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/fi/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/fi/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/fi/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/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": 12596,
            "filename": "iso_15924/fr.po",
            "revision": "99b9464062aca93a7e67519de0e4b978f83d0e78",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/fr/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/fr/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/fr/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 182,
            "translated_words": 383,
            "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-17T12:08:00.769223+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/fr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/fr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/fr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/fr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/fr/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": 12597,
            "filename": "iso_15924/gl.po",
            "revision": "284ee15a34805af661525a6e0c692006fe134479",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/gl/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/gl/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/gl/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/gl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 144,
            "translated_words": 288,
            "translated_percent": 79.1,
            "fuzzy": 5,
            "fuzzy_words": 22,
            "fuzzy_percent": 2.7,
            "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-15924/gl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/gl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/gl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/gl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/gl/units/?format=api"
        },
        {
            "language": {
                "id": 69,
                "code": "he",
                "name": "Hebrew",
                "plural": {
                    "id": 131,
                    "source": 0,
                    "number": 4,
                    "formula": "(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && n % 10 == 0) ? 2 : 3))",
                    "type": 6
                },
                "aliases": [
                    "he_he",
                    "iw",
                    "iw_il",
                    "iw_he",
                    "heb"
                ],
                "direction": "rtl",
                "population": 8675480,
                "web_url": "https://hosted.weblate.org/languages/he/",
                "url": "https://hosted.weblate.org/api/languages/he/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/he/statistics/?format=api"
            },
            "language_code": "he",
            "id": 12598,
            "filename": "iso_15924/he.po",
            "revision": "ea7491851fc5687655d22de63496235b781e2616",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/he/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/he/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/he/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/he/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 57,
            "translated_words": 80,
            "translated_percent": 31.3,
            "fuzzy": 8,
            "fuzzy_words": 22,
            "fuzzy_percent": 4.3,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-02-24T21:56:25.848144+01:00",
            "last_author": "Yaron Shahrabani",
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/he/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/he/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/he/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/he/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/he/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": 12599,
            "filename": "iso_15924/hu.po",
            "revision": "347cd61167ea9075e0f6a6030214661ebc201ac4",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/hu/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/hu/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/hu/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 182,
            "translated_words": 383,
            "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": "2018-01-10T19:31:56+01:00",
            "last_author": "Balázs Úr",
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/hu/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/hu/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/hu/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/hu/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/hu/units/?format=api"
        },
        {
            "language": {
                "id": 91,
                "code": "ia",
                "name": "Interlingua",
                "plural": {
                    "id": 142,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ina"
                ],
                "direction": "ltr",
                "population": 135,
                "web_url": "https://hosted.weblate.org/languages/ia/",
                "url": "https://hosted.weblate.org/api/languages/ia/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ia/statistics/?format=api"
            },
            "language_code": "ia",
            "id": 12600,
            "filename": "iso_15924/ia.po",
            "revision": "d572a28c59c7232e022b84125b2fd0f40b388ed8",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/ia/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/ia/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/ia/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ia/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 138,
            "translated_words": 299,
            "translated_percent": 75.8,
            "fuzzy": 44,
            "fuzzy_words": 84,
            "fuzzy_percent": 24.1,
            "failing_checks": 44,
            "failing_checks_words": 84,
            "failing_checks_percent": 24.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-04-13T22:39:23.825961+02:00",
            "last_author": "Giovanni Sora",
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ia/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ia/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ia/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ia/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ia/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": 12601,
            "filename": "iso_15924/id.po",
            "revision": "2754c2e0e1b4b13be4b5af92d9d354a228d2e1cf",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/id/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/id/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/id/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/id/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 182,
            "translated_words": 383,
            "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": "2018-03-05T03:43:32+01:00",
            "last_author": "Andika Triwidada",
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/id/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/id/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/id/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/id/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/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": 12602,
            "filename": "iso_15924/is.po",
            "revision": "558af38c34f42fd67cc32e9a570bee4e9dd182fc",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/is/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/is/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/is/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/is/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 182,
            "translated_words": 383,
            "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": "2020-04-06T16:28:51.014732+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/is/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/is/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/is/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/is/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/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": 12603,
            "filename": "iso_15924/it.po",
            "revision": "c696e967f494f777cf34011f7b8111dbc1b48a4b",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/it/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/it/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/it/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 171,
            "translated_words": 344,
            "translated_percent": 93.9,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 10,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2018-04-19T17:41:09+02:00",
            "last_author": "Capsia Tech",
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/it/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/it/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/it/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/it/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/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": 12604,
            "filename": "iso_15924/ja.po",
            "revision": "756cd9b290811b5775cba35fafcf3b2c23710199",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/ja/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/ja/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/ja/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 69,
            "translated_words": 97,
            "translated_percent": 37.9,
            "fuzzy": 21,
            "fuzzy_words": 47,
            "fuzzy_percent": 11.5,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-03-30T05:38:32.671470+02:00",
            "last_author": "Deleted User",
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ja/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ja/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ja/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ja/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/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": 12605,
            "filename": "iso_15924/ko.po",
            "revision": "42697952243fd53e9c1e219f2be138a0a59ce4a9",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/ko/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/ko/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/ko/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 50,
            "translated_words": 56,
            "translated_percent": 27.4,
            "fuzzy": 13,
            "fuzzy_words": 33,
            "fuzzy_percent": 7.1,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2018-02-03T16:58:54+01:00",
            "last_author": "Changwoo Ryu",
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ko/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ko/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ko/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ko/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/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": 12606,
            "filename": "iso_15924/lt.po",
            "revision": "3c25615dc3a2974f0f65801da4be2e0b53ab36d9",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/lt/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/lt/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/lt/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/lt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 180,
            "translated_words": 377,
            "translated_percent": 98.9,
            "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-15T22:58:26.255470+02:00",
            "last_author": "Rimas Kudelis",
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/lt/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/lt/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/lt/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/lt/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/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": 12607,
            "filename": "iso_15924/lv.po",
            "revision": "3349415fce76e27303eaaa1183f2546ce6b4555a",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/lv/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/lv/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/lv/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/lv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 168,
            "translated_words": 340,
            "translated_percent": 92.3,
            "fuzzy": 4,
            "fuzzy_words": 14,
            "fuzzy_percent": 2.1,
            "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-15924/lv/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/lv/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/lv/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/lv/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/lv/units/?format=api"
        },
        {
            "language": {
                "id": 73,
                "code": "ml",
                "name": "Malayalam",
                "plural": {
                    "id": 191,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "mal"
                ],
                "direction": "ltr",
                "population": 43257484,
                "web_url": "https://hosted.weblate.org/languages/ml/",
                "url": "https://hosted.weblate.org/api/languages/ml/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ml/statistics/?format=api"
            },
            "language_code": "ml",
            "id": 12608,
            "filename": "iso_15924/ml.po",
            "revision": "bdcb62d37df9dce976d22e44a62b303c80769426",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/ml/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/ml/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/ml/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ml/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 17,
            "translated_words": 17,
            "translated_percent": 9.3,
            "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": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ml/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ml/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ml/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ml/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ml/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": 12609,
            "filename": "iso_15924/nb_NO.po",
            "revision": "90359e23c569e8932fa40f00aab13e5ad3c9aabe",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/nb_NO/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/nb_NO/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/nb_NO/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/nb_NO/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 84,
            "translated_words": 115,
            "translated_percent": 46.1,
            "fuzzy": 23,
            "fuzzy_words": 54,
            "fuzzy_percent": 12.6,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-12-19T14:59:50.884514+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/nb_NO/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/nb_NO/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/nb_NO/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/nb_NO/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/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": 12610,
            "filename": "iso_15924/nl.po",
            "revision": "0c40ecfda51c1d42bdbecc6f90117dfb06a1aa19",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/nl/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/nl/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/nl/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 182,
            "translated_words": 383,
            "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-28T15:32:06.603074+01:00",
            "last_author": "Pander",
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/nl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/nl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/nl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/nl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/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": 12611,
            "filename": "iso_15924/nn.po",
            "revision": "6b037799246c4188860a21637c520d652f3e9694",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/nn/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/nn/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/nn/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/nn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 76,
            "translated_words": 94,
            "translated_percent": 41.7,
            "fuzzy": 24,
            "fuzzy_words": 54,
            "fuzzy_percent": 13.1,
            "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-15924/nn/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/nn/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/nn/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/nn/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/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": 12612,
            "filename": "iso_15924/oc.po",
            "revision": "fc1ec8e2227732b6d1517c384cb2026abab95077",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/oc/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/oc/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/oc/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/oc/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 36,
            "translated_words": 36,
            "translated_percent": 19.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": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/oc/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/oc/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/oc/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/oc/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/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": 12613,
            "filename": "iso_15924/pl.po",
            "revision": "8b1401f6ccd5a7221aafc5b8037552479e49a2ff",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/pl/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/pl/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/pl/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 182,
            "translated_words": 383,
            "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": "2020-04-06T16:28:51.676118+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/pl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/pl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/pl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/pl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/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": 12614,
            "filename": "iso_15924/pt.po",
            "revision": "d23560e4272f2e6b25a32824a623b363eed1cc9a",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/pt/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/pt/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/pt/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/pt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 169,
            "translated_words": 356,
            "translated_percent": 92.8,
            "fuzzy": 13,
            "fuzzy_words": 27,
            "fuzzy_percent": 7.1,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-05-02T08:22:20.170605+02:00",
            "last_author": "ssantos",
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/pt/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/pt/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/pt/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/pt/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/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": 12615,
            "filename": "iso_15924/pt_BR.po",
            "revision": "d4022552d4ab9e1fc5cb1732397a9a34c38dc561",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/pt_BR/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/pt_BR/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/pt_BR/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 182,
            "translated_words": 383,
            "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": "2019-04-18T15:27:29+02:00",
            "last_author": "Rui Mendes",
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/pt_BR/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/pt_BR/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/pt_BR/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/pt_BR/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/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": 12616,
            "filename": "iso_15924/ro.po",
            "revision": "d287c6430b8f1d5a5cfc83ab0614c45c5bc7f56e",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/ro/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/ro/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/ro/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ro/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 182,
            "translated_words": 383,
            "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-29T00:29:47.695535+01:00",
            "last_author": "Remus-Gabriel Chelu",
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ro/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ro/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ro/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ro/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/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": 12617,
            "filename": "iso_15924/ru.po",
            "revision": "f1256a75c0c582a2937d61284d1d7a26d4b958ac",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/ru/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/ru/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/ru/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 182,
            "translated_words": 383,
            "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": "2020-12-24T15:55:41.482643+01:00",
            "last_author": "Aleksey Reprintsev",
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ru/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ru/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ru/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ru/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/ru/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": 12618,
            "filename": "iso_15924/sk.po",
            "revision": "b9d7dca952b641a4c2ac961e724378c62dd4201f",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/sk/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/sk/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/sk/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/sk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 28,
            "translated_words": 48,
            "translated_percent": 15.3,
            "fuzzy": 7,
            "fuzzy_words": 26,
            "fuzzy_percent": 3.8,
            "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-15924/sk/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/sk/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/sk/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/sk/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/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": 12619,
            "filename": "iso_15924/sl.po",
            "revision": "d4c883106e8d37a2fec1d8ac039467b8cec8cc25",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/sl/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/sl/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/sl/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/sl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 107,
            "translated_words": 206,
            "translated_percent": 58.7,
            "fuzzy": 8,
            "fuzzy_words": 30,
            "fuzzy_percent": 4.3,
            "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-15924/sl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/sl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/sl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/sl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/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": 12620,
            "filename": "iso_15924/sr.po",
            "revision": "41f65584b2d5c879e163ad9ae1759d3b9827a83a",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/sr/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/sr/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/sr/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/sr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 182,
            "translated_words": 383,
            "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": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/sr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/sr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/sr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/sr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/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": 12621,
            "filename": "iso_15924/sr@latin.po",
            "revision": "ca2d9a9f2172b4a0389756738f2fc21465a31721",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/sr_Latn/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/sr_Latn/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/sr_Latn/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/sr_Latn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 182,
            "translated_words": 383,
            "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:32.690384+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/sr_Latn/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/sr_Latn/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/sr_Latn/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/sr_Latn/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/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": 12622,
            "filename": "iso_15924/sv.po",
            "revision": "3c8d5a9e919d304787496693eae5978d0ad9b034",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/sv/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/sv/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/sv/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/sv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 182,
            "translated_words": 383,
            "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": 1,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/sv/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/sv/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/sv/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/sv/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/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": 12623,
            "filename": "iso_15924/th.po",
            "revision": "052f8eb2c530d6929a9810fa07b3e7a85aa34da9",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/th/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/th/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/th/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/th/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 155,
            "translated_words": 309,
            "translated_percent": 85.1,
            "fuzzy": 3,
            "fuzzy_words": 13,
            "fuzzy_percent": 1.6,
            "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-15924/th/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/th/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/th/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/th/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/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": 12624,
            "filename": "iso_15924/tr.po",
            "revision": "45679dfec861f29544c8058ac8ec313def2532a6",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/tr/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/tr/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/tr/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 182,
            "translated_words": 383,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 8,
            "failing_checks_percent": 0.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-02-12T22:50:30.114664+01:00",
            "last_author": "Emir",
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/tr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/tr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/tr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/tr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/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": 12625,
            "filename": "iso_15924/uk.po",
            "revision": "f4378634d1daf097252b0c57ca349a55376cc98a",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/uk/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/uk/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/uk/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 182,
            "translated_words": 383,
            "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:21:45.381284+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/uk/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/uk/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/uk/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/uk/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/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": 12626,
            "filename": "iso_15924/vi.po",
            "revision": "4ee087e0946ef40024763f63f56ae4af3ab13017",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/vi/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/vi/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/vi/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/vi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 129,
            "translated_words": 253,
            "translated_percent": 70.8,
            "fuzzy": 8,
            "fuzzy_words": 30,
            "fuzzy_percent": 4.3,
            "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-15924/vi/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/vi/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/vi/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/vi/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/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": 12627,
            "filename": "iso_15924/zh_CN.po",
            "revision": "c6f39bd44e69c6c4aabcafbb71ecca5925cbc2ff",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/zh_Hans/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/zh_Hans/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/zh_Hans/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 125,
            "translated_words": 252,
            "translated_percent": 68.6,
            "fuzzy": 9,
            "fuzzy_words": 21,
            "fuzzy_percent": 4.9,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-15T03:23:32.236629+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/zh_Hans/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/zh_Hans/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/zh_Hans/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/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": 12628,
            "filename": "iso_15924/zh_HK.po",
            "revision": "5812eed3ae1955e7fe8eaab3cf0d66a7f6d27246",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/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-15924/zh_Hant_HK/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/zh_Hant_HK/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 90,
            "translated_words": 135,
            "translated_percent": 49.4,
            "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-04-10T07:19:20.045550+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/zh_Hant_HK/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/zh_Hant_HK/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/zh_Hant_HK/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/zh_Hant_HK/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/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": 12942,
            "filename": "iso_15924/be.po",
            "revision": "d33c79e5a33772680d3828b18604969961e224b3",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/be/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/be/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/be/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/be/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 182,
            "translated_words": 383,
            "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:21:43.823202+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/be/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/be/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/be/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/be/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/be/units/?format=api"
        },
        {
            "language": {
                "id": 55,
                "code": "cy",
                "name": "Welsh",
                "plural": {
                    "id": 342,
                    "source": 0,
                    "number": 6,
                    "formula": "(n==0) ? 0 : (n==1) ? 1 : (n==2) ? 2 : (n==3) ? 3 :(n==6) ? 4 : 5",
                    "type": 12
                },
                "aliases": [
                    "cym",
                    "wel"
                ],
                "direction": "ltr",
                "population": 884910,
                "web_url": "https://hosted.weblate.org/languages/cy/",
                "url": "https://hosted.weblate.org/api/languages/cy/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/cy/statistics/?format=api"
            },
            "language_code": "cy",
            "id": 13966,
            "filename": "iso_15924/cy.po",
            "revision": "d659a03bc4df0bcc804044ed74e90e8e50efc2eb",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/cy/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/cy/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/cy/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/cy/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 78,
            "translated_words": 105,
            "translated_percent": 42.8,
            "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-04-23T19:51:57.349484+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/cy/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/cy/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/cy/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/cy/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/cy/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": 15388,
            "filename": "iso_15924/sc.po",
            "revision": "a9d4ed2a1d8b6247ad2e53795e7f0d358cc592eb",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/sc/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/sc/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/sc/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/sc/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 182,
            "translated_words": 383,
            "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-19T14:29:55.185587+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/sc/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/sc/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/sc/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/sc/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/sc/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": 29633,
            "filename": "iso_15924/hr.po",
            "revision": "649d4f82bec42c35d5e6e57facb4f278a131c407",
            "web_url": "https://hosted.weblate.org/projects/iso-codes/iso-15924/hr/",
            "share_url": "https://hosted.weblate.org/engage/iso-codes/-/hr/",
            "translate_url": "https://hosted.weblate.org/translate/iso-codes/iso-15924/hr/",
            "url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/hr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 182,
            "total_words": 383,
            "translated": 182,
            "translated_words": 383,
            "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:21:44.314640+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/hr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/hr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/hr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/hr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/iso-codes/iso-15924/hr/units/?format=api"
        }
    ]
}