Translation components API.

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

GET /api/components/scout/command-not-found-master/translations/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 65,
    "next": "https://l10n.opensuse.org/api/components/scout/command-not-found-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": 264,
            "filename": "i18n/command-not-found/af.po",
            "revision": "9155e9de10648bc9a2b88fb990f67229a004f736",
            "web_url": "https://l10n.opensuse.org/projects/scout/command-not-found-master/af/",
            "share_url": "https://l10n.opensuse.org/engage/scout/af/",
            "translate_url": "https://l10n.opensuse.org/translate/scout/command-not-found-master/af/",
            "url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/af/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 17,
            "total_words": 146,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 4,
            "fuzzy_words": 12,
            "fuzzy_percent": 23.5,
            "failing_checks": 2,
            "failing_checks_words": 7,
            "failing_checks_percent": 11.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/af/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/af/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/af/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/af/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-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": 266,
            "filename": "i18n/command-not-found/ar.po",
            "revision": "54bb9e6dc01d9498fef83a2100b90c855211f3b7",
            "web_url": "https://l10n.opensuse.org/projects/scout/command-not-found-master/ar/",
            "share_url": "https://l10n.opensuse.org/engage/scout/ar/",
            "translate_url": "https://l10n.opensuse.org/translate/scout/command-not-found-master/ar/",
            "url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/ar/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 17,
            "total_words": 146,
            "translated": 17,
            "translated_words": 146,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2019-01-27T05:37:46.454093Z",
            "last_author": "George Yacoub",
            "repository_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/ar/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/ar/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/ar/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/ar/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-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": 268,
            "filename": "i18n/command-not-found/be.po",
            "revision": "9aa34c0fcd52ba9f16a68ec56f617a8d4bdc179a",
            "web_url": "https://l10n.opensuse.org/projects/scout/command-not-found-master/be/",
            "share_url": "https://l10n.opensuse.org/engage/scout/be/",
            "translate_url": "https://l10n.opensuse.org/translate/scout/command-not-found-master/be/",
            "url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/be/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 17,
            "total_words": 146,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 1,
            "fuzzy_words": 3,
            "fuzzy_percent": 5.8,
            "failing_checks": 1,
            "failing_checks_words": 3,
            "failing_checks_percent": 5.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/be/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/be/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/be/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/be/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-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": 270,
            "filename": "i18n/command-not-found/bg.po",
            "revision": "af9c0c5bbe33b39a7cbf0eed7a7cfd945b908b75",
            "web_url": "https://l10n.opensuse.org/projects/scout/command-not-found-master/bg/",
            "share_url": "https://l10n.opensuse.org/engage/scout/bg/",
            "translate_url": "https://l10n.opensuse.org/translate/scout/command-not-found-master/bg/",
            "url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 17,
            "total_words": 146,
            "translated": 12,
            "translated_words": 114,
            "translated_percent": 70.5,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 21,
            "failing_checks_percent": 5.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/bg/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/bg/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/bg/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/bg/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-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": 272,
            "filename": "i18n/command-not-found/bn.po",
            "revision": "6b0a1c7951c1bb15bc82d9971ae867aae5ca5e8f",
            "web_url": "https://l10n.opensuse.org/projects/scout/command-not-found-master/bn/",
            "share_url": "https://l10n.opensuse.org/engage/scout/bn/",
            "translate_url": "https://l10n.opensuse.org/translate/scout/command-not-found-master/bn/",
            "url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/bn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 17,
            "total_words": 146,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 4,
            "fuzzy_words": 12,
            "fuzzy_percent": 23.5,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/bn/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/bn/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/bn/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/bn/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-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": 274,
            "filename": "i18n/command-not-found/bs.po",
            "revision": "db15e96e2ac1561cf4e4bcc09cd4c54012b809f9",
            "web_url": "https://l10n.opensuse.org/projects/scout/command-not-found-master/bs/",
            "share_url": "https://l10n.opensuse.org/engage/scout/bs/",
            "translate_url": "https://l10n.opensuse.org/translate/scout/command-not-found-master/bs/",
            "url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/bs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 17,
            "total_words": 146,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 1,
            "fuzzy_words": 2,
            "fuzzy_percent": 5.8,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/bs/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/bs/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/bs/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/bs/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-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": 276,
            "filename": "i18n/command-not-found/ca.po",
            "revision": "c99c7f0e90f97f09ec55696e0456d27a5a4375b8",
            "web_url": "https://l10n.opensuse.org/projects/scout/command-not-found-master/ca/",
            "share_url": "https://l10n.opensuse.org/engage/scout/ca/",
            "translate_url": "https://l10n.opensuse.org/translate/scout/command-not-found-master/ca/",
            "url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/ca/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 17,
            "total_words": 146,
            "translated": 17,
            "translated_words": 146,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-02-12T15:34:17.379080Z",
            "last_author": "David Medina",
            "repository_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/ca/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/ca/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/ca/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/ca/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-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": 278,
            "filename": "i18n/command-not-found/cs.po",
            "revision": "74c1b93f80d1e340abc0b3841b7d64dc9cc30226",
            "web_url": "https://l10n.opensuse.org/projects/scout/command-not-found-master/cs/",
            "share_url": "https://l10n.opensuse.org/engage/scout/cs/",
            "translate_url": "https://l10n.opensuse.org/translate/scout/command-not-found-master/cs/",
            "url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 17,
            "total_words": 146,
            "translated": 17,
            "translated_words": 146,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2018-10-07T21:47:52.042440Z",
            "last_author": "Aleš Kastner",
            "repository_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/cs/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/cs/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/cs/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/cs/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-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": 280,
            "filename": "i18n/command-not-found/cy.po",
            "revision": "0f44bc0b36092e52d28a4f95ebc5a0a4b69c8dee",
            "web_url": "https://l10n.opensuse.org/projects/scout/command-not-found-master/cy/",
            "share_url": "https://l10n.opensuse.org/engage/scout/cy/",
            "translate_url": "https://l10n.opensuse.org/translate/scout/command-not-found-master/cy/",
            "url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/cy/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 17,
            "total_words": 146,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/cy/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/cy/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/cy/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/cy/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-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": 282,
            "filename": "i18n/command-not-found/da.po",
            "revision": "d4ba15fa1532e7761d0fb76a0523bb967288baa7",
            "web_url": "https://l10n.opensuse.org/projects/scout/command-not-found-master/da/",
            "share_url": "https://l10n.opensuse.org/engage/scout/da/",
            "translate_url": "https://l10n.opensuse.org/translate/scout/command-not-found-master/da/",
            "url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/da/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 17,
            "total_words": 146,
            "translated": 17,
            "translated_words": 146,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2018-12-24T12:12:38.293961Z",
            "last_author": "scootergrisen",
            "repository_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/da/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/da/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/da/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/da/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-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": 284,
            "filename": "i18n/command-not-found/de.po",
            "revision": "3cf00db2ae9c555e3de1f5dd5f6de6e4ab95642b",
            "web_url": "https://l10n.opensuse.org/projects/scout/command-not-found-master/de/",
            "share_url": "https://l10n.opensuse.org/engage/scout/de/",
            "translate_url": "https://l10n.opensuse.org/translate/scout/command-not-found-master/de/",
            "url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 17,
            "total_words": 146,
            "translated": 17,
            "translated_words": 146,
            "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-03-04T10:59:57.012095Z",
            "last_author": "Gemineo",
            "repository_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/de/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/de/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/de/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/de/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-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": 286,
            "filename": "i18n/command-not-found/el.po",
            "revision": "82bddcff6d8266051b28f0f8a11d3043b9246152",
            "web_url": "https://l10n.opensuse.org/projects/scout/command-not-found-master/el/",
            "share_url": "https://l10n.opensuse.org/engage/scout/el/",
            "translate_url": "https://l10n.opensuse.org/translate/scout/command-not-found-master/el/",
            "url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/el/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 17,
            "total_words": 146,
            "translated": 12,
            "translated_words": 114,
            "translated_percent": 70.5,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 4,
            "failing_checks_percent": 5.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/el/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/el/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/el/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/el/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-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": 288,
            "filename": "i18n/command-not-found/en_GB.po",
            "revision": "2726b19b436074a96c612e31270dff76e1f7fc48",
            "web_url": "https://l10n.opensuse.org/projects/scout/command-not-found-master/en_GB/",
            "share_url": "https://l10n.opensuse.org/engage/scout/en_GB/",
            "translate_url": "https://l10n.opensuse.org/translate/scout/command-not-found-master/en_GB/",
            "url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/en_GB/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 17,
            "total_words": 146,
            "translated": 12,
            "translated_words": 114,
            "translated_percent": 70.5,
            "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": "2015-10-17T14:30:36Z",
            "last_author": "Richard Brown",
            "repository_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/en_GB/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/en_GB/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/en_GB/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/en_GB/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/en_GB/units/?format=api"
        },
        {
            "language": {
                "code": "en_US",
                "name": "English (United States)",
                "plural": {
                    "id": 79,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "us",
                    "enu"
                ],
                "direction": "ltr",
                "web_url": "https://l10n.opensuse.org/languages/en_US/",
                "url": "https://l10n.opensuse.org/api/languages/en_US/?format=api",
                "statistics_url": "https://l10n.opensuse.org/api/languages/en_US/statistics/?format=api"
            },
            "language_code": "en_US",
            "id": 290,
            "filename": "i18n/command-not-found/en_US.po",
            "revision": "1e4c8fc6699a3bf7f33704051e1703ddaf854bc1",
            "web_url": "https://l10n.opensuse.org/projects/scout/command-not-found-master/en_US/",
            "share_url": "https://l10n.opensuse.org/engage/scout/en_US/",
            "translate_url": "https://l10n.opensuse.org/translate/scout/command-not-found-master/en_US/",
            "url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/en_US/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 17,
            "total_words": 146,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/en_US/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/en_US/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/en_US/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/en_US/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/en_US/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": 292,
            "filename": "i18n/command-not-found/eo.po",
            "revision": "800858943348d771e48e5a7719f334f6e6db4c40",
            "web_url": "https://l10n.opensuse.org/projects/scout/command-not-found-master/eo/",
            "share_url": "https://l10n.opensuse.org/engage/scout/eo/",
            "translate_url": "https://l10n.opensuse.org/translate/scout/command-not-found-master/eo/",
            "url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/eo/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 17,
            "total_words": 146,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/eo/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/eo/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/eo/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/eo/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-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": 294,
            "filename": "i18n/command-not-found/es.po",
            "revision": "103a0589740822ac84e239940043ac9978d22050",
            "web_url": "https://l10n.opensuse.org/projects/scout/command-not-found-master/es/",
            "share_url": "https://l10n.opensuse.org/engage/scout/es/",
            "translate_url": "https://l10n.opensuse.org/translate/scout/command-not-found-master/es/",
            "url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 17,
            "total_words": 146,
            "translated": 17,
            "translated_words": 146,
            "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-08-20T23:58:53.861432Z",
            "last_author": "Javier Llorente",
            "repository_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/es/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/es/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/es/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/es/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-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": 296,
            "filename": "i18n/command-not-found/et.po",
            "revision": "52274b3a4f12f0a158de392299dafc738b81a9bb",
            "web_url": "https://l10n.opensuse.org/projects/scout/command-not-found-master/et/",
            "share_url": "https://l10n.opensuse.org/engage/scout/et/",
            "translate_url": "https://l10n.opensuse.org/translate/scout/command-not-found-master/et/",
            "url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/et/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 17,
            "total_words": 146,
            "translated": 17,
            "translated_words": 146,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 3,
            "failing_checks_percent": 5.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2019-11-16T10:34:38.341447Z",
            "last_author": "Jaanus Ojangu",
            "repository_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/et/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/et/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/et/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/et/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-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": 298,
            "filename": "i18n/command-not-found/eu.po",
            "revision": "986677ad1a6a8e62f1aa57084d75e8ac8fd5b594",
            "web_url": "https://l10n.opensuse.org/projects/scout/command-not-found-master/eu/",
            "share_url": "https://l10n.opensuse.org/engage/scout/eu/",
            "translate_url": "https://l10n.opensuse.org/translate/scout/command-not-found-master/eu/",
            "url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/eu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 17,
            "total_words": 146,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/eu/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/eu/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/eu/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/eu/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-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": 300,
            "filename": "i18n/command-not-found/fa.po",
            "revision": "2a804b7b16e56cb9d6e8fed4178bea6bc9d1264e",
            "web_url": "https://l10n.opensuse.org/projects/scout/command-not-found-master/fa/",
            "share_url": "https://l10n.opensuse.org/engage/scout/fa/",
            "translate_url": "https://l10n.opensuse.org/translate/scout/command-not-found-master/fa/",
            "url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/fa/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 17,
            "total_words": 146,
            "translated": 17,
            "translated_words": 146,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-03-03T10:20:35.600440Z",
            "last_author": "Mohammad Rezaei Seresht",
            "repository_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/fa/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/fa/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/fa/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/fa/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-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": 302,
            "filename": "i18n/command-not-found/fi.po",
            "revision": "15ebd414decb89281fb6e342dba32e6801d22118",
            "web_url": "https://l10n.opensuse.org/projects/scout/command-not-found-master/fi/",
            "share_url": "https://l10n.opensuse.org/engage/scout/fi/",
            "translate_url": "https://l10n.opensuse.org/translate/scout/command-not-found-master/fi/",
            "url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 17,
            "total_words": 146,
            "translated": 17,
            "translated_words": 146,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2019-12-04T23:18:43.191290Z",
            "last_author": "Kimmo Kujansuu",
            "repository_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/fi/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/fi/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/fi/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/fi/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/scout/command-not-found-master/fi/units/?format=api"
        }
    ]
}