Translation components API.

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

GET /api/components/desktop-file-translations/update-desktop-files-apps-master/translations/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 84,
    "next": "https://l10n.opensuse.org/api/components/desktop-file-translations/update-desktop-files-apps-master/translations/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "language": {
                "code": "af",
                "name": "Afrikaans",
                "plural": {
                    "id": 4,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "afr"
                ],
                "direction": "ltr",
                "web_url": "https://l10n.opensuse.org/languages/af/",
                "url": "https://l10n.opensuse.org/api/languages/af/?format=api",
                "statistics_url": "https://l10n.opensuse.org/api/languages/af/statistics/?format=api"
            },
            "language_code": "af",
            "id": 19268,
            "filename": "af/update-desktop-files-apps.po",
            "revision": "77449ad1dbee9fa17af59d8fddc9bd06769e8323",
            "web_url": "https://l10n.opensuse.org/projects/desktop-file-translations/update-desktop-files-apps-master/af/",
            "share_url": "https://l10n.opensuse.org/engage/desktop-file-translations/af/",
            "translate_url": "https://l10n.opensuse.org/translate/desktop-file-translations/update-desktop-files-apps-master/af/",
            "url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/af/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6720,
            "total_words": 21290,
            "translated": 480,
            "translated_words": 1356,
            "translated_percent": 7.1,
            "fuzzy": 2783,
            "fuzzy_words": 7236,
            "fuzzy_percent": 41.4,
            "failing_checks": 283,
            "failing_checks_words": 396,
            "failing_checks_percent": 4.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/af/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/af/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/af/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/af/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/af/units/?format=api"
        },
        {
            "language": {
                "code": "ar",
                "name": "Arabic",
                "plural": {
                    "id": 9,
                    "source": 0,
                    "number": 6,
                    "formula": "n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5",
                    "type": 3
                },
                "aliases": [
                    "ar_ar",
                    "ara"
                ],
                "direction": "rtl",
                "web_url": "https://l10n.opensuse.org/languages/ar/",
                "url": "https://l10n.opensuse.org/api/languages/ar/?format=api",
                "statistics_url": "https://l10n.opensuse.org/api/languages/ar/statistics/?format=api"
            },
            "language_code": "ar",
            "id": 19270,
            "filename": "ar/update-desktop-files-apps.po",
            "revision": "e57d7f294da7a6e8d9b54b7e189f15335c63a757",
            "web_url": "https://l10n.opensuse.org/projects/desktop-file-translations/update-desktop-files-apps-master/ar/",
            "share_url": "https://l10n.opensuse.org/engage/desktop-file-translations/ar/",
            "translate_url": "https://l10n.opensuse.org/translate/desktop-file-translations/update-desktop-files-apps-master/ar/",
            "url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/ar/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6720,
            "total_words": 21290,
            "translated": 2219,
            "translated_words": 6926,
            "translated_percent": 33.0,
            "fuzzy": 2596,
            "fuzzy_words": 6860,
            "fuzzy_percent": 38.6,
            "failing_checks": 426,
            "failing_checks_words": 757,
            "failing_checks_percent": 6.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-05-11T12:53:44.412449Z",
            "last_author": "meshari alnaim",
            "repository_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/ar/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/ar/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/ar/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/ar/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/ar/units/?format=api"
        },
        {
            "language": {
                "code": "be",
                "name": "Belarusian",
                "plural": {
                    "id": 25,
                    "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": [
                    "xbelorussian",
                    "by",
                    "bel"
                ],
                "direction": "ltr",
                "web_url": "https://l10n.opensuse.org/languages/be/",
                "url": "https://l10n.opensuse.org/api/languages/be/?format=api",
                "statistics_url": "https://l10n.opensuse.org/api/languages/be/statistics/?format=api"
            },
            "language_code": "be",
            "id": 19272,
            "filename": "be/update-desktop-files-apps.po",
            "revision": "78d74a5dab8591933079529c3ef3f2c4eab974f9",
            "web_url": "https://l10n.opensuse.org/projects/desktop-file-translations/update-desktop-files-apps-master/be/",
            "share_url": "https://l10n.opensuse.org/engage/desktop-file-translations/be/",
            "translate_url": "https://l10n.opensuse.org/translate/desktop-file-translations/update-desktop-files-apps-master/be/",
            "url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/be/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6720,
            "total_words": 21290,
            "translated": 739,
            "translated_words": 2255,
            "translated_percent": 10.9,
            "fuzzy": 2812,
            "fuzzy_words": 7149,
            "fuzzy_percent": 41.8,
            "failing_checks": 329,
            "failing_checks_words": 555,
            "failing_checks_percent": 4.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/be/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/be/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/be/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/be/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/be/units/?format=api"
        },
        {
            "language": {
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 40,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "web_url": "https://l10n.opensuse.org/languages/bg/",
                "url": "https://l10n.opensuse.org/api/languages/bg/?format=api",
                "statistics_url": "https://l10n.opensuse.org/api/languages/bg/statistics/?format=api"
            },
            "language_code": "bg",
            "id": 19274,
            "filename": "bg/update-desktop-files-apps.po",
            "revision": "b6f42a4e8c9d503294746db3a48bf7a0ff643121",
            "web_url": "https://l10n.opensuse.org/projects/desktop-file-translations/update-desktop-files-apps-master/bg/",
            "share_url": "https://l10n.opensuse.org/engage/desktop-file-translations/bg/",
            "translate_url": "https://l10n.opensuse.org/translate/desktop-file-translations/update-desktop-files-apps-master/bg/",
            "url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6720,
            "total_words": 21290,
            "translated": 1099,
            "translated_words": 3350,
            "translated_percent": 16.3,
            "fuzzy": 2972,
            "fuzzy_words": 7613,
            "fuzzy_percent": 44.2,
            "failing_checks": 497,
            "failing_checks_words": 766,
            "failing_checks_percent": 7.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/bg/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/bg/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/bg/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/bg/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/bg/units/?format=api"
        },
        {
            "language": {
                "code": "bn",
                "name": "Bengali",
                "plural": {
                    "id": 29,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "bd",
                    "ben"
                ],
                "direction": "ltr",
                "web_url": "https://l10n.opensuse.org/languages/bn/",
                "url": "https://l10n.opensuse.org/api/languages/bn/?format=api",
                "statistics_url": "https://l10n.opensuse.org/api/languages/bn/statistics/?format=api"
            },
            "language_code": "bn",
            "id": 19276,
            "filename": "bn/update-desktop-files-apps.po",
            "revision": "9b66563f3ab4860e96ff943f588bfe326779ebca",
            "web_url": "https://l10n.opensuse.org/projects/desktop-file-translations/update-desktop-files-apps-master/bn/",
            "share_url": "https://l10n.opensuse.org/engage/desktop-file-translations/bn/",
            "translate_url": "https://l10n.opensuse.org/translate/desktop-file-translations/update-desktop-files-apps-master/bn/",
            "url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/bn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6720,
            "total_words": 21290,
            "translated": 392,
            "translated_words": 1235,
            "translated_percent": 5.8,
            "fuzzy": 2648,
            "fuzzy_words": 7016,
            "fuzzy_percent": 39.4,
            "failing_checks": 211,
            "failing_checks_words": 542,
            "failing_checks_percent": 3.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/bn/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/bn/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/bn/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/bn/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/bn/units/?format=api"
        },
        {
            "language": {
                "code": "bs",
                "name": "Bosnian",
                "plural": {
                    "id": 36,
                    "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": [
                    "bos"
                ],
                "direction": "ltr",
                "web_url": "https://l10n.opensuse.org/languages/bs/",
                "url": "https://l10n.opensuse.org/api/languages/bs/?format=api",
                "statistics_url": "https://l10n.opensuse.org/api/languages/bs/statistics/?format=api"
            },
            "language_code": "bs",
            "id": 19278,
            "filename": "bs/update-desktop-files-apps.po",
            "revision": "0e9707b2171feb35ca0d26193182ddb6b06eee16",
            "web_url": "https://l10n.opensuse.org/projects/desktop-file-translations/update-desktop-files-apps-master/bs/",
            "share_url": "https://l10n.opensuse.org/engage/desktop-file-translations/bs/",
            "translate_url": "https://l10n.opensuse.org/translate/desktop-file-translations/update-desktop-files-apps-master/bs/",
            "url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/bs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6720,
            "total_words": 21290,
            "translated": 777,
            "translated_words": 2139,
            "translated_percent": 11.5,
            "fuzzy": 2908,
            "fuzzy_words": 7434,
            "fuzzy_percent": 43.2,
            "failing_checks": 448,
            "failing_checks_words": 758,
            "failing_checks_percent": 6.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/bs/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/bs/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/bs/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/bs/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/bs/units/?format=api"
        },
        {
            "language": {
                "code": "ca",
                "name": "Catalan",
                "plural": {
                    "id": 42,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ca_ps",
                    "cat"
                ],
                "direction": "ltr",
                "web_url": "https://l10n.opensuse.org/languages/ca/",
                "url": "https://l10n.opensuse.org/api/languages/ca/?format=api",
                "statistics_url": "https://l10n.opensuse.org/api/languages/ca/statistics/?format=api"
            },
            "language_code": "ca",
            "id": 19280,
            "filename": "ca/update-desktop-files-apps.po",
            "revision": "fb50b450297590e0d59e29ecf0ba416af405bd39",
            "web_url": "https://l10n.opensuse.org/projects/desktop-file-translations/update-desktop-files-apps-master/ca/",
            "share_url": "https://l10n.opensuse.org/engage/desktop-file-translations/ca/",
            "translate_url": "https://l10n.opensuse.org/translate/desktop-file-translations/update-desktop-files-apps-master/ca/",
            "url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/ca/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6720,
            "total_words": 21290,
            "translated": 4266,
            "translated_words": 12572,
            "translated_percent": 63.4,
            "fuzzy": 1625,
            "fuzzy_words": 4010,
            "fuzzy_percent": 24.1,
            "failing_checks": 669,
            "failing_checks_words": 1032,
            "failing_checks_percent": 9.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-03-22T19:24:39.749320Z",
            "last_author": "David Medina",
            "repository_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/ca/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/ca/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/ca/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/ca/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/ca/units/?format=api"
        },
        {
            "language": {
                "code": "cs",
                "name": "Czech",
                "plural": {
                    "id": 64,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "cs_cs",
                    "cz",
                    "csy",
                    "ces",
                    "cze"
                ],
                "direction": "ltr",
                "web_url": "https://l10n.opensuse.org/languages/cs/",
                "url": "https://l10n.opensuse.org/api/languages/cs/?format=api",
                "statistics_url": "https://l10n.opensuse.org/api/languages/cs/statistics/?format=api"
            },
            "language_code": "cs",
            "id": 19282,
            "filename": "cs/update-desktop-files-apps.po",
            "revision": "e8fe8dbcd9db59bec6c6c241211d21f610027df9",
            "web_url": "https://l10n.opensuse.org/projects/desktop-file-translations/update-desktop-files-apps-master/cs/",
            "share_url": "https://l10n.opensuse.org/engage/desktop-file-translations/cs/",
            "translate_url": "https://l10n.opensuse.org/translate/desktop-file-translations/update-desktop-files-apps-master/cs/",
            "url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6720,
            "total_words": 21290,
            "translated": 4266,
            "translated_words": 12548,
            "translated_percent": 63.4,
            "fuzzy": 1617,
            "fuzzy_words": 3992,
            "fuzzy_percent": 24.0,
            "failing_checks": 997,
            "failing_checks_words": 1238,
            "failing_checks_percent": 14.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-05T09:23:47.425323Z",
            "last_author": "Aleš Kastner",
            "repository_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/cs/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/cs/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/cs/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/cs/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/cs/units/?format=api"
        },
        {
            "language": {
                "code": "cy",
                "name": "Welsh",
                "plural": {
                    "id": 291,
                    "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://l10n.opensuse.org/languages/cy/",
                "url": "https://l10n.opensuse.org/api/languages/cy/?format=api",
                "statistics_url": "https://l10n.opensuse.org/api/languages/cy/statistics/?format=api"
            },
            "language_code": "cy",
            "id": 19284,
            "filename": "cy/update-desktop-files-apps.po",
            "revision": "f0ec8e691b2f0519e01b022f9cd56b629d3b18b0",
            "web_url": "https://l10n.opensuse.org/projects/desktop-file-translations/update-desktop-files-apps-master/cy/",
            "share_url": "https://l10n.opensuse.org/engage/desktop-file-translations/cy/",
            "translate_url": "https://l10n.opensuse.org/translate/desktop-file-translations/update-desktop-files-apps-master/cy/",
            "url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/cy/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6720,
            "total_words": 21290,
            "translated": 343,
            "translated_words": 868,
            "translated_percent": 5.1,
            "fuzzy": 2608,
            "fuzzy_words": 6599,
            "fuzzy_percent": 38.8,
            "failing_checks": 268,
            "failing_checks_words": 398,
            "failing_checks_percent": 3.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/cy/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/cy/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/cy/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/cy/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/cy/units/?format=api"
        },
        {
            "language": {
                "code": "da",
                "name": "Danish",
                "plural": {
                    "id": 65,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "da_da",
                    "dk",
                    "dan"
                ],
                "direction": "ltr",
                "web_url": "https://l10n.opensuse.org/languages/da/",
                "url": "https://l10n.opensuse.org/api/languages/da/?format=api",
                "statistics_url": "https://l10n.opensuse.org/api/languages/da/statistics/?format=api"
            },
            "language_code": "da",
            "id": 19286,
            "filename": "da/update-desktop-files-apps.po",
            "revision": "fa788d84090206da5bc351bfb176fbb8b2e50726",
            "web_url": "https://l10n.opensuse.org/projects/desktop-file-translations/update-desktop-files-apps-master/da/",
            "share_url": "https://l10n.opensuse.org/engage/desktop-file-translations/da/",
            "translate_url": "https://l10n.opensuse.org/translate/desktop-file-translations/update-desktop-files-apps-master/da/",
            "url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/da/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6720,
            "total_words": 21290,
            "translated": 1795,
            "translated_words": 5445,
            "translated_percent": 26.7,
            "fuzzy": 2906,
            "fuzzy_words": 7550,
            "fuzzy_percent": 43.2,
            "failing_checks": 709,
            "failing_checks_words": 968,
            "failing_checks_percent": 10.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2019-10-08T02:30:56.622977Z",
            "last_author": "scootergrisen",
            "repository_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/da/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/da/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/da/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/da/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/da/units/?format=api"
        },
        {
            "language": {
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 99,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "web_url": "https://l10n.opensuse.org/languages/de/",
                "url": "https://l10n.opensuse.org/api/languages/de/?format=api",
                "statistics_url": "https://l10n.opensuse.org/api/languages/de/statistics/?format=api"
            },
            "language_code": "de",
            "id": 19288,
            "filename": "de/update-desktop-files-apps.po",
            "revision": "4eb259d5c337daf1d27dd3b17fa321aaa2221d55",
            "web_url": "https://l10n.opensuse.org/projects/desktop-file-translations/update-desktop-files-apps-master/de/",
            "share_url": "https://l10n.opensuse.org/engage/desktop-file-translations/de/",
            "translate_url": "https://l10n.opensuse.org/translate/desktop-file-translations/update-desktop-files-apps-master/de/",
            "url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6720,
            "total_words": 21290,
            "translated": 2941,
            "translated_words": 8971,
            "translated_percent": 43.7,
            "fuzzy": 2387,
            "fuzzy_words": 6372,
            "fuzzy_percent": 35.5,
            "failing_checks": 879,
            "failing_checks_words": 1268,
            "failing_checks_percent": 13.0,
            "have_suggestion": 4,
            "have_comment": 0,
            "last_change": "2024-04-25T20:42:34.346222Z",
            "last_author": "Bastian Veith",
            "repository_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/de/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/de/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/de/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/de/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/de/units/?format=api"
        },
        {
            "language": {
                "code": "el",
                "name": "Greek",
                "plural": {
                    "id": 101,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "gr",
                    "ell",
                    "gre"
                ],
                "direction": "ltr",
                "web_url": "https://l10n.opensuse.org/languages/el/",
                "url": "https://l10n.opensuse.org/api/languages/el/?format=api",
                "statistics_url": "https://l10n.opensuse.org/api/languages/el/statistics/?format=api"
            },
            "language_code": "el",
            "id": 19290,
            "filename": "el/update-desktop-files-apps.po",
            "revision": "77e9f0e41dd1effb7979765a560941578fcb6975",
            "web_url": "https://l10n.opensuse.org/projects/desktop-file-translations/update-desktop-files-apps-master/el/",
            "share_url": "https://l10n.opensuse.org/engage/desktop-file-translations/el/",
            "translate_url": "https://l10n.opensuse.org/translate/desktop-file-translations/update-desktop-files-apps-master/el/",
            "url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/el/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6720,
            "total_words": 21290,
            "translated": 1766,
            "translated_words": 5295,
            "translated_percent": 26.2,
            "fuzzy": 2881,
            "fuzzy_words": 7476,
            "fuzzy_percent": 42.8,
            "failing_checks": 757,
            "failing_checks_words": 1122,
            "failing_checks_percent": 11.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2018-04-26T18:06:23.674877Z",
            "last_author": "Konstantina Tsolakoglou",
            "repository_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/el/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/el/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/el/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/el/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/el/units/?format=api"
        },
        {
            "language": {
                "code": "en_GB",
                "name": "English (United Kingdom)",
                "plural": {
                    "id": 78,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "english_uk"
                ],
                "direction": "ltr",
                "web_url": "https://l10n.opensuse.org/languages/en_GB/",
                "url": "https://l10n.opensuse.org/api/languages/en_GB/?format=api",
                "statistics_url": "https://l10n.opensuse.org/api/languages/en_GB/statistics/?format=api"
            },
            "language_code": "en_GB",
            "id": 19292,
            "filename": "en_GB/update-desktop-files-apps.po",
            "revision": "9db45fbc3ea60be8ae2fcdcf4634bece0b67c447",
            "web_url": "https://l10n.opensuse.org/projects/desktop-file-translations/update-desktop-files-apps-master/en_GB/",
            "share_url": "https://l10n.opensuse.org/engage/desktop-file-translations/en_GB/",
            "translate_url": "https://l10n.opensuse.org/translate/desktop-file-translations/update-desktop-files-apps-master/en_GB/",
            "url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/en_GB/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6720,
            "total_words": 21290,
            "translated": 1180,
            "translated_words": 3631,
            "translated_percent": 17.5,
            "fuzzy": 2950,
            "fuzzy_words": 7538,
            "fuzzy_percent": 43.8,
            "failing_checks": 159,
            "failing_checks_words": 288,
            "failing_checks_percent": 2.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-02T13:01:52.693949Z",
            "last_author": "Marko Bjelogrlic",
            "repository_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/en_GB/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/en_GB/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/en_GB/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/en_GB/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/en_GB/units/?format=api"
        },
        {
            "language": {
                "code": "eo",
                "name": "Esperanto",
                "plural": {
                    "id": 80,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "epo"
                ],
                "direction": "ltr",
                "web_url": "https://l10n.opensuse.org/languages/eo/",
                "url": "https://l10n.opensuse.org/api/languages/eo/?format=api",
                "statistics_url": "https://l10n.opensuse.org/api/languages/eo/statistics/?format=api"
            },
            "language_code": "eo",
            "id": 19296,
            "filename": "eo/update-desktop-files-apps.po",
            "revision": "51cf2b5a46ffe1cbac9d914d5201d91b96d847bb",
            "web_url": "https://l10n.opensuse.org/projects/desktop-file-translations/update-desktop-files-apps-master/eo/",
            "share_url": "https://l10n.opensuse.org/engage/desktop-file-translations/eo/",
            "translate_url": "https://l10n.opensuse.org/translate/desktop-file-translations/update-desktop-files-apps-master/eo/",
            "url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/eo/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6720,
            "total_words": 21290,
            "translated": 694,
            "translated_words": 1963,
            "translated_percent": 10.3,
            "fuzzy": 2926,
            "fuzzy_words": 7458,
            "fuzzy_percent": 43.5,
            "failing_checks": 331,
            "failing_checks_words": 507,
            "failing_checks_percent": 4.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/eo/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/eo/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/eo/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/eo/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/eo/units/?format=api"
        },
        {
            "language": {
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 246,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "web_url": "https://l10n.opensuse.org/languages/es/",
                "url": "https://l10n.opensuse.org/api/languages/es/?format=api",
                "statistics_url": "https://l10n.opensuse.org/api/languages/es/statistics/?format=api"
            },
            "language_code": "es",
            "id": 19298,
            "filename": "es/update-desktop-files-apps.po",
            "revision": "7692b89407ee70987fae4f0a916d5bb340925915",
            "web_url": "https://l10n.opensuse.org/projects/desktop-file-translations/update-desktop-files-apps-master/es/",
            "share_url": "https://l10n.opensuse.org/engage/desktop-file-translations/es/",
            "translate_url": "https://l10n.opensuse.org/translate/desktop-file-translations/update-desktop-files-apps-master/es/",
            "url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6720,
            "total_words": 21290,
            "translated": 3714,
            "translated_words": 11287,
            "translated_percent": 55.2,
            "fuzzy": 1822,
            "fuzzy_words": 4711,
            "fuzzy_percent": 27.1,
            "failing_checks": 984,
            "failing_checks_words": 1234,
            "failing_checks_percent": 14.6,
            "have_suggestion": 3,
            "have_comment": 0,
            "last_change": "2022-02-06T13:24:14.686576Z",
            "last_author": "Jaime Marquínez Ferrándiz",
            "repository_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/es/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/es/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/es/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/es/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/es/units/?format=api"
        },
        {
            "language": {
                "code": "et",
                "name": "Estonian",
                "plural": {
                    "id": 81,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "et_et",
                    "est"
                ],
                "direction": "ltr",
                "web_url": "https://l10n.opensuse.org/languages/et/",
                "url": "https://l10n.opensuse.org/api/languages/et/?format=api",
                "statistics_url": "https://l10n.opensuse.org/api/languages/et/statistics/?format=api"
            },
            "language_code": "et",
            "id": 19300,
            "filename": "et/update-desktop-files-apps.po",
            "revision": "ba1542571008f3c4da841c0382782ecc1c82156c",
            "web_url": "https://l10n.opensuse.org/projects/desktop-file-translations/update-desktop-files-apps-master/et/",
            "share_url": "https://l10n.opensuse.org/engage/desktop-file-translations/et/",
            "translate_url": "https://l10n.opensuse.org/translate/desktop-file-translations/update-desktop-files-apps-master/et/",
            "url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/et/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6720,
            "total_words": 21290,
            "translated": 1135,
            "translated_words": 3384,
            "translated_percent": 16.8,
            "fuzzy": 2928,
            "fuzzy_words": 7521,
            "fuzzy_percent": 43.5,
            "failing_checks": 500,
            "failing_checks_words": 658,
            "failing_checks_percent": 7.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/et/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/et/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/et/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/et/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/et/units/?format=api"
        },
        {
            "language": {
                "code": "eu",
                "name": "Basque",
                "plural": {
                    "id": 23,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_eu",
                    "baq",
                    "eus"
                ],
                "direction": "ltr",
                "web_url": "https://l10n.opensuse.org/languages/eu/",
                "url": "https://l10n.opensuse.org/api/languages/eu/?format=api",
                "statistics_url": "https://l10n.opensuse.org/api/languages/eu/statistics/?format=api"
            },
            "language_code": "eu",
            "id": 19302,
            "filename": "eu/update-desktop-files-apps.po",
            "revision": "917d2f2c7dca9804a79ac010b4d1a4bbdb989c65",
            "web_url": "https://l10n.opensuse.org/projects/desktop-file-translations/update-desktop-files-apps-master/eu/",
            "share_url": "https://l10n.opensuse.org/engage/desktop-file-translations/eu/",
            "translate_url": "https://l10n.opensuse.org/translate/desktop-file-translations/update-desktop-files-apps-master/eu/",
            "url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/eu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6720,
            "total_words": 21290,
            "translated": 1161,
            "translated_words": 3515,
            "translated_percent": 17.2,
            "fuzzy": 2982,
            "fuzzy_words": 7599,
            "fuzzy_percent": 44.3,
            "failing_checks": 521,
            "failing_checks_words": 822,
            "failing_checks_percent": 7.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/eu/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/eu/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/eu/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/eu/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/eu/units/?format=api"
        },
        {
            "language": {
                "code": "fa",
                "name": "Persian",
                "plural": {
                    "id": 201,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fas",
                    "per"
                ],
                "direction": "rtl",
                "web_url": "https://l10n.opensuse.org/languages/fa/",
                "url": "https://l10n.opensuse.org/api/languages/fa/?format=api",
                "statistics_url": "https://l10n.opensuse.org/api/languages/fa/statistics/?format=api"
            },
            "language_code": "fa",
            "id": 19304,
            "filename": "fa/update-desktop-files-apps.po",
            "revision": "0e99319af75ea7bb00f8c03f1b26b020ae8c0703",
            "web_url": "https://l10n.opensuse.org/projects/desktop-file-translations/update-desktop-files-apps-master/fa/",
            "share_url": "https://l10n.opensuse.org/engage/desktop-file-translations/fa/",
            "translate_url": "https://l10n.opensuse.org/translate/desktop-file-translations/update-desktop-files-apps-master/fa/",
            "url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/fa/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6720,
            "total_words": 21290,
            "translated": 538,
            "translated_words": 1654,
            "translated_percent": 8.0,
            "fuzzy": 2825,
            "fuzzy_words": 7178,
            "fuzzy_percent": 42.0,
            "failing_checks": 232,
            "failing_checks_words": 559,
            "failing_checks_percent": 3.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/fa/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/fa/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/fa/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/fa/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/fa/units/?format=api"
        },
        {
            "language": {
                "code": "fi",
                "name": "Finnish",
                "plural": {
                    "id": 86,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "fin"
                ],
                "direction": "ltr",
                "web_url": "https://l10n.opensuse.org/languages/fi/",
                "url": "https://l10n.opensuse.org/api/languages/fi/?format=api",
                "statistics_url": "https://l10n.opensuse.org/api/languages/fi/statistics/?format=api"
            },
            "language_code": "fi",
            "id": 19306,
            "filename": "fi/update-desktop-files-apps.po",
            "revision": "a154c109ce1de644521969899cd7bc2cdc8e8e4f",
            "web_url": "https://l10n.opensuse.org/projects/desktop-file-translations/update-desktop-files-apps-master/fi/",
            "share_url": "https://l10n.opensuse.org/engage/desktop-file-translations/fi/",
            "translate_url": "https://l10n.opensuse.org/translate/desktop-file-translations/update-desktop-files-apps-master/fi/",
            "url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6720,
            "total_words": 21290,
            "translated": 3189,
            "translated_words": 9621,
            "translated_percent": 47.4,
            "fuzzy": 1625,
            "fuzzy_words": 4045,
            "fuzzy_percent": 24.1,
            "failing_checks": 603,
            "failing_checks_words": 819,
            "failing_checks_percent": 8.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-03-14T10:17:23.618297Z",
            "last_author": "Kimmo Kujansuu",
            "repository_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/fi/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/fi/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/fi/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/fi/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/fi/units/?format=api"
        },
        {
            "language": {
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 88,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "web_url": "https://l10n.opensuse.org/languages/fr/",
                "url": "https://l10n.opensuse.org/api/languages/fr/?format=api",
                "statistics_url": "https://l10n.opensuse.org/api/languages/fr/statistics/?format=api"
            },
            "language_code": "fr",
            "id": 19308,
            "filename": "fr/update-desktop-files-apps.po",
            "revision": "10239c2130f7a108b477966799a78a1091e811fd",
            "web_url": "https://l10n.opensuse.org/projects/desktop-file-translations/update-desktop-files-apps-master/fr/",
            "share_url": "https://l10n.opensuse.org/engage/desktop-file-translations/fr/",
            "translate_url": "https://l10n.opensuse.org/translate/desktop-file-translations/update-desktop-files-apps-master/fr/",
            "url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6720,
            "total_words": 21290,
            "translated": 2261,
            "translated_words": 7047,
            "translated_percent": 33.6,
            "fuzzy": 2836,
            "fuzzy_words": 7418,
            "fuzzy_percent": 42.2,
            "failing_checks": 1096,
            "failing_checks_words": 1438,
            "failing_checks_percent": 16.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-03-03T10:15:46.247840Z",
            "last_author": "Sophie Leroy",
            "repository_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/fr/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/fr/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/fr/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/fr/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/desktop-file-translations/update-desktop-files-apps-master/fr/units/?format=api"
        }
    ]
}