Translation components API.

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

GET /api/components/lxqt-desktop/lxqt-runner-module-name/translations/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 38,
    "next": "https://translate.lxqt-project.org/api/components/lxqt-desktop/lxqt-runner-module-name/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": 5382,
            "filename": "autostart/translations/lxqt-runner.desktop.yaml",
            "revision": "ba7650332d84d5481cc313d40faab8dee467393d,ba7650332d84d5481cc313d40faab8dee467393d",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-desktop/lxqt-runner-module-name/en/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-desktop/en/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/lxqt-runner-module-name/en/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 1,
            "total_words": 1,
            "translated": 1,
            "translated_words": 1,
            "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-desktop/lxqt-runner-module-name/en/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/en/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/en/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/en/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/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": 5383,
            "filename": "autostart/translations/lxqt-runner_ar.desktop.yaml",
            "revision": "ef682fc94abc10b7f99dee3a0f89d751df55a75d,ba7650332d84d5481cc313d40faab8dee467393d",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-desktop/lxqt-runner-module-name/ar/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-desktop/ar/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/lxqt-runner-module-name/ar/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/ar/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 1,
            "translated": 1,
            "translated_words": 1,
            "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-desktop/lxqt-runner-module-name/ar/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/ar/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/ar/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/ar/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/ar/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": 5384,
            "filename": "autostart/translations/lxqt-runner_cs.desktop.yaml",
            "revision": "d6d9e2372ccbbb8fffa71ede1898db2b3020f8f4,ba7650332d84d5481cc313d40faab8dee467393d",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-desktop/lxqt-runner-module-name/cs/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-desktop/cs/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/lxqt-runner-module-name/cs/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 1,
            "translated": 1,
            "translated_words": 1,
            "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-desktop/lxqt-runner-module-name/cs/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/cs/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/cs/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/cs/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/cs/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": 5385,
            "filename": "autostart/translations/lxqt-runner_da.desktop.yaml",
            "revision": "cd1b8ac745af986e6439e85de4846c93ccc7e8a5,ba7650332d84d5481cc313d40faab8dee467393d",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-desktop/lxqt-runner-module-name/da/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-desktop/da/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/lxqt-runner-module-name/da/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/da/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 1,
            "translated": 1,
            "translated_words": 1,
            "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-desktop/lxqt-runner-module-name/da/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/da/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/da/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/da/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/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": 5386,
            "filename": "autostart/translations/lxqt-runner_de.desktop.yaml",
            "revision": "a701450bec16e0c3e8a5e0026a0517753ee9a74a,ba7650332d84d5481cc313d40faab8dee467393d",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-desktop/lxqt-runner-module-name/de/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-desktop/de/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/lxqt-runner-module-name/de/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 1,
            "translated": 1,
            "translated_words": 1,
            "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-desktop/lxqt-runner-module-name/de/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/de/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/de/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/de/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/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": 5387,
            "filename": "autostart/translations/lxqt-runner_el.desktop.yaml",
            "revision": "12d0e3ba344c77bd3df857d3813d0f78db025f4f,ba7650332d84d5481cc313d40faab8dee467393d",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-desktop/lxqt-runner-module-name/el/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-desktop/el/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/lxqt-runner-module-name/el/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/el/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 1,
            "translated": 1,
            "translated_words": 1,
            "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-desktop/lxqt-runner-module-name/el/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/el/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/el/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/el/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/el/units/?format=api"
        },
        {
            "language": {
                "code": "eo",
                "name": "Esperanto",
                "plural": {
                    "id": 94,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "epo"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/eo/",
                "url": "https://translate.lxqt-project.org/api/languages/eo/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/eo/statistics/?format=api"
            },
            "language_code": "eo",
            "id": 5388,
            "filename": "autostart/translations/lxqt-runner_eo.desktop.yaml",
            "revision": "b7a4a3d1e72a36672b1ba0c2bb3852a6c5ac8ec9,ba7650332d84d5481cc313d40faab8dee467393d",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-desktop/lxqt-runner-module-name/eo/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-desktop/eo/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/lxqt-runner-module-name/eo/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/eo/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 1,
            "translated": 1,
            "translated_words": 1,
            "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-desktop/lxqt-runner-module-name/eo/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/eo/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/eo/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/eo/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/eo/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": 5389,
            "filename": "autostart/translations/lxqt-runner_es.desktop.yaml",
            "revision": "b88bb4c6243d048793d106a4421d4ccf84565ed1,ba7650332d84d5481cc313d40faab8dee467393d",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-desktop/lxqt-runner-module-name/es/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-desktop/es/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/lxqt-runner-module-name/es/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 1,
            "translated": 1,
            "translated_words": 1,
            "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-desktop/lxqt-runner-module-name/es/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/es/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/es/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/es/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/es/units/?format=api"
        },
        {
            "language": {
                "code": "es_VE",
                "name": "Spanish (Venezuela)",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/es_VE/",
                "url": "https://translate.lxqt-project.org/api/languages/es_VE/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/es_VE/statistics/?format=api"
            },
            "language_code": "es_VE",
            "id": 5390,
            "filename": "autostart/translations/lxqt-runner_es_VE.desktop.yaml",
            "revision": "201ad3f9554615ff91244cdc3357c9b4bb0a9d4a,ba7650332d84d5481cc313d40faab8dee467393d",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-desktop/lxqt-runner-module-name/es_VE/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-desktop/es_VE/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/lxqt-runner-module-name/es_VE/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/es_VE/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 1,
            "translated": 1,
            "translated_words": 1,
            "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-desktop/lxqt-runner-module-name/es_VE/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/es_VE/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/es_VE/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/es_VE/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/es_VE/units/?format=api"
        },
        {
            "language": {
                "code": "eu",
                "name": "Basque",
                "plural": {
                    "id": 108,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_eu",
                    "baq",
                    "eus"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/eu/",
                "url": "https://translate.lxqt-project.org/api/languages/eu/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/eu/statistics/?format=api"
            },
            "language_code": "eu",
            "id": 5391,
            "filename": "autostart/translations/lxqt-runner_eu.desktop.yaml",
            "revision": "b2aee0ba95dfd04d901777a35d39270d3248f9c3,ba7650332d84d5481cc313d40faab8dee467393d",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-desktop/lxqt-runner-module-name/eu/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-desktop/eu/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/lxqt-runner-module-name/eu/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/eu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 1,
            "translated": 1,
            "translated_words": 1,
            "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-desktop/lxqt-runner-module-name/eu/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/eu/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/eu/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/eu/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/eu/units/?format=api"
        },
        {
            "language": {
                "code": "fi",
                "name": "Finnish",
                "plural": {
                    "id": 113,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "fin"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/fi/",
                "url": "https://translate.lxqt-project.org/api/languages/fi/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/fi/statistics/?format=api"
            },
            "language_code": "fi",
            "id": 5392,
            "filename": "autostart/translations/lxqt-runner_fi.desktop.yaml",
            "revision": "916e030202e52e413898310517388cfe7b493685,ba7650332d84d5481cc313d40faab8dee467393d",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-desktop/lxqt-runner-module-name/fi/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-desktop/fi/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/lxqt-runner-module-name/fi/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 1,
            "translated": 1,
            "translated_words": 1,
            "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-desktop/lxqt-runner-module-name/fi/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/fi/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/fi/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/fi/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/fi/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": 5393,
            "filename": "autostart/translations/lxqt-runner_fr.desktop.yaml",
            "revision": "b789622cbf99787e93e71345f9ce0168866687e9,ba7650332d84d5481cc313d40faab8dee467393d",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-desktop/lxqt-runner-module-name/fr/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-desktop/fr/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/lxqt-runner-module-name/fr/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 1,
            "translated": 1,
            "translated_words": 1,
            "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-desktop/lxqt-runner-module-name/fr/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/fr/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/fr/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/fr/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/fr/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": 5394,
            "filename": "autostart/translations/lxqt-runner_hr.desktop.yaml",
            "revision": "befee8c1875f83f44fb1349e1c04911a78a081bb,ba7650332d84d5481cc313d40faab8dee467393d",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-desktop/lxqt-runner-module-name/hr/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-desktop/hr/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/lxqt-runner-module-name/hr/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/hr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 1,
            "translated": 1,
            "translated_words": 1,
            "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-desktop/lxqt-runner-module-name/hr/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/hr/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/hr/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/hr/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/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": 5395,
            "filename": "autostart/translations/lxqt-runner_hu.desktop.yaml",
            "revision": "3fe93eb652e03482c7714f28216cac035827683e,ba7650332d84d5481cc313d40faab8dee467393d",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-desktop/lxqt-runner-module-name/hu/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-desktop/hu/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/lxqt-runner-module-name/hu/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 1,
            "translated": 1,
            "translated_words": 1,
            "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-desktop/lxqt-runner-module-name/hu/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/hu/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/hu/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/hu/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/hu/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": 5396,
            "filename": "autostart/translations/lxqt-runner_it.desktop.yaml",
            "revision": "65e239ae122d1528f6fcc1e74de3e007ae2cc5ab,ba7650332d84d5481cc313d40faab8dee467393d",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-desktop/lxqt-runner-module-name/it/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-desktop/it/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/lxqt-runner-module-name/it/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 1,
            "translated": 1,
            "translated_words": 1,
            "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-10T07:32:06.741924Z",
            "last_author": "Lorenzo Fagnani",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/it/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/it/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/it/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/it/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/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": 5397,
            "filename": "autostart/translations/lxqt-runner_ja.desktop.yaml",
            "revision": "757214b442008fe83f6f7abf854a59b69893c7c7,ba7650332d84d5481cc313d40faab8dee467393d",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-desktop/lxqt-runner-module-name/ja/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-desktop/ja/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/lxqt-runner-module-name/ja/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 1,
            "translated": 1,
            "translated_words": 1,
            "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-desktop/lxqt-runner-module-name/ja/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/ja/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/ja/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/ja/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/ja/units/?format=api"
        },
        {
            "language": {
                "code": "lt",
                "name": "Lithuanian",
                "plural": {
                    "id": 203,
                    "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": 2
                },
                "aliases": [
                    "lit"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/lt/",
                "url": "https://translate.lxqt-project.org/api/languages/lt/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/lt/statistics/?format=api"
            },
            "language_code": "lt",
            "id": 5398,
            "filename": "autostart/translations/lxqt-runner_lt.desktop.yaml",
            "revision": "0858cb9d93fb80aa2f661b14b3d214013399398f,ba7650332d84d5481cc313d40faab8dee467393d",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-desktop/lxqt-runner-module-name/lt/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-desktop/lt/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/lxqt-runner-module-name/lt/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/lt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 1,
            "translated": 1,
            "translated_words": 1,
            "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-desktop/lxqt-runner-module-name/lt/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/lt/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/lt/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/lt/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/lt/units/?format=api"
        },
        {
            "language": {
                "code": "nl",
                "name": "Dutch",
                "plural": {
                    "id": 236,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "dut",
                    "nld"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/nl/",
                "url": "https://translate.lxqt-project.org/api/languages/nl/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/nl/statistics/?format=api"
            },
            "language_code": "nl",
            "id": 5399,
            "filename": "autostart/translations/lxqt-runner_nl.desktop.yaml",
            "revision": "2c6b8626c6021c92e1d35128651d482f359104e0,ba7650332d84d5481cc313d40faab8dee467393d",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-desktop/lxqt-runner-module-name/nl/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-desktop/nl/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/lxqt-runner-module-name/nl/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 1,
            "translated": 1,
            "translated_words": 1,
            "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-desktop/lxqt-runner-module-name/nl/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/nl/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/nl/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/nl/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/nl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 256,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "polish",
                    "pol"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/pl/",
                "url": "https://translate.lxqt-project.org/api/languages/pl/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/pl/statistics/?format=api"
            },
            "language_code": "pl",
            "id": 5400,
            "filename": "autostart/translations/lxqt-runner_pl.desktop.yaml",
            "revision": "f1aa9cb5d72a08be8c472d273f7e527020ddeff8,ba7650332d84d5481cc313d40faab8dee467393d",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-desktop/lxqt-runner-module-name/pl/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-desktop/pl/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/lxqt-runner-module-name/pl/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 1,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-12-01T15:17:09.298500Z",
            "last_author": "KacperMisztal",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/pl/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/pl/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/pl/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/pl/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pt",
                "name": "Portuguese",
                "plural": {
                    "id": 261,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "por"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/pt/",
                "url": "https://translate.lxqt-project.org/api/languages/pt/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/pt/statistics/?format=api"
            },
            "language_code": "pt",
            "id": 5401,
            "filename": "autostart/translations/lxqt-runner_pt.desktop.yaml",
            "revision": "ba7650332d84d5481cc313d40faab8dee467393d,ba7650332d84d5481cc313d40faab8dee467393d",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-desktop/lxqt-runner-module-name/pt/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-desktop/pt/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/lxqt-runner-module-name/pt/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/pt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 1,
            "translated": 1,
            "translated_words": 1,
            "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-desktop/lxqt-runner-module-name/pt/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/pt/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/pt/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/pt/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-desktop/lxqt-runner-module-name/pt/units/?format=api"
        }
    ]
}