Translation components API.

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

GET /api/components/doc-sle-translations/common_intro_available_doc_i-master/translations/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 26,
    "next": "https://l10n.opensuse.org/api/components/doc-sle-translations/common_intro_available_doc_i-master/translations/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "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": 26942,
            "filename": "ar/po/common_intro_available_doc_i.ar.po",
            "revision": "ee920ca29fd75f86afcf5ef17f2053b7c2305b1b",
            "web_url": "https://l10n.opensuse.org/projects/doc-sle-translations/common_intro_available_doc_i-master/ar/",
            "share_url": "https://l10n.opensuse.org/engage/doc-sle-translations/ar/",
            "translate_url": "https://l10n.opensuse.org/translate/doc-sle-translations/common_intro_available_doc_i-master/ar/",
            "url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/ar/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 18,
            "total_words": 467,
            "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/doc-sle-translations/common_intro_available_doc_i-master/ar/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/ar/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/ar/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/ar/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/ar/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": 26943,
            "filename": "ca/po/common_intro_available_doc_i.ca.po",
            "revision": "3d33f20d8ba309f369cf615cf5fc3da7b8f25401",
            "web_url": "https://l10n.opensuse.org/projects/doc-sle-translations/common_intro_available_doc_i-master/ca/",
            "share_url": "https://l10n.opensuse.org/engage/doc-sle-translations/ca/",
            "translate_url": "https://l10n.opensuse.org/translate/doc-sle-translations/common_intro_available_doc_i-master/ca/",
            "url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/ca/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 18,
            "total_words": 467,
            "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/doc-sle-translations/common_intro_available_doc_i-master/ca/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/ca/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/ca/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/ca/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-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": 26944,
            "filename": "cs/po/common_intro_available_doc_i.cs.po",
            "revision": "b28a8c1bdff0143ede0997b5bbcabb5ac188ac01",
            "web_url": "https://l10n.opensuse.org/projects/doc-sle-translations/common_intro_available_doc_i-master/cs/",
            "share_url": "https://l10n.opensuse.org/engage/doc-sle-translations/cs/",
            "translate_url": "https://l10n.opensuse.org/translate/doc-sle-translations/common_intro_available_doc_i-master/cs/",
            "url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 18,
            "total_words": 467,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 5,
            "failing_checks_words": 127,
            "failing_checks_percent": 27.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-03-12T15:31:59.158758Z",
            "last_author": "Aleš Kastner",
            "repository_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/cs/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/cs/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/cs/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/cs/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/cs/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": 26945,
            "filename": "da/po/common_intro_available_doc_i.da.po",
            "revision": "b695d29b9b1402a7497a1022b29a7359811cdaa7",
            "web_url": "https://l10n.opensuse.org/projects/doc-sle-translations/common_intro_available_doc_i-master/da/",
            "share_url": "https://l10n.opensuse.org/engage/doc-sle-translations/da/",
            "translate_url": "https://l10n.opensuse.org/translate/doc-sle-translations/common_intro_available_doc_i-master/da/",
            "url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/da/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 18,
            "total_words": 467,
            "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/doc-sle-translations/common_intro_available_doc_i-master/da/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/da/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/da/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/da/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-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": 26946,
            "filename": "de/po/common_intro_available_doc_i.de.po",
            "revision": "7f661978f6f50a85e84b937537cd1cdf00c13294",
            "web_url": "https://l10n.opensuse.org/projects/doc-sle-translations/common_intro_available_doc_i-master/de/",
            "share_url": "https://l10n.opensuse.org/engage/doc-sle-translations/de/",
            "translate_url": "https://l10n.opensuse.org/translate/doc-sle-translations/common_intro_available_doc_i-master/de/",
            "url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 18,
            "total_words": 467,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 5.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-07-05T14:29:29.844976Z",
            "last_author": "Jens Maucher",
            "repository_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/de/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/de/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/de/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/de/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/de/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": 26947,
            "filename": "es/po/common_intro_available_doc_i.es.po",
            "revision": "1d36855bbc7b07286388271b5e732db017391221",
            "web_url": "https://l10n.opensuse.org/projects/doc-sle-translations/common_intro_available_doc_i-master/es/",
            "share_url": "https://l10n.opensuse.org/engage/doc-sle-translations/es/",
            "translate_url": "https://l10n.opensuse.org/translate/doc-sle-translations/common_intro_available_doc_i-master/es/",
            "url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 18,
            "total_words": 467,
            "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/doc-sle-translations/common_intro_available_doc_i-master/es/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/es/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/es/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/es/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/es/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": 26948,
            "filename": "fi/po/common_intro_available_doc_i.fi.po",
            "revision": "804b6c9cfcbce5a9aaba6dddc93f3b684d2b383c",
            "web_url": "https://l10n.opensuse.org/projects/doc-sle-translations/common_intro_available_doc_i-master/fi/",
            "share_url": "https://l10n.opensuse.org/engage/doc-sle-translations/fi/",
            "translate_url": "https://l10n.opensuse.org/translate/doc-sle-translations/common_intro_available_doc_i-master/fi/",
            "url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 18,
            "total_words": 467,
            "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/doc-sle-translations/common_intro_available_doc_i-master/fi/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/fi/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/fi/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/fi/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-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": 26949,
            "filename": "fr/po/common_intro_available_doc_i.fr.po",
            "revision": "abfecea0e617f07ae4869e83d01f9c73a40e1ca7",
            "web_url": "https://l10n.opensuse.org/projects/doc-sle-translations/common_intro_available_doc_i-master/fr/",
            "share_url": "https://l10n.opensuse.org/engage/doc-sle-translations/fr/",
            "translate_url": "https://l10n.opensuse.org/translate/doc-sle-translations/common_intro_available_doc_i-master/fr/",
            "url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 18,
            "total_words": 467,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 27,
            "failing_checks_percent": 11.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-04-11T18:16:12.675132Z",
            "last_author": "Lucie Charrier",
            "repository_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/fr/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/fr/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/fr/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/fr/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/fr/units/?format=api"
        },
        {
            "language": {
                "code": "hi",
                "name": "Hindi",
                "plural": {
                    "id": 112,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "hin"
                ],
                "direction": "ltr",
                "web_url": "https://l10n.opensuse.org/languages/hi/",
                "url": "https://l10n.opensuse.org/api/languages/hi/?format=api",
                "statistics_url": "https://l10n.opensuse.org/api/languages/hi/statistics/?format=api"
            },
            "language_code": "hi",
            "id": 26950,
            "filename": "hi/po/common_intro_available_doc_i.hi.po",
            "revision": "d7b593a394ed7982ff50cd79ced2bedb673217b6",
            "web_url": "https://l10n.opensuse.org/projects/doc-sle-translations/common_intro_available_doc_i-master/hi/",
            "share_url": "https://l10n.opensuse.org/engage/doc-sle-translations/hi/",
            "translate_url": "https://l10n.opensuse.org/translate/doc-sle-translations/common_intro_available_doc_i-master/hi/",
            "url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/hi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 18,
            "total_words": 467,
            "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/doc-sle-translations/common_intro_available_doc_i-master/hi/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/hi/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/hi/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/hi/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/hi/units/?format=api"
        },
        {
            "language": {
                "code": "hu",
                "name": "Hungarian",
                "plural": {
                    "id": 114,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "hun"
                ],
                "direction": "ltr",
                "web_url": "https://l10n.opensuse.org/languages/hu/",
                "url": "https://l10n.opensuse.org/api/languages/hu/?format=api",
                "statistics_url": "https://l10n.opensuse.org/api/languages/hu/statistics/?format=api"
            },
            "language_code": "hu",
            "id": 26951,
            "filename": "hu/po/common_intro_available_doc_i.hu.po",
            "revision": "90f22af0d85f1f3f32d49df44fbf29b721039e70",
            "web_url": "https://l10n.opensuse.org/projects/doc-sle-translations/common_intro_available_doc_i-master/hu/",
            "share_url": "https://l10n.opensuse.org/engage/doc-sle-translations/hu/",
            "translate_url": "https://l10n.opensuse.org/translate/doc-sle-translations/common_intro_available_doc_i-master/hu/",
            "url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 18,
            "total_words": 467,
            "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/doc-sle-translations/common_intro_available_doc_i-master/hu/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/hu/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/hu/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/hu/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/hu/units/?format=api"
        },
        {
            "language": {
                "code": "id",
                "name": "Indonesian",
                "plural": {
                    "id": 118,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "in",
                    "in_id",
                    "ind"
                ],
                "direction": "ltr",
                "web_url": "https://l10n.opensuse.org/languages/id/",
                "url": "https://l10n.opensuse.org/api/languages/id/?format=api",
                "statistics_url": "https://l10n.opensuse.org/api/languages/id/statistics/?format=api"
            },
            "language_code": "id",
            "id": 26952,
            "filename": "id/po/common_intro_available_doc_i.id.po",
            "revision": "0a377ddd9ed82ad8cc558c4a667fe19d9f7badd0",
            "web_url": "https://l10n.opensuse.org/projects/doc-sle-translations/common_intro_available_doc_i-master/id/",
            "share_url": "https://l10n.opensuse.org/engage/doc-sle-translations/id/",
            "translate_url": "https://l10n.opensuse.org/translate/doc-sle-translations/common_intro_available_doc_i-master/id/",
            "url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/id/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 18,
            "total_words": 467,
            "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/doc-sle-translations/common_intro_available_doc_i-master/id/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/id/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/id/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/id/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/id/units/?format=api"
        },
        {
            "language": {
                "code": "it",
                "name": "Italian",
                "plural": {
                    "id": 124,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ita"
                ],
                "direction": "ltr",
                "web_url": "https://l10n.opensuse.org/languages/it/",
                "url": "https://l10n.opensuse.org/api/languages/it/?format=api",
                "statistics_url": "https://l10n.opensuse.org/api/languages/it/statistics/?format=api"
            },
            "language_code": "it",
            "id": 26953,
            "filename": "it/po/common_intro_available_doc_i.it.po",
            "revision": "57c0c1b898a5c1c72376c9c9b721555748072a36",
            "web_url": "https://l10n.opensuse.org/projects/doc-sle-translations/common_intro_available_doc_i-master/it/",
            "share_url": "https://l10n.opensuse.org/engage/doc-sle-translations/it/",
            "translate_url": "https://l10n.opensuse.org/translate/doc-sle-translations/common_intro_available_doc_i-master/it/",
            "url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 18,
            "total_words": 467,
            "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/doc-sle-translations/common_intro_available_doc_i-master/it/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/it/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/it/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/it/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/it/units/?format=api"
        },
        {
            "language": {
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 126,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "ja_ja",
                    "jpn"
                ],
                "direction": "ltr",
                "web_url": "https://l10n.opensuse.org/languages/ja/",
                "url": "https://l10n.opensuse.org/api/languages/ja/?format=api",
                "statistics_url": "https://l10n.opensuse.org/api/languages/ja/statistics/?format=api"
            },
            "language_code": "ja",
            "id": 26954,
            "filename": "ja/po/common_intro_available_doc_i.ja.po",
            "revision": "89611562cfd683fcdf11a70fa22cce95287080f2",
            "web_url": "https://l10n.opensuse.org/projects/doc-sle-translations/common_intro_available_doc_i-master/ja/",
            "share_url": "https://l10n.opensuse.org/engage/doc-sle-translations/ja/",
            "translate_url": "https://l10n.opensuse.org/translate/doc-sle-translations/common_intro_available_doc_i-master/ja/",
            "url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 18,
            "total_words": 467,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 4,
            "failing_checks_words": 16,
            "failing_checks_percent": 22.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-10-27T00:56:47.587532Z",
            "last_author": "Yasuhiko Kamata",
            "repository_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/ja/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/ja/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/ja/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/ja/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/ja/units/?format=api"
        },
        {
            "language": {
                "code": "kab",
                "name": "Kabyle",
                "plural": {
                    "id": 128,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "web_url": "https://l10n.opensuse.org/languages/kab/",
                "url": "https://l10n.opensuse.org/api/languages/kab/?format=api",
                "statistics_url": "https://l10n.opensuse.org/api/languages/kab/statistics/?format=api"
            },
            "language_code": "kab",
            "id": 26955,
            "filename": "kab/po/common_intro_available_doc_i.kab.po",
            "revision": "0748ca433be2e318ab0157f7e893bdbd789d8f83",
            "web_url": "https://l10n.opensuse.org/projects/doc-sle-translations/common_intro_available_doc_i-master/kab/",
            "share_url": "https://l10n.opensuse.org/engage/doc-sle-translations/kab/",
            "translate_url": "https://l10n.opensuse.org/translate/doc-sle-translations/common_intro_available_doc_i-master/kab/",
            "url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/kab/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 18,
            "total_words": 467,
            "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/doc-sle-translations/common_intro_available_doc_i-master/kab/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/kab/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/kab/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/kab/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/kab/units/?format=api"
        },
        {
            "language": {
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 140,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "ko_ko",
                    "kor"
                ],
                "direction": "ltr",
                "web_url": "https://l10n.opensuse.org/languages/ko/",
                "url": "https://l10n.opensuse.org/api/languages/ko/?format=api",
                "statistics_url": "https://l10n.opensuse.org/api/languages/ko/statistics/?format=api"
            },
            "language_code": "ko",
            "id": 26956,
            "filename": "ko/po/common_intro_available_doc_i.ko.po",
            "revision": "60bd9c209d93093b5e617f455839e2df89e49361",
            "web_url": "https://l10n.opensuse.org/projects/doc-sle-translations/common_intro_available_doc_i-master/ko/",
            "share_url": "https://l10n.opensuse.org/engage/doc-sle-translations/ko/",
            "translate_url": "https://l10n.opensuse.org/translate/doc-sle-translations/common_intro_available_doc_i-master/ko/",
            "url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 18,
            "total_words": 467,
            "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/doc-sle-translations/common_intro_available_doc_i-master/ko/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/ko/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/ko/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/ko/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/ko/units/?format=api"
        },
        {
            "language": {
                "code": "lt",
                "name": "Lithuanian",
                "plural": {
                    "id": 151,
                    "source": 0,
                    "number": 3,
                    "formula": "(n % 10 == 1 && (n % 100 < 11 || n % 100 > 19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? 1 : 2)",
                    "type": 2
                },
                "aliases": [
                    "lit"
                ],
                "direction": "ltr",
                "web_url": "https://l10n.opensuse.org/languages/lt/",
                "url": "https://l10n.opensuse.org/api/languages/lt/?format=api",
                "statistics_url": "https://l10n.opensuse.org/api/languages/lt/statistics/?format=api"
            },
            "language_code": "lt",
            "id": 26957,
            "filename": "lt/po/common_intro_available_doc_i.lt.po",
            "revision": "4adf4bec7fe1b4a94adb085bd4b1a4be4f277309",
            "web_url": "https://l10n.opensuse.org/projects/doc-sle-translations/common_intro_available_doc_i-master/lt/",
            "share_url": "https://l10n.opensuse.org/engage/doc-sle-translations/lt/",
            "translate_url": "https://l10n.opensuse.org/translate/doc-sle-translations/common_intro_available_doc_i-master/lt/",
            "url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/lt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 18,
            "total_words": 467,
            "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/doc-sle-translations/common_intro_available_doc_i-master/lt/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/lt/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/lt/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/lt/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/lt/units/?format=api"
        },
        {
            "language": {
                "code": "nl",
                "name": "Dutch",
                "plural": {
                    "id": 69,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "dut",
                    "nld"
                ],
                "direction": "ltr",
                "web_url": "https://l10n.opensuse.org/languages/nl/",
                "url": "https://l10n.opensuse.org/api/languages/nl/?format=api",
                "statistics_url": "https://l10n.opensuse.org/api/languages/nl/statistics/?format=api"
            },
            "language_code": "nl",
            "id": 26958,
            "filename": "nl/po/common_intro_available_doc_i.nl.po",
            "revision": "62afdfb1868699b5728fe4e9e592945613037ce8",
            "web_url": "https://l10n.opensuse.org/projects/doc-sle-translations/common_intro_available_doc_i-master/nl/",
            "share_url": "https://l10n.opensuse.org/engage/doc-sle-translations/nl/",
            "translate_url": "https://l10n.opensuse.org/translate/doc-sle-translations/common_intro_available_doc_i-master/nl/",
            "url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 18,
            "total_words": 467,
            "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/doc-sle-translations/common_intro_available_doc_i-master/nl/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/nl/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/nl/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/nl/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/nl/units/?format=api"
        },
        {
            "language": {
                "code": "nn",
                "name": "Norwegian Nynorsk",
                "plural": {
                    "id": 187,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "nno"
                ],
                "direction": "ltr",
                "web_url": "https://l10n.opensuse.org/languages/nn/",
                "url": "https://l10n.opensuse.org/api/languages/nn/?format=api",
                "statistics_url": "https://l10n.opensuse.org/api/languages/nn/statistics/?format=api"
            },
            "language_code": "nn",
            "id": 26959,
            "filename": "nn/po/common_intro_available_doc_i.nn.po",
            "revision": "7defe66bc13a075103a80cfbbb42efddf66db50a",
            "web_url": "https://l10n.opensuse.org/projects/doc-sle-translations/common_intro_available_doc_i-master/nn/",
            "share_url": "https://l10n.opensuse.org/engage/doc-sle-translations/nn/",
            "translate_url": "https://l10n.opensuse.org/translate/doc-sle-translations/common_intro_available_doc_i-master/nn/",
            "url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/nn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 18,
            "total_words": 467,
            "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/doc-sle-translations/common_intro_available_doc_i-master/nn/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/nn/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/nn/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/nn/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/nn/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 204,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "web_url": "https://l10n.opensuse.org/languages/pl/",
                "url": "https://l10n.opensuse.org/api/languages/pl/?format=api",
                "statistics_url": "https://l10n.opensuse.org/api/languages/pl/statistics/?format=api"
            },
            "language_code": "pl",
            "id": 26960,
            "filename": "pl/po/common_intro_available_doc_i.pl.po",
            "revision": "20069b5a0b0e8d4ace2bc62d10c3810811798b38",
            "web_url": "https://l10n.opensuse.org/projects/doc-sle-translations/common_intro_available_doc_i-master/pl/",
            "share_url": "https://l10n.opensuse.org/engage/doc-sle-translations/pl/",
            "translate_url": "https://l10n.opensuse.org/translate/doc-sle-translations/common_intro_available_doc_i-master/pl/",
            "url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 18,
            "total_words": 467,
            "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/doc-sle-translations/common_intro_available_doc_i-master/pl/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/pl/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/pl/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/pl/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pt",
                "name": "Portuguese",
                "plural": {
                    "id": 205,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "ptg",
                    "por"
                ],
                "direction": "ltr",
                "web_url": "https://l10n.opensuse.org/languages/pt/",
                "url": "https://l10n.opensuse.org/api/languages/pt/?format=api",
                "statistics_url": "https://l10n.opensuse.org/api/languages/pt/statistics/?format=api"
            },
            "language_code": "pt",
            "id": 26961,
            "filename": "pt/po/common_intro_available_doc_i.pt.po",
            "revision": "3baff02a814633d1e1984065d9d9ddc528009e8c",
            "web_url": "https://l10n.opensuse.org/projects/doc-sle-translations/common_intro_available_doc_i-master/pt/",
            "share_url": "https://l10n.opensuse.org/engage/doc-sle-translations/pt/",
            "translate_url": "https://l10n.opensuse.org/translate/doc-sle-translations/common_intro_available_doc_i-master/pt/",
            "url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/pt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 18,
            "total_words": 467,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 5.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-12-04T20:10:02.242801Z",
            "last_author": "Luís Tiago Favas",
            "repository_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/pt/repository/?format=api",
            "file_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/pt/file/?format=api",
            "statistics_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/pt/statistics/?format=api",
            "changes_list_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/pt/changes/?format=api",
            "units_list_url": "https://l10n.opensuse.org/api/translations/doc-sle-translations/common_intro_available_doc_i-master/pt/units/?format=api"
        }
    ]
}