Translation components API.

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

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

{
    "count": 23,
    "next": null,
    "previous": null,
    "results": [
        {
            "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": 29451,
            "filename": "translations/cs/LC_MESSAGES/forisjs.po",
            "revision": "5efd393fb9e7e859bab843b6e6a9b3bf961a754e",
            "web_url": "https://hosted.weblate.org/projects/turris/foris-js/cs/",
            "share_url": "https://hosted.weblate.org/engage/turris/-/cs/",
            "translate_url": "https://hosted.weblate.org/translate/turris/foris-js/cs/",
            "url": "https://hosted.weblate.org/api/translations/turris/foris-js/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 69,
            "total_words": 524,
            "translated": 69,
            "translated_words": 524,
            "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": 5,
            "last_change": "2023-11-22T16:15:47.060986+01:00",
            "last_author": "Lukas Jelinek",
            "repository_url": "https://hosted.weblate.org/api/translations/turris/foris-js/cs/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/turris/foris-js/cs/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/turris/foris-js/cs/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/cs/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/cs/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": 29452,
            "filename": "translations/nb_NO/LC_MESSAGES/forisjs.po",
            "revision": "b11355d42929f60fea613033bf94f45b0d9db54b",
            "web_url": "https://hosted.weblate.org/projects/turris/foris-js/nb_NO/",
            "share_url": "https://hosted.weblate.org/engage/turris/-/nb_NO/",
            "translate_url": "https://hosted.weblate.org/translate/turris/foris-js/nb_NO/",
            "url": "https://hosted.weblate.org/api/translations/turris/foris-js/nb_NO/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 69,
            "total_words": 524,
            "translated": 51,
            "translated_words": 422,
            "translated_percent": 73.9,
            "fuzzy": 18,
            "fuzzy_words": 102,
            "fuzzy_percent": 26.0,
            "failing_checks": 8,
            "failing_checks_words": 192,
            "failing_checks_percent": 11.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-03-01T12:27:28.045473+01:00",
            "last_author": "Allan Nordhøy",
            "repository_url": "https://hosted.weblate.org/api/translations/turris/foris-js/nb_NO/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/turris/foris-js/nb_NO/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/turris/foris-js/nb_NO/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/nb_NO/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/nb_NO/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": 29453,
            "filename": "translations/lt/LC_MESSAGES/forisjs.po",
            "revision": "5be8eb3b9ebdcd343b7ef2af3e555eef8839f0d5",
            "web_url": "https://hosted.weblate.org/projects/turris/foris-js/lt/",
            "share_url": "https://hosted.weblate.org/engage/turris/-/lt/",
            "translate_url": "https://hosted.weblate.org/translate/turris/foris-js/lt/",
            "url": "https://hosted.weblate.org/api/translations/turris/foris-js/lt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 69,
            "total_words": 524,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/turris/foris-js/lt/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/turris/foris-js/lt/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/turris/foris-js/lt/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/lt/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/lt/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": 29454,
            "filename": "translations/de/LC_MESSAGES/forisjs.po",
            "revision": "3f181da7381b404263d044afe0e49b551b61d641",
            "web_url": "https://hosted.weblate.org/projects/turris/foris-js/de/",
            "share_url": "https://hosted.weblate.org/engage/turris/-/de/",
            "translate_url": "https://hosted.weblate.org/translate/turris/foris-js/de/",
            "url": "https://hosted.weblate.org/api/translations/turris/foris-js/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 69,
            "total_words": 524,
            "translated": 69,
            "translated_words": 524,
            "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-03T21:53:13.458916+01:00",
            "last_author": "Erik Pfannenstein",
            "repository_url": "https://hosted.weblate.org/api/translations/turris/foris-js/de/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/turris/foris-js/de/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/turris/foris-js/de/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/de/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/de/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": 29455,
            "filename": "translations/da/LC_MESSAGES/forisjs.po",
            "revision": "ec407324dbc35695cf76c360a3914ba8bfae0926",
            "web_url": "https://hosted.weblate.org/projects/turris/foris-js/da/",
            "share_url": "https://hosted.weblate.org/engage/turris/-/da/",
            "translate_url": "https://hosted.weblate.org/translate/turris/foris-js/da/",
            "url": "https://hosted.weblate.org/api/translations/turris/foris-js/da/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 69,
            "total_words": 524,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/turris/foris-js/da/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/turris/foris-js/da/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/turris/foris-js/da/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/da/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/da/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": 29456,
            "filename": "translations/el/LC_MESSAGES/forisjs.po",
            "revision": "fa149541c10043a6258269f4989525ba3ab2bfd7",
            "web_url": "https://hosted.weblate.org/projects/turris/foris-js/el/",
            "share_url": "https://hosted.weblate.org/engage/turris/-/el/",
            "translate_url": "https://hosted.weblate.org/translate/turris/foris-js/el/",
            "url": "https://hosted.weblate.org/api/translations/turris/foris-js/el/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 69,
            "total_words": 524,
            "translated": 4,
            "translated_words": 13,
            "translated_percent": 5.7,
            "fuzzy": 1,
            "fuzzy_words": 1,
            "fuzzy_percent": 1.4,
            "failing_checks": 2,
            "failing_checks_words": 2,
            "failing_checks_percent": 2.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-12-02T16:04:07.688019+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/turris/foris-js/el/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/turris/foris-js/el/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/turris/foris-js/el/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/el/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/el/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": 29457,
            "filename": "translations/ru/LC_MESSAGES/forisjs.po",
            "revision": "6fa3a13fb619865cf671e70e602e13818dfdf195",
            "web_url": "https://hosted.weblate.org/projects/turris/foris-js/ru/",
            "share_url": "https://hosted.weblate.org/engage/turris/-/ru/",
            "translate_url": "https://hosted.weblate.org/translate/turris/foris-js/ru/",
            "url": "https://hosted.weblate.org/api/translations/turris/foris-js/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 69,
            "total_words": 524,
            "translated": 69,
            "translated_words": 524,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 4,
            "failing_checks_percent": 1.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-12-06T13:32:07.658834+01:00",
            "last_author": "Алексей Леньшин",
            "repository_url": "https://hosted.weblate.org/api/translations/turris/foris-js/ru/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/turris/foris-js/ru/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/turris/foris-js/ru/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/ru/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/ru/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"
                ],
                "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": 29458,
            "filename": "translations/ro/LC_MESSAGES/forisjs.po",
            "revision": "955fa9a29d3a61846985562bc42490f65c2eade5",
            "web_url": "https://hosted.weblate.org/projects/turris/foris-js/ro/",
            "share_url": "https://hosted.weblate.org/engage/turris/-/ro/",
            "translate_url": "https://hosted.weblate.org/translate/turris/foris-js/ro/",
            "url": "https://hosted.weblate.org/api/translations/turris/foris-js/ro/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 69,
            "total_words": 524,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/turris/foris-js/ro/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/turris/foris-js/ro/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/turris/foris-js/ro/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/ro/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/ro/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": 29459,
            "filename": "translations/ja/LC_MESSAGES/forisjs.po",
            "revision": "243d1a00c41f54c1191ad7219efce81024f75c86",
            "web_url": "https://hosted.weblate.org/projects/turris/foris-js/ja/",
            "share_url": "https://hosted.weblate.org/engage/turris/-/ja/",
            "translate_url": "https://hosted.weblate.org/translate/turris/foris-js/ja/",
            "url": "https://hosted.weblate.org/api/translations/turris/foris-js/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 69,
            "total_words": 524,
            "translated": 4,
            "translated_words": 4,
            "translated_percent": 5.7,
            "fuzzy": 1,
            "fuzzy_words": 1,
            "fuzzy_percent": 1.4,
            "failing_checks": 5,
            "failing_checks_words": 5,
            "failing_checks_percent": 7.2,
            "have_suggestion": 43,
            "have_comment": 0,
            "last_change": "2019-10-15T17:26:05+02:00",
            "last_author": "Scott Anecito",
            "repository_url": "https://hosted.weblate.org/api/translations/turris/foris-js/ja/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/turris/foris-js/ja/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/turris/foris-js/ja/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/ja/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/ja/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": 29460,
            "filename": "translations/hr/LC_MESSAGES/forisjs.po",
            "revision": "072e6d74c4d29101cf0c39070859c0a1e079b610",
            "web_url": "https://hosted.weblate.org/projects/turris/foris-js/hr/",
            "share_url": "https://hosted.weblate.org/engage/turris/-/hr/",
            "translate_url": "https://hosted.weblate.org/translate/turris/foris-js/hr/",
            "url": "https://hosted.weblate.org/api/translations/turris/foris-js/hr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 69,
            "total_words": 524,
            "translated": 2,
            "translated_words": 2,
            "translated_percent": 2.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": "2022-12-02T16:04:08.595020+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/turris/foris-js/hr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/turris/foris-js/hr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/turris/foris-js/hr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/hr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/hr/units/?format=api"
        },
        {
            "language": {
                "id": 66,
                "code": "hu",
                "name": "Hungarian",
                "plural": {
                    "id": 136,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "hun"
                ],
                "direction": "ltr",
                "population": 12443429,
                "web_url": "https://hosted.weblate.org/languages/hu/",
                "url": "https://hosted.weblate.org/api/languages/hu/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/hu/statistics/?format=api"
            },
            "language_code": "hu",
            "id": 29461,
            "filename": "translations/hu/LC_MESSAGES/forisjs.po",
            "revision": "cbe771dfafaac650d06647ad5da6e348bd1c2822",
            "web_url": "https://hosted.weblate.org/projects/turris/foris-js/hu/",
            "share_url": "https://hosted.weblate.org/engage/turris/-/hu/",
            "translate_url": "https://hosted.weblate.org/translate/turris/foris-js/hu/",
            "url": "https://hosted.weblate.org/api/translations/turris/foris-js/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 69,
            "total_words": 524,
            "translated": 17,
            "translated_words": 96,
            "translated_percent": 24.6,
            "fuzzy": 1,
            "fuzzy_words": 6,
            "fuzzy_percent": 1.4,
            "failing_checks": 5,
            "failing_checks_words": 13,
            "failing_checks_percent": 7.2,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2021-01-06T20:56:24.198184+01:00",
            "last_author": "Zoli",
            "repository_url": "https://hosted.weblate.org/api/translations/turris/foris-js/hu/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/turris/foris-js/hu/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/turris/foris-js/hu/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/hu/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/hu/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": 29462,
            "filename": "translations/pl/LC_MESSAGES/forisjs.po",
            "revision": "9deea654062a38e6fd3d5e9990875eab75f77318",
            "web_url": "https://hosted.weblate.org/projects/turris/foris-js/pl/",
            "share_url": "https://hosted.weblate.org/engage/turris/-/pl/",
            "translate_url": "https://hosted.weblate.org/translate/turris/foris-js/pl/",
            "url": "https://hosted.weblate.org/api/translations/turris/foris-js/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 69,
            "total_words": 524,
            "translated": 25,
            "translated_words": 113,
            "translated_percent": 36.2,
            "fuzzy": 1,
            "fuzzy_words": 6,
            "fuzzy_percent": 1.4,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-03-06T17:29:08.185903+01:00",
            "last_author": "Arusekk",
            "repository_url": "https://hosted.weblate.org/api/translations/turris/foris-js/pl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/turris/foris-js/pl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/turris/foris-js/pl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/pl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/pl/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": 29463,
            "filename": "translations/it/LC_MESSAGES/forisjs.po",
            "revision": "3dee82892e29584e706f734060a0a7038a71a9d9",
            "web_url": "https://hosted.weblate.org/projects/turris/foris-js/it/",
            "share_url": "https://hosted.weblate.org/engage/turris/-/it/",
            "translate_url": "https://hosted.weblate.org/translate/turris/foris-js/it/",
            "url": "https://hosted.weblate.org/api/translations/turris/foris-js/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 69,
            "total_words": 524,
            "translated": 3,
            "translated_words": 16,
            "translated_percent": 4.3,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 11,
            "failing_checks_percent": 4.3,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2022-12-31T00:23:43.913535+01:00",
            "last_author": "Anselmo",
            "repository_url": "https://hosted.weblate.org/api/translations/turris/foris-js/it/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/turris/foris-js/it/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/turris/foris-js/it/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/it/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/it/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": 29464,
            "filename": "translations/nl/LC_MESSAGES/forisjs.po",
            "revision": "a7c46dac8fd9fba49e8481d9808a9b70bb39f3b8",
            "web_url": "https://hosted.weblate.org/projects/turris/foris-js/nl/",
            "share_url": "https://hosted.weblate.org/engage/turris/-/nl/",
            "translate_url": "https://hosted.weblate.org/translate/turris/foris-js/nl/",
            "url": "https://hosted.weblate.org/api/translations/turris/foris-js/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 69,
            "total_words": 524,
            "translated": 18,
            "translated_words": 71,
            "translated_percent": 26.0,
            "fuzzy": 3,
            "fuzzy_words": 10,
            "fuzzy_percent": 4.3,
            "failing_checks": 4,
            "failing_checks_words": 6,
            "failing_checks_percent": 5.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-03T21:51:41.035478+01:00",
            "last_author": "powerburner-nl",
            "repository_url": "https://hosted.weblate.org/api/translations/turris/foris-js/nl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/turris/foris-js/nl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/turris/foris-js/nl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/nl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/nl/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": 29465,
            "filename": "translations/fr/LC_MESSAGES/forisjs.po",
            "revision": "06a163c5ac7d229b45cf4742526f6f375f8cddc1",
            "web_url": "https://hosted.weblate.org/projects/turris/foris-js/fr/",
            "share_url": "https://hosted.weblate.org/engage/turris/-/fr/",
            "translate_url": "https://hosted.weblate.org/translate/turris/foris-js/fr/",
            "url": "https://hosted.weblate.org/api/translations/turris/foris-js/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 69,
            "total_words": 524,
            "translated": 53,
            "translated_words": 285,
            "translated_percent": 76.8,
            "fuzzy": 11,
            "fuzzy_words": 188,
            "fuzzy_percent": 15.9,
            "failing_checks": 5,
            "failing_checks_words": 149,
            "failing_checks_percent": 7.2,
            "have_suggestion": 6,
            "have_comment": 0,
            "last_change": "2022-12-02T16:04:08.396745+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/turris/foris-js/fr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/turris/foris-js/fr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/turris/foris-js/fr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/fr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/fr/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": 29466,
            "filename": "translations/sv/LC_MESSAGES/forisjs.po",
            "revision": "dc06ab201a2b95de38a6f853658735b65ac23567",
            "web_url": "https://hosted.weblate.org/projects/turris/foris-js/sv/",
            "share_url": "https://hosted.weblate.org/engage/turris/-/sv/",
            "translate_url": "https://hosted.weblate.org/translate/turris/foris-js/sv/",
            "url": "https://hosted.weblate.org/api/translations/turris/foris-js/sv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 69,
            "total_words": 524,
            "translated": 40,
            "translated_words": 185,
            "translated_percent": 57.9,
            "fuzzy": 8,
            "fuzzy_words": 40,
            "fuzzy_percent": 11.5,
            "failing_checks": 2,
            "failing_checks_words": 2,
            "failing_checks_percent": 2.8,
            "have_suggestion": 3,
            "have_comment": 0,
            "last_change": "2023-09-22T23:00:09.159020+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/turris/foris-js/sv/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/turris/foris-js/sv/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/turris/foris-js/sv/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/sv/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/sv/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": 29467,
            "filename": "translations/fi/LC_MESSAGES/forisjs.po",
            "revision": "94702d19689093c554b63bf33ee9aa22ea4dc564",
            "web_url": "https://hosted.weblate.org/projects/turris/foris-js/fi/",
            "share_url": "https://hosted.weblate.org/engage/turris/-/fi/",
            "translate_url": "https://hosted.weblate.org/translate/turris/foris-js/fi/",
            "url": "https://hosted.weblate.org/api/translations/turris/foris-js/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 69,
            "total_words": 524,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/turris/foris-js/fi/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/turris/foris-js/fi/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/turris/foris-js/fi/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/fi/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/fi/units/?format=api"
        },
        {
            "language": {
                "id": 111,
                "code": "fo",
                "name": "Faroese",
                "plural": {
                    "id": 86,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "fao"
                ],
                "direction": "ltr",
                "population": 71350,
                "web_url": "https://hosted.weblate.org/languages/fo/",
                "url": "https://hosted.weblate.org/api/languages/fo/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/fo/statistics/?format=api"
            },
            "language_code": "fo",
            "id": 29468,
            "filename": "translations/fo/LC_MESSAGES/forisjs.po",
            "revision": "6ff7cf7cc607749f6d82fab19b4956e6ab0d677a",
            "web_url": "https://hosted.weblate.org/projects/turris/foris-js/fo/",
            "share_url": "https://hosted.weblate.org/engage/turris/-/fo/",
            "translate_url": "https://hosted.weblate.org/translate/turris/foris-js/fo/",
            "url": "https://hosted.weblate.org/api/translations/turris/foris-js/fo/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 69,
            "total_words": 524,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/turris/foris-js/fo/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/turris/foris-js/fo/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/turris/foris-js/fo/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/fo/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/fo/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": 29469,
            "filename": "translations/ko/LC_MESSAGES/forisjs.po",
            "revision": "9d287a7438bdc4b05b9d23b240939fb46e3480af",
            "web_url": "https://hosted.weblate.org/projects/turris/foris-js/ko/",
            "share_url": "https://hosted.weblate.org/engage/turris/-/ko/",
            "translate_url": "https://hosted.weblate.org/translate/turris/foris-js/ko/",
            "url": "https://hosted.weblate.org/api/translations/turris/foris-js/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 69,
            "total_words": 524,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/turris/foris-js/ko/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/turris/foris-js/ko/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/turris/foris-js/ko/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/ko/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/ko/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": 29470,
            "filename": "translations/sk/LC_MESSAGES/forisjs.po",
            "revision": "de59a34c380625f1fecbac02d876d3c653d7fcfb",
            "web_url": "https://hosted.weblate.org/projects/turris/foris-js/sk/",
            "share_url": "https://hosted.weblate.org/engage/turris/-/sk/",
            "translate_url": "https://hosted.weblate.org/translate/turris/foris-js/sk/",
            "url": "https://hosted.weblate.org/api/translations/turris/foris-js/sk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 69,
            "total_words": 524,
            "translated": 69,
            "translated_words": 524,
            "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-01-16T23:36:37.186034+01:00",
            "last_author": "Atec",
            "repository_url": "https://hosted.weblate.org/api/translations/turris/foris-js/sk/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/turris/foris-js/sk/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/turris/foris-js/sk/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/sk/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/sk/units/?format=api"
        },
        {
            "language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "language_code": "en",
            "id": 33737,
            "filename": "translations/forisjs.pot",
            "revision": "82eaa748777ab5a894fc35ba2718d548a8989488",
            "web_url": "https://hosted.weblate.org/projects/turris/foris-js/en/",
            "share_url": "https://hosted.weblate.org/engage/turris/-/en/",
            "translate_url": "https://hosted.weblate.org/translate/turris/foris-js/en/",
            "url": "https://hosted.weblate.org/api/translations/turris/foris-js/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 69,
            "total_words": 524,
            "translated": 69,
            "translated_words": 524,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 11,
            "failing_checks_words": 168,
            "failing_checks_percent": 15.9,
            "have_suggestion": 0,
            "have_comment": 2,
            "last_change": "2020-01-20T23:19:54+01:00",
            "last_author": "Allan Nordhøy",
            "repository_url": "https://hosted.weblate.org/api/translations/turris/foris-js/en/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/turris/foris-js/en/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/turris/foris-js/en/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/en/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/en/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": 33740,
            "filename": "translations/es/LC_MESSAGES/forisjs.po",
            "revision": "2abb9d388e5ffeb5891071eee2b2b9d95eb64e86",
            "web_url": "https://hosted.weblate.org/projects/turris/foris-js/es/",
            "share_url": "https://hosted.weblate.org/engage/turris/-/es/",
            "translate_url": "https://hosted.weblate.org/translate/turris/foris-js/es/",
            "url": "https://hosted.weblate.org/api/translations/turris/foris-js/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 69,
            "total_words": 524,
            "translated": 67,
            "translated_words": 505,
            "translated_percent": 97.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 1.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-12-02T16:04:07.859507+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/turris/foris-js/es/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/turris/foris-js/es/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/turris/foris-js/es/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/es/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/es/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": 172686,
            "filename": "translations/pt_BR/LC_MESSAGES/forisjs.po",
            "revision": "2721dd24ce84f3675a6745ee80f42a58e8906026",
            "web_url": "https://hosted.weblate.org/projects/turris/foris-js/pt_BR/",
            "share_url": "https://hosted.weblate.org/engage/turris/-/pt_BR/",
            "translate_url": "https://hosted.weblate.org/translate/turris/foris-js/pt_BR/",
            "url": "https://hosted.weblate.org/api/translations/turris/foris-js/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 69,
            "total_words": 524,
            "translated": 5,
            "translated_words": 14,
            "translated_percent": 7.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-12-20T13:16:29.422263+01:00",
            "last_author": "c10l",
            "repository_url": "https://hosted.weblate.org/api/translations/turris/foris-js/pt_BR/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/turris/foris-js/pt_BR/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/turris/foris-js/pt_BR/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/pt_BR/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/turris/foris-js/pt_BR/units/?format=api"
        }
    ]
}