Translation components API.

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

GET /api/components/lxqt-configuration/lxqt-config-locale/translations/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 44,
    "next": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-config-locale/translations/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 82,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "english",
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/en/",
                "url": "https://translate.lxqt-project.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/en/statistics/?format=api"
            },
            "language_code": "en",
            "id": 833,
            "filename": "",
            "revision": "",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-locale/en/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-configuration/en/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-locale/en/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 21,
            "total_words": 50,
            "translated": 21,
            "translated_words": 50,
            "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://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/en/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/en/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/en/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/en/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/en/units/?format=api"
        },
        {
            "language": {
                "code": "ar",
                "name": "Arabic",
                "plural": {
                    "id": 12,
                    "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": [
                    "arabic",
                    "ar_ar",
                    "ara"
                ],
                "direction": "rtl",
                "web_url": "https://translate.lxqt-project.org/languages/ar/",
                "url": "https://translate.lxqt-project.org/api/languages/ar/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/ar/statistics/?format=api"
            },
            "language_code": "ar",
            "id": 834,
            "filename": "lxqt-config-locale/translations/lxqt-config-locale_ar.ts",
            "revision": "0d3a2f72571e34f16939646f1e499b4a7b172b8a",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-locale/ar/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-configuration/ar/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-locale/ar/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/ar/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 20,
            "total_words": 49,
            "translated": 20,
            "translated_words": 49,
            "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-08-12T03:38:38.019231Z",
            "last_author": "Ali Alhaidary علي الحيدري",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/ar/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/ar/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/ar/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/ar/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/ar/units/?format=api"
        },
        {
            "language": {
                "code": "arn",
                "name": "Mapudungun",
                "plural": {
                    "id": 22,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/arn/",
                "url": "https://translate.lxqt-project.org/api/languages/arn/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/arn/statistics/?format=api"
            },
            "language_code": "arn",
            "id": 835,
            "filename": "lxqt-config-locale/translations/lxqt-config-locale_arn.ts",
            "revision": "2684a0a48afe04391efb9a32715cb8d71b1ebf8f",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-locale/arn/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-configuration/arn/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-locale/arn/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/arn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 20,
            "total_words": 49,
            "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://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/arn/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/arn/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/arn/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/arn/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/arn/units/?format=api"
        },
        {
            "language": {
                "code": "ast",
                "name": "Asturian",
                "plural": {
                    "id": 26,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/ast/",
                "url": "https://translate.lxqt-project.org/api/languages/ast/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/ast/statistics/?format=api"
            },
            "language_code": "ast",
            "id": 836,
            "filename": "lxqt-config-locale/translations/lxqt-config-locale_ast.ts",
            "revision": "3466805476833e0957acfdb8246c39396a707a05",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-locale/ast/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-configuration/ast/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-locale/ast/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/ast/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 20,
            "total_words": 49,
            "translated": 20,
            "translated_words": 49,
            "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://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/ast/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/ast/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/ast/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/ast/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/ast/units/?format=api"
        },
        {
            "language": {
                "code": "ca",
                "name": "Catalan",
                "plural": {
                    "id": 52,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ca_ps",
                    "cat"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/ca/",
                "url": "https://translate.lxqt-project.org/api/languages/ca/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/ca/statistics/?format=api"
            },
            "language_code": "ca",
            "id": 837,
            "filename": "lxqt-config-locale/translations/lxqt-config-locale_ca.ts",
            "revision": "60651a706fd35cce3835caccecd46cded654bb0f",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-locale/ca/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-configuration/ca/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-locale/ca/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/ca/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 20,
            "total_words": 49,
            "translated": 20,
            "translated_words": 49,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-09-12T13:26:41.274563Z",
            "last_author": "Daniel",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/ca/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/ca/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/ca/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/ca/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/ca/units/?format=api"
        },
        {
            "language": {
                "code": "cs",
                "name": "Czech",
                "plural": {
                    "id": 66,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ces",
                    "cze"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/cs/",
                "url": "https://translate.lxqt-project.org/api/languages/cs/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/cs/statistics/?format=api"
            },
            "language_code": "cs",
            "id": 838,
            "filename": "lxqt-config-locale/translations/lxqt-config-locale_cs.ts",
            "revision": "7639fd057ed99f7504fcd4c21d8fabc9fcfef662",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-locale/cs/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-configuration/cs/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-locale/cs/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 20,
            "total_words": 49,
            "translated": 20,
            "translated_words": 49,
            "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-04-13T14:59:09.791801Z",
            "last_author": "p-bo",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/cs/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/cs/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/cs/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/cs/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/cs/units/?format=api"
        },
        {
            "language": {
                "code": "cy",
                "name": "Welsh",
                "plural": {
                    "id": 70,
                    "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",
                "web_url": "https://translate.lxqt-project.org/languages/cy/",
                "url": "https://translate.lxqt-project.org/api/languages/cy/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/cy/statistics/?format=api"
            },
            "language_code": "cy",
            "id": 839,
            "filename": "lxqt-config-locale/translations/lxqt-config-locale_cy.ts",
            "revision": "5de2024ce0c33feae2e51cd96301865ed053095a",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-locale/cy/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-configuration/cy/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-locale/cy/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/cy/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 20,
            "total_words": 49,
            "translated": 19,
            "translated_words": 48,
            "translated_percent": 95.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 16,
            "failing_checks_words": 43,
            "failing_checks_percent": 80.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/cy/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/cy/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/cy/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/cy/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/cy/units/?format=api"
        },
        {
            "language": {
                "code": "da",
                "name": "Danish",
                "plural": {
                    "id": 71,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "dk",
                    "dan"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/da/",
                "url": "https://translate.lxqt-project.org/api/languages/da/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/da/statistics/?format=api"
            },
            "language_code": "da",
            "id": 840,
            "filename": "lxqt-config-locale/translations/lxqt-config-locale_da.ts",
            "revision": "93cc28ab76610ef9f6d3a5a4c3b48b3a5ce0b186",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-locale/da/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-configuration/da/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-locale/da/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/da/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 20,
            "total_words": 49,
            "translated": 20,
            "translated_words": 49,
            "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-17T13:58:03.524075Z",
            "last_author": "Carl Andersen",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/da/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/da/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/da/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/da/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/da/units/?format=api"
        },
        {
            "language": {
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 72,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "german",
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/de/",
                "url": "https://translate.lxqt-project.org/api/languages/de/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/de/statistics/?format=api"
            },
            "language_code": "de",
            "id": 841,
            "filename": "lxqt-config-locale/translations/lxqt-config-locale_de.ts",
            "revision": "6d1ce024effc098962cbb3be5779ec933c15a98b",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-locale/de/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-configuration/de/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-locale/de/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 20,
            "total_words": 49,
            "translated": 20,
            "translated_words": 49,
            "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-04-21T14:05:56.267638Z",
            "last_author": "Ettore Atalan",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/de/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/de/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/de/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/de/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/de/units/?format=api"
        },
        {
            "language": {
                "code": "el",
                "name": "Greek",
                "plural": {
                    "id": 81,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "gr",
                    "ell",
                    "gre"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/el/",
                "url": "https://translate.lxqt-project.org/api/languages/el/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/el/statistics/?format=api"
            },
            "language_code": "el",
            "id": 842,
            "filename": "lxqt-config-locale/translations/lxqt-config-locale_el.ts",
            "revision": "92b807eee268e788a1bcde362c7a4b89fb2dab57",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-locale/el/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-configuration/el/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-locale/el/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/el/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 20,
            "total_words": 49,
            "translated": 20,
            "translated_words": 49,
            "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-04-13T18:56:04.522338Z",
            "last_author": "Dimitrios Glentadakis",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/el/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/el/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/el/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/el/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/el/units/?format=api"
        },
        {
            "language": {
                "code": "en_GB",
                "name": "English (United Kingdom)",
                "plural": {
                    "id": 85,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "english_uk"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/en_GB/",
                "url": "https://translate.lxqt-project.org/api/languages/en_GB/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/en_GB/statistics/?format=api"
            },
            "language_code": "en_GB",
            "id": 843,
            "filename": "lxqt-config-locale/translations/lxqt-config-locale_en_GB.ts",
            "revision": "a80d5d39fd12b5c174addc3c926bd8e4ab33f35a",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-locale/en_GB/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-configuration/en_GB/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-locale/en_GB/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/en_GB/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 20,
            "total_words": 49,
            "translated": 19,
            "translated_words": 48,
            "translated_percent": 95.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://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/en_GB/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/en_GB/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/en_GB/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/en_GB/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/en_GB/units/?format=api"
        },
        {
            "language": {
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 95,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "spanish",
                    "spa"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/es/",
                "url": "https://translate.lxqt-project.org/api/languages/es/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/es/statistics/?format=api"
            },
            "language_code": "es",
            "id": 844,
            "filename": "lxqt-config-locale/translations/lxqt-config-locale_es.ts",
            "revision": "34f738952e48e4790f2bb70e042eb0f6701c2f48",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-locale/es/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-configuration/es/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-locale/es/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 20,
            "total_words": 49,
            "translated": 20,
            "translated_words": 49,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-09-11T23:18:43.297709Z",
            "last_author": "Toni Estevez",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/es/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/es/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/es/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/es/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/es/units/?format=api"
        },
        {
            "language": {
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 117,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "french",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/fr/",
                "url": "https://translate.lxqt-project.org/api/languages/fr/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/fr/statistics/?format=api"
            },
            "language_code": "fr",
            "id": 845,
            "filename": "lxqt-config-locale/translations/lxqt-config-locale_fr.ts",
            "revision": "4f5d7543fe1f4854c9863099d2c54ab063659532",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-locale/fr/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-configuration/fr/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-locale/fr/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 20,
            "total_words": 49,
            "translated": 20,
            "translated_words": 49,
            "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-04-19T13:04:53.704719Z",
            "last_author": "Baptiste Huchon",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/fr/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/fr/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/fr/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/fr/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/fr/units/?format=api"
        },
        {
            "language": {
                "code": "gl",
                "name": "Galician",
                "plural": {
                    "id": 129,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "glg"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/gl/",
                "url": "https://translate.lxqt-project.org/api/languages/gl/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/gl/statistics/?format=api"
            },
            "language_code": "gl",
            "id": 846,
            "filename": "lxqt-config-locale/translations/lxqt-config-locale_gl.ts",
            "revision": "cf3e7337923d8829a768a768ea5ae8ba800a9d9e",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-locale/gl/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-configuration/gl/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-locale/gl/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/gl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 20,
            "total_words": 49,
            "translated": 20,
            "translated_words": 49,
            "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-28T01:12:11.153497Z",
            "last_author": "Roberalz",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/gl/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/gl/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/gl/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/gl/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/gl/units/?format=api"
        },
        {
            "language": {
                "code": "he",
                "name": "Hebrew",
                "plural": {
                    "id": 139,
                    "source": 0,
                    "number": 4,
                    "formula": "(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && n % 10 == 0) ? 2 : 3))",
                    "type": 6
                },
                "aliases": [
                    "iw",
                    "iw_il",
                    "heb"
                ],
                "direction": "rtl",
                "web_url": "https://translate.lxqt-project.org/languages/he/",
                "url": "https://translate.lxqt-project.org/api/languages/he/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/he/statistics/?format=api"
            },
            "language_code": "he",
            "id": 847,
            "filename": "lxqt-config-locale/translations/lxqt-config-locale_he.ts",
            "revision": "c6022f7b2706290965e7305303fb4931d6885779",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-locale/he/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-configuration/he/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-locale/he/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/he/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 20,
            "total_words": 49,
            "translated": 20,
            "translated_words": 49,
            "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-04-14T21:07:18.136211Z",
            "last_author": "Yaron Shahrabani",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/he/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/he/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/he/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/he/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/he/units/?format=api"
        },
        {
            "language": {
                "code": "hr",
                "name": "Croatian",
                "plural": {
                    "id": 145,
                    "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": 2
                },
                "aliases": [
                    "scr",
                    "hrv"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/hr/",
                "url": "https://translate.lxqt-project.org/api/languages/hr/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/hr/statistics/?format=api"
            },
            "language_code": "hr",
            "id": 848,
            "filename": "lxqt-config-locale/translations/lxqt-config-locale_hr.ts",
            "revision": "f894d1c81a0b31cc087c1e56b0a709e4807fa288",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-locale/hr/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-configuration/hr/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-locale/hr/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/hr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 20,
            "total_words": 49,
            "translated": 20,
            "translated_words": 49,
            "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-08-07T18:51:46.796160Z",
            "last_author": "milotype",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/hr/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/hr/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/hr/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/hr/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/hr/units/?format=api"
        },
        {
            "language": {
                "code": "hu",
                "name": "Hungarian",
                "plural": {
                    "id": 149,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "hun"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/hu/",
                "url": "https://translate.lxqt-project.org/api/languages/hu/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/hu/statistics/?format=api"
            },
            "language_code": "hu",
            "id": 849,
            "filename": "lxqt-config-locale/translations/lxqt-config-locale_hu.ts",
            "revision": "c8e6f203a508e8037a1f9cc6f7e9418d4f8189c1",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-locale/hu/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-configuration/hu/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-locale/hu/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 20,
            "total_words": 49,
            "translated": 18,
            "translated_words": 45,
            "translated_percent": 90.0,
            "fuzzy": 1,
            "fuzzy_words": 3,
            "fuzzy_percent": 5.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-12-15T19:08:47.115616Z",
            "last_author": "Ács Zoltán",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/hu/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/hu/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/hu/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/hu/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/hu/units/?format=api"
        },
        {
            "language": {
                "code": "id",
                "name": "Indonesian",
                "plural": {
                    "id": 153,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "indonesian",
                    "in",
                    "in_id",
                    "ind"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/id/",
                "url": "https://translate.lxqt-project.org/api/languages/id/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/id/statistics/?format=api"
            },
            "language_code": "id",
            "id": 850,
            "filename": "lxqt-config-locale/translations/lxqt-config-locale_id.ts",
            "revision": "c1f20876541d8fbb6407070fff41d17ae7af7796",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-locale/id/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-configuration/id/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-locale/id/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/id/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 20,
            "total_words": 49,
            "translated": 20,
            "translated_words": 49,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 5.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-06-27T05:01:30.438856Z",
            "last_author": "cakkynorris",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/id/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/id/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/id/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/id/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/id/units/?format=api"
        },
        {
            "language": {
                "code": "it",
                "name": "Italian",
                "plural": {
                    "id": 160,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ita"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/it/",
                "url": "https://translate.lxqt-project.org/api/languages/it/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/it/statistics/?format=api"
            },
            "language_code": "it",
            "id": 851,
            "filename": "lxqt-config-locale/translations/lxqt-config-locale_it.ts",
            "revision": "d4266682fed758b8dc2900582f574930be436606",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-locale/it/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-configuration/it/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-locale/it/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 20,
            "total_words": 49,
            "translated": 20,
            "translated_words": 49,
            "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-04-12T21:12:00.370387Z",
            "last_author": "Standreas",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/it/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/it/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/it/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/it/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/it/units/?format=api"
        },
        {
            "language": {
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 162,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "jpn"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/ja/",
                "url": "https://translate.lxqt-project.org/api/languages/ja/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/ja/statistics/?format=api"
            },
            "language_code": "ja",
            "id": 852,
            "filename": "lxqt-config-locale/translations/lxqt-config-locale_ja.ts",
            "revision": "e944db94c5635193dfe92b7f02af3b63154cc6d7",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-locale/ja/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-configuration/ja/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-locale/ja/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 20,
            "total_words": 49,
            "translated": 20,
            "translated_words": 49,
            "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-05-02T16:34:32.538709Z",
            "last_author": "NPL",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/ja/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/ja/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/ja/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/ja/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-locale/ja/units/?format=api"
        }
    ]
}