Translation components API.

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

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

{
    "count": 57,
    "next": "https://translations.documentfoundation.org/api/components/website/newdesign/translations/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translations.documentfoundation.org/languages/en/",
                "url": "https://translations.documentfoundation.org/api/languages/en/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/en/statistics/?format=api"
            },
            "language_code": "en",
            "id": 80386,
            "filename": "mysite/lang/en.yml",
            "revision": "81fadd426186de6f9fa3e83c138d89fd10d9c4f9,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/en/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/en/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/en/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 92,
            "total_words": 792,
            "translated": 92,
            "translated_words": 792,
            "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": 1,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/en/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/en/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/en/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/en/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/en/units/?format=api"
        },
        {
            "language": {
                "id": 12,
                "code": "ar",
                "name": "Arabic",
                "plural": {
                    "id": 12,
                    "source": 0,
                    "number": 6,
                    "formula": "n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5",
                    "type": 3
                },
                "aliases": [
                    "ar_ar",
                    "ara"
                ],
                "direction": "rtl",
                "population": 35166419568,
                "web_url": "https://translations.documentfoundation.org/languages/ar/",
                "url": "https://translations.documentfoundation.org/api/languages/ar/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ar/statistics/?format=api"
            },
            "language_code": "ar",
            "id": 80387,
            "filename": "mysite/lang/ar.yml",
            "revision": "1596bc0be9d720b43a6859fb74fb25c4ea5844d3,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/ar/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/ar/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/ar/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ar/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 67,
            "translated_words": 337,
            "translated_percent": 72.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 25,
            "have_comment": 0,
            "last_change": "2022-01-26T08:18:17.445498Z",
            "last_author": "jwtiyar ali nariman",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ar/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ar/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ar/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ar/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ar/units/?format=api"
        },
        {
            "language": {
                "id": 43,
                "code": "br",
                "name": "Breton",
                "plural": {
                    "id": 43,
                    "source": 0,
                    "number": 5,
                    "formula": "(n % 10 == 1 && n % 100 != 11 && n % 100 != 71 && n % 100 != 91) ? 0 : ((n % 10 == 2 && n % 100 != 12 && n % 100 != 72 && n % 100 != 92) ? 1 : ((((n % 10 == 3 || n % 10 == 4) || n % 10 == 9) && (n % 100 < 10 || n % 100 > 19) && (n % 100 < 70 || n % 100 > 79) && (n % 100 < 90 || n % 100 > 99)) ? 2 : ((n != 0 && n % 1000000 == 0) ? 3 : 4)))",
                    "type": 10
                },
                "aliases": [
                    "bre"
                ],
                "direction": "ltr",
                "population": 56314006,
                "web_url": "https://translations.documentfoundation.org/languages/br/",
                "url": "https://translations.documentfoundation.org/api/languages/br/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/br/statistics/?format=api"
            },
            "language_code": "br",
            "id": 80388,
            "filename": "mysite/lang/br.yml",
            "revision": "886be795c1f201c8cabdc54d74cf88a62899cd35,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/br/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/br/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/br/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/br/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 65,
            "translated_words": 466,
            "translated_percent": 70.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 7,
            "failing_checks_percent": 3.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/br/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/br/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/br/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/br/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/br/units/?format=api"
        },
        {
            "language": {
                "id": 49,
                "code": "ca",
                "name": "Catalan",
                "plural": {
                    "id": 49,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ca_ps",
                    "cat"
                ],
                "direction": "ltr",
                "population": 867913888,
                "web_url": "https://translations.documentfoundation.org/languages/ca/",
                "url": "https://translations.documentfoundation.org/api/languages/ca/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ca/statistics/?format=api"
            },
            "language_code": "ca",
            "id": 80389,
            "filename": "mysite/lang/ca.yml",
            "revision": "99a7f25daf72bb95c670c1c3516ca389e5cfc2d1,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/ca/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/ca/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/ca/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ca/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 92,
            "translated_words": 792,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 5,
            "failing_checks_percent": 1.0,
            "have_suggestion": 2,
            "have_comment": 1,
            "last_change": "2023-03-01T08:43:26.063655Z",
            "last_author": "Deleted User",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ca/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ca/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ca/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ca/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ca/units/?format=api"
        },
        {
            "language": {
                "id": 61,
                "code": "cs",
                "name": "Czech",
                "plural": {
                    "id": 61,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "cs_cs",
                    "cz",
                    "csy",
                    "ces",
                    "cze"
                ],
                "direction": "ltr",
                "population": 1304553200,
                "web_url": "https://translations.documentfoundation.org/languages/cs/",
                "url": "https://translations.documentfoundation.org/api/languages/cs/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/cs/statistics/?format=api"
            },
            "language_code": "cs",
            "id": 80390,
            "filename": "mysite/lang/cs.yml",
            "revision": "ae25d2ca33dcb05caa419f4ee7e67fa7b5bae418,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/cs/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/cs/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/cs/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 92,
            "translated_words": 792,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 2,
            "failing_checks_percent": 2.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-10-01T09:30:58.337875Z",
            "last_author": "Stanislav Horáček",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/cs/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/cs/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/cs/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/cs/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/cs/units/?format=api"
        },
        {
            "language": {
                "id": 65,
                "code": "cy",
                "name": "Welsh",
                "plural": {
                    "id": 65,
                    "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",
                "population": 88491050,
                "web_url": "https://translations.documentfoundation.org/languages/cy/",
                "url": "https://translations.documentfoundation.org/api/languages/cy/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/cy/statistics/?format=api"
            },
            "language_code": "cy",
            "id": 80391,
            "filename": "mysite/lang/cy.yml",
            "revision": "ac03040bf71ac81593cae23be92fe5490aa1c375,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/cy/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/cy/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/cy/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/cy/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 92,
            "translated_words": 792,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-09-26T10:40:11.922991Z",
            "last_author": "Rhoslyn Prys",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/cy/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/cy/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/cy/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/cy/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/cy/units/?format=api"
        },
        {
            "language": {
                "id": 66,
                "code": "da",
                "name": "Danish",
                "plural": {
                    "id": 66,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "da_da",
                    "dk",
                    "dan"
                ],
                "direction": "ltr",
                "population": 707205623,
                "web_url": "https://translations.documentfoundation.org/languages/da/",
                "url": "https://translations.documentfoundation.org/api/languages/da/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/da/statistics/?format=api"
            },
            "language_code": "da",
            "id": 80392,
            "filename": "mysite/lang/da.yml",
            "revision": "1470e9d48388cbd5b4526337ede1bc1bc1270dcb,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/da/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/da/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/da/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/da/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 91,
            "translated_words": 781,
            "translated_percent": 98.9,
            "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": "2024-04-29T19:49:12.936056Z",
            "last_author": "Lars Jødal",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/da/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/da/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/da/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/da/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/da/units/?format=api"
        },
        {
            "language": {
                "id": 67,
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 67,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 13635022614,
                "web_url": "https://translations.documentfoundation.org/languages/de/",
                "url": "https://translations.documentfoundation.org/api/languages/de/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/de/statistics/?format=api"
            },
            "language_code": "de",
            "id": 80393,
            "filename": "mysite/lang/de.yml",
            "revision": "791ceced5848729d4da96c113d8319d7bfb7ab5d,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/de/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/de/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/de/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 92,
            "translated_words": 792,
            "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-10-04T15:16:21.468677Z",
            "last_author": "Annabelle Wübbelsmann",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/de/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/de/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/de/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/de/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/de/units/?format=api"
        },
        {
            "language": {
                "id": 71,
                "code": "dsb",
                "name": "Lower Sorbian",
                "plural": {
                    "id": 71,
                    "source": 0,
                    "number": 4,
                    "formula": "(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : ((n % 100 == 3 || n % 100 == 4) ? 2 : 3))",
                    "type": 6
                },
                "aliases": [],
                "direction": "ltr",
                "population": 697389,
                "web_url": "https://translations.documentfoundation.org/languages/dsb/",
                "url": "https://translations.documentfoundation.org/api/languages/dsb/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/dsb/statistics/?format=api"
            },
            "language_code": "dsb",
            "id": 80394,
            "filename": "mysite/lang/dsb.yml",
            "revision": "09d59e166610e5a91dfeeb0998563918de8f2e8c,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/dsb/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/dsb/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/dsb/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/dsb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 92,
            "translated_words": 792,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-09-22T14:11:21.965215Z",
            "last_author": "Michael Wolf",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/dsb/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/dsb/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/dsb/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/dsb/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/dsb/units/?format=api"
        },
        {
            "language": {
                "id": 75,
                "code": "el",
                "name": "Greek",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "gr",
                    "ell",
                    "gre"
                ],
                "direction": "ltr",
                "population": 1229224006,
                "web_url": "https://translations.documentfoundation.org/languages/el/",
                "url": "https://translations.documentfoundation.org/api/languages/el/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/el/statistics/?format=api"
            },
            "language_code": "el",
            "id": 80395,
            "filename": "mysite/lang/el.yml",
            "revision": "0c91c8dd83dd1a900f25bb794ca143b604e4e055,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/el/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/el/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/el/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/el/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 92,
            "translated_words": 792,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 38,
            "failing_checks_percent": 1.0,
            "have_suggestion": 22,
            "have_comment": 0,
            "last_change": "2022-11-01T06:18:02.930960Z",
            "last_author": "Μιχάλης Ζήσης",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/el/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/el/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/el/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/el/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/el/units/?format=api"
        },
        {
            "language": {
                "id": 86,
                "code": "eo",
                "name": "Esperanto",
                "plural": {
                    "id": 86,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "epo"
                ],
                "direction": "ltr",
                "population": 30124,
                "web_url": "https://translations.documentfoundation.org/languages/eo/",
                "url": "https://translations.documentfoundation.org/api/languages/eo/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/eo/statistics/?format=api"
            },
            "language_code": "eo",
            "id": 80396,
            "filename": "mysite/lang/eo.yml",
            "revision": "8061454e20b26fa0fbd487db89ce5499240876b7,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/eo/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/eo/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/eo/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/eo/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 92,
            "translated_words": 792,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-11-24T22:35:03.678980Z",
            "last_author": "Donald Rogers",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/eo/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/eo/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/eo/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/eo/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/eo/units/?format=api"
        },
        {
            "language": {
                "id": 87,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 87,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 49352807851,
                "web_url": "https://translations.documentfoundation.org/languages/es/",
                "url": "https://translations.documentfoundation.org/api/languages/es/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/es/statistics/?format=api"
            },
            "language_code": "es",
            "id": 80397,
            "filename": "mysite/lang/es.yml",
            "revision": "1b3b5f920f88f40eb743b516cac609977f00071e,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/es/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/es/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/es/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 92,
            "translated_words": 792,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-09-23T01:17:19.560691Z",
            "last_author": "Adolfo Jayme Barrientos",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/es/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/es/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/es/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/es/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/es/units/?format=api"
        },
        {
            "language": {
                "id": 97,
                "code": "et",
                "name": "Estonian",
                "plural": {
                    "id": 97,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "et_et",
                    "est"
                ],
                "direction": "ltr",
                "population": 87844903,
                "web_url": "https://translations.documentfoundation.org/languages/et/",
                "url": "https://translations.documentfoundation.org/api/languages/et/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/et/statistics/?format=api"
            },
            "language_code": "et",
            "id": 80398,
            "filename": "mysite/lang/et.yml",
            "revision": "73ba6ad19ba97677281445d7b5047e7691d03f25,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/et/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/et/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/et/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/et/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 78,
            "translated_words": 603,
            "translated_percent": 84.7,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 76,
            "failing_checks_percent": 3.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/et/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/et/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/et/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/et/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/et/units/?format=api"
        },
        {
            "language": {
                "id": 99,
                "code": "fa",
                "name": "Persian",
                "plural": {
                    "id": 99,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fas",
                    "per"
                ],
                "direction": "rtl",
                "population": 8471045808,
                "web_url": "https://translations.documentfoundation.org/languages/fa/",
                "url": "https://translations.documentfoundation.org/api/languages/fa/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/fa/statistics/?format=api"
            },
            "language_code": "fa",
            "id": 80399,
            "filename": "mysite/lang/fa.yml",
            "revision": "43fc1a8ff9d3cca9e1e7b2d3747e204cc3bc98c6,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/fa/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/fa/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/fa/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/fa/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 92,
            "translated_words": 792,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 5,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-05-20T18:55:52.177668Z",
            "last_author": "goodosuser",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/fa/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/fa/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/fa/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/fa/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/fa/units/?format=api"
        },
        {
            "language": {
                "id": 102,
                "code": "fi",
                "name": "Finnish",
                "plural": {
                    "id": 102,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "fin"
                ],
                "direction": "ltr",
                "population": 573684164,
                "web_url": "https://translations.documentfoundation.org/languages/fi/",
                "url": "https://translations.documentfoundation.org/api/languages/fi/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/fi/statistics/?format=api"
            },
            "language_code": "fi",
            "id": 80400,
            "filename": "mysite/lang/fi.yml",
            "revision": "c4c6327ba3f55909b493403daadc57e1d7888e5b,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/fi/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/fi/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/fi/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 38,
            "translated_words": 153,
            "translated_percent": 41.3,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 5,
            "have_comment": 1,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/fi/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/fi/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/fi/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/fi/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/fi/units/?format=api"
        },
        {
            "language": {
                "id": 106,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 27861150681,
                "web_url": "https://translations.documentfoundation.org/languages/fr/",
                "url": "https://translations.documentfoundation.org/api/languages/fr/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/fr/statistics/?format=api"
            },
            "language_code": "fr",
            "id": 80401,
            "filename": "mysite/lang/fr.yml",
            "revision": "9ccae68d68800728a5844a33c1055a8aaa110a49,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/fr/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/fr/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/fr/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 92,
            "translated_words": 792,
            "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": 2,
            "have_comment": 0,
            "last_change": "2024-05-01T09:57:50.307795Z",
            "last_author": "sophie",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/fr/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/fr/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/fr/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/fr/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/fr/units/?format=api"
        },
        {
            "language": {
                "id": 114,
                "code": "gd",
                "name": "Gaelic",
                "plural": {
                    "id": 114,
                    "source": 0,
                    "number": 4,
                    "formula": "(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3",
                    "type": 6
                },
                "aliases": [
                    "gae",
                    "gla"
                ],
                "direction": "ltr",
                "population": 7233721,
                "web_url": "https://translations.documentfoundation.org/languages/gd/",
                "url": "https://translations.documentfoundation.org/api/languages/gd/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/gd/statistics/?format=api"
            },
            "language_code": "gd",
            "id": 80402,
            "filename": "mysite/lang/gd.yml",
            "revision": "72a76094793db592688d1f4fb7e4b63bd5bbdda9,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/gd/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/gd/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/gd/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/gd/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 40,
            "translated_words": 140,
            "translated_percent": 43.4,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 2,
            "failing_checks_percent": 2.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/gd/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/gd/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/gd/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/gd/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/gd/units/?format=api"
        },
        {
            "language": {
                "id": 116,
                "code": "gl",
                "name": "Galician",
                "plural": {
                    "id": 116,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "glg"
                ],
                "direction": "ltr",
                "population": 351552978,
                "web_url": "https://translations.documentfoundation.org/languages/gl/",
                "url": "https://translations.documentfoundation.org/api/languages/gl/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/gl/statistics/?format=api"
            },
            "language_code": "gl",
            "id": 80403,
            "filename": "mysite/lang/gl.yml",
            "revision": "a8099aad0f68920c8dabb082e9356864b8ec3faa,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/gl/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/gl/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/gl/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/gl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 92,
            "translated_words": 792,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 5,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-17T21:45:24.139960Z",
            "last_author": "Parodper",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/gl/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/gl/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/gl/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/gl/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/gl/units/?format=api"
        },
        {
            "language": {
                "id": 125,
                "code": "he",
                "name": "Hebrew",
                "plural": {
                    "id": 125,
                    "source": 0,
                    "number": 4,
                    "formula": "(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && n % 10 == 0) ? 2 : 3))",
                    "type": 6
                },
                "aliases": [
                    "he_he",
                    "iw",
                    "iw_il",
                    "iw_he",
                    "heb"
                ],
                "direction": "rtl",
                "population": 867548000,
                "web_url": "https://translations.documentfoundation.org/languages/he/",
                "url": "https://translations.documentfoundation.org/api/languages/he/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/he/statistics/?format=api"
            },
            "language_code": "he",
            "id": 80404,
            "filename": "mysite/lang/he.yml",
            "revision": "64f7a3bb10370c451de2cd7470d5ea0504ac0b5b,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/he/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/he/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/he/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/he/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 92,
            "translated_words": 792,
            "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-06T06:29:19.180516Z",
            "last_author": "Yaron Shahrabani",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/he/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/he/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/he/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/he/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/he/units/?format=api"
        },
        {
            "language": {
                "id": 130,
                "code": "hr",
                "name": "Croatian",
                "plural": {
                    "id": 130,
                    "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": 22
                },
                "aliases": [
                    "scr",
                    "hrv"
                ],
                "direction": "ltr",
                "population": 681316363,
                "web_url": "https://translations.documentfoundation.org/languages/hr/",
                "url": "https://translations.documentfoundation.org/api/languages/hr/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/hr/statistics/?format=api"
            },
            "language_code": "hr",
            "id": 80405,
            "filename": "mysite/lang/hr.yml",
            "revision": "18ca52fa547952798d2ed0e777c992a781c5087c,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/hr/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/hr/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/hr/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/hr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 92,
            "translated_words": 792,
            "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-05-26T12:36:10.473379Z",
            "last_author": "Milo Ivir",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/hr/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/hr/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/hr/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/hr/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/hr/units/?format=api"
        },
        {
            "language": {
                "id": 132,
                "code": "hsb",
                "name": "Upper Sorbian",
                "plural": {
                    "id": 132,
                    "source": 0,
                    "number": 4,
                    "formula": "(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : ((n % 100 == 3 || n % 100 == 4) ? 2 : 3))",
                    "type": 6
                },
                "aliases": [],
                "direction": "ltr",
                "population": 1282555,
                "web_url": "https://translations.documentfoundation.org/languages/hsb/",
                "url": "https://translations.documentfoundation.org/api/languages/hsb/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/hsb/statistics/?format=api"
            },
            "language_code": "hsb",
            "id": 80406,
            "filename": "mysite/lang/hsb.yml",
            "revision": "77b97aa3d8520b03c34a24a2253e419fb83d07a1,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/hsb/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/hsb/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/hsb/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/hsb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 92,
            "translated_words": 792,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-09-22T14:10:32.863133Z",
            "last_author": "Michael Wolf",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/hsb/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/hsb/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/hsb/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/hsb/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/hsb/units/?format=api"
        },
        {
            "language": {
                "id": 134,
                "code": "hu",
                "name": "Hungarian",
                "plural": {
                    "id": 134,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "hun"
                ],
                "direction": "ltr",
                "population": 1244342978,
                "web_url": "https://translations.documentfoundation.org/languages/hu/",
                "url": "https://translations.documentfoundation.org/api/languages/hu/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/hu/statistics/?format=api"
            },
            "language_code": "hu",
            "id": 80407,
            "filename": "mysite/lang/hu.yml",
            "revision": "c8d2055d7cf63787a280f981be067aeaec95a3af,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/hu/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/hu/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/hu/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 92,
            "translated_words": 792,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-12-30T14:38:30.957199Z",
            "last_author": "Gábor Kelemen",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/hu/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/hu/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/hu/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/hu/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/hu/units/?format=api"
        },
        {
            "language": {
                "id": 138,
                "code": "id",
                "name": "Indonesian",
                "plural": {
                    "id": 138,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "in",
                    "in_id",
                    "ind"
                ],
                "direction": "ltr",
                "population": 17120768720,
                "web_url": "https://translations.documentfoundation.org/languages/id/",
                "url": "https://translations.documentfoundation.org/api/languages/id/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/id/statistics/?format=api"
            },
            "language_code": "id",
            "id": 80408,
            "filename": "mysite/lang/id.yml",
            "revision": "2d0fb9b354f4f03cf001573fc9bd48e2dfb9fe09,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/id/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/id/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/id/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/id/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 92,
            "translated_words": 792,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 5,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-01-23T10:04:16.457211Z",
            "last_author": "Andika Triwidada",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/id/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/id/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/id/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/id/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/id/units/?format=api"
        },
        {
            "language": {
                "id": 144,
                "code": "is",
                "name": "Icelandic",
                "plural": {
                    "id": 144,
                    "source": 0,
                    "number": 2,
                    "formula": "n % 10 != 1 || n % 100 == 11",
                    "type": 1
                },
                "aliases": [
                    "ice",
                    "isl"
                ],
                "direction": "ltr",
                "population": 35073400,
                "web_url": "https://translations.documentfoundation.org/languages/is/",
                "url": "https://translations.documentfoundation.org/api/languages/is/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/is/statistics/?format=api"
            },
            "language_code": "is",
            "id": 80409,
            "filename": "mysite/lang/is.yml",
            "revision": "085731275ac45714bdcb901b35cd285aac945eb0,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/is/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/is/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/is/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/is/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 92,
            "translated_words": 792,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-11-14T08:18:18.575430Z",
            "last_author": "Sveinn í Felli",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/is/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/is/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/is/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/is/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/is/units/?format=api"
        },
        {
            "language": {
                "id": 145,
                "code": "it",
                "name": "Italian",
                "plural": {
                    "id": 145,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ita"
                ],
                "direction": "ltr",
                "population": 7024705997,
                "web_url": "https://translations.documentfoundation.org/languages/it/",
                "url": "https://translations.documentfoundation.org/api/languages/it/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/it/statistics/?format=api"
            },
            "language_code": "it",
            "id": 80410,
            "filename": "mysite/lang/it.yml",
            "revision": "8ef5e1b1d6d5d8d0f179e52061c3029477bde059,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/it/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/it/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/it/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 92,
            "translated_words": 792,
            "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": 1,
            "have_comment": 0,
            "last_change": "2024-04-28T19:46:21.427202Z",
            "last_author": "Valter Mura",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/it/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/it/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/it/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/it/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/it/units/?format=api"
        },
        {
            "language": {
                "id": 147,
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "ja_ja",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 11972902534,
                "web_url": "https://translations.documentfoundation.org/languages/ja/",
                "url": "https://translations.documentfoundation.org/api/languages/ja/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ja/statistics/?format=api"
            },
            "language_code": "ja",
            "id": 80411,
            "filename": "mysite/lang/ja.yml",
            "revision": "74574a6e08981955e0b91fade287b9b9cce30a07,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/ja/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/ja/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/ja/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 92,
            "translated_words": 792,
            "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": "2024-04-25T15:19:37.235661Z",
            "last_author": "AAAA",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ja/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ja/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ja/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ja/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ja/units/?format=api"
        },
        {
            "language": {
                "id": 154,
                "code": "ka",
                "name": "Georgian",
                "plural": {
                    "id": 154,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "geo",
                    "kat"
                ],
                "direction": "ltr",
                "population": 354364534,
                "web_url": "https://translations.documentfoundation.org/languages/ka/",
                "url": "https://translations.documentfoundation.org/api/languages/ka/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ka/statistics/?format=api"
            },
            "language_code": "ka",
            "id": 80412,
            "filename": "mysite/lang/ka.yml",
            "revision": "cd9393f39a16d3c98f3dc6c5f5c8dba156424ba2,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/ka/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/ka/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/ka/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ka/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 43,
            "translated_words": 142,
            "translated_percent": 46.7,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 7,
            "failing_checks_words": 30,
            "failing_checks_percent": 7.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ka/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ka/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ka/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ka/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ka/units/?format=api"
        },
        {
            "language": {
                "id": 169,
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 169,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "ko_ko",
                    "kor"
                ],
                "direction": "ltr",
                "population": 7835704721,
                "web_url": "https://translations.documentfoundation.org/languages/ko/",
                "url": "https://translations.documentfoundation.org/api/languages/ko/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ko/statistics/?format=api"
            },
            "language_code": "ko",
            "id": 80413,
            "filename": "mysite/lang/ko.yml",
            "revision": "b0e45aa0a55e33d5d64e243f6e5a31e897b3fb14,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/ko/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/ko/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/ko/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 92,
            "translated_words": 792,
            "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": 7,
            "have_comment": 0,
            "last_change": "2024-04-30T07:36:25.606043Z",
            "last_author": "DaeHyun Sung(성대현, 成大鉉)",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ko/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ko/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ko/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ko/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ko/units/?format=api"
        },
        {
            "language": {
                "id": 187,
                "code": "lt",
                "name": "Lithuanian",
                "plural": {
                    "id": 187,
                    "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": 22
                },
                "aliases": [
                    "lit"
                ],
                "direction": "ltr",
                "population": 248861708,
                "web_url": "https://translations.documentfoundation.org/languages/lt/",
                "url": "https://translations.documentfoundation.org/api/languages/lt/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/lt/statistics/?format=api"
            },
            "language_code": "lt",
            "id": 80414,
            "filename": "mysite/lang/lt.yml",
            "revision": "6678cb70531f97ce5dcd1b64c56b1f47a5a25716,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/lt/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/lt/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/lt/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/lt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 83,
            "translated_words": 693,
            "translated_percent": 90.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 38,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-08-21T12:42:51.332462Z",
            "last_author": "Modestas Rimkus",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/lt/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/lt/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/lt/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/lt/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/lt/units/?format=api"
        },
        {
            "language": {
                "id": 189,
                "code": "lv",
                "name": "Latvian",
                "plural": {
                    "id": 189,
                    "source": 0,
                    "number": 3,
                    "formula": "(n % 10 == 0 || n % 100 >= 11 && n % 100 <= 19) ? 0 : ((n % 10 == 1 && n % 100 != 11) ? 1 : 2)",
                    "type": 11
                },
                "aliases": [
                    "lav"
                ],
                "direction": "ltr",
                "population": 114755030,
                "web_url": "https://translations.documentfoundation.org/languages/lv/",
                "url": "https://translations.documentfoundation.org/api/languages/lv/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/lv/statistics/?format=api"
            },
            "language_code": "lv",
            "id": 80415,
            "filename": "mysite/lang/lv.yml",
            "revision": "35e3e2e9a00d85e6e9f84be80a545d5d00291fca,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/lv/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/lv/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/lv/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/lv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 29,
            "translated_words": 141,
            "translated_percent": 31.5,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 5,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/lv/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/lv/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/lv/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/lv/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/lv/units/?format=api"
        },
        {
            "language": {
                "id": 214,
                "code": "nb_NO",
                "name": "Norwegian Bokmål",
                "plural": {
                    "id": 214,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "norwegian",
                    "no_nb",
                    "nb_nb",
                    "no_no",
                    "no",
                    "nb",
                    "nob",
                    "nor"
                ],
                "direction": "ltr",
                "population": 546744000,
                "web_url": "https://translations.documentfoundation.org/languages/nb_NO/",
                "url": "https://translations.documentfoundation.org/api/languages/nb_NO/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/nb_NO/statistics/?format=api"
            },
            "language_code": "nb",
            "id": 80416,
            "filename": "mysite/lang/nb.yml",
            "revision": "8433364540d10c5e78d528ff721be9494d49fa48,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/nb_NO/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/nb_NO/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/nb_NO/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/nb_NO/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 92,
            "translated_words": 792,
            "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": "2024-01-09T19:00:10.726633Z",
            "last_author": "Karl Morten Ramberg",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/nb_NO/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/nb_NO/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/nb_NO/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/nb_NO/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/nb_NO/units/?format=api"
        },
        {
            "language": {
                "id": 219,
                "code": "nl",
                "name": "Dutch",
                "plural": {
                    "id": 219,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "dut",
                    "nld"
                ],
                "direction": "ltr",
                "population": 3176564516,
                "web_url": "https://translations.documentfoundation.org/languages/nl/",
                "url": "https://translations.documentfoundation.org/api/languages/nl/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/nl/statistics/?format=api"
            },
            "language_code": "nl",
            "id": 80417,
            "filename": "mysite/lang/nl.yml",
            "revision": "460e313e91cd033a1406a29c056870e0d1499585,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/nl/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/nl/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/nl/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 92,
            "translated_words": 792,
            "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": "2024-01-18T22:04:15.781408Z",
            "last_author": "vpanter",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/nl/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/nl/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/nl/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/nl/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/nl/units/?format=api"
        },
        {
            "language": {
                "id": 229,
                "code": "oc",
                "name": "Occitan",
                "plural": {
                    "id": 229,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "oci"
                ],
                "direction": "ltr",
                "population": 204039756,
                "web_url": "https://translations.documentfoundation.org/languages/oc/",
                "url": "https://translations.documentfoundation.org/api/languages/oc/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/oc/statistics/?format=api"
            },
            "language_code": "oc",
            "id": 80418,
            "filename": "mysite/lang/oc.yml",
            "revision": "94001de22b439e20a7d73bf8b7e6b6e6394c0b73,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/oc/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/oc/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/oc/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/oc/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 80,
            "translated_words": 535,
            "translated_percent": 86.9,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 35,
            "failing_checks_percent": 3.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-02-05T19:56:57.482502Z",
            "last_author": "Quentin PAGÈS",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/oc/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/oc/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/oc/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/oc/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/oc/units/?format=api"
        },
        {
            "language": {
                "id": 237,
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 237,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 4107739899,
                "web_url": "https://translations.documentfoundation.org/languages/pl/",
                "url": "https://translations.documentfoundation.org/api/languages/pl/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/pl/statistics/?format=api"
            },
            "language_code": "pl",
            "id": 80419,
            "filename": "mysite/lang/pl.yml",
            "revision": "16acf1876c0684fca20c41b0425b2c55010fe0a2,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/pl/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/pl/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/pl/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 92,
            "translated_words": 792,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-09-22T13:49:22.858971Z",
            "last_author": "Adam Rak",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/pl/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/pl/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/pl/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/pl/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/pl/units/?format=api"
        },
        {
            "language": {
                "id": 242,
                "code": "pt",
                "name": "Portuguese",
                "plural": {
                    "id": 242,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "ptg",
                    "por"
                ],
                "direction": "ltr",
                "population": 23749688333,
                "web_url": "https://translations.documentfoundation.org/languages/pt/",
                "url": "https://translations.documentfoundation.org/api/languages/pt/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/pt/statistics/?format=api"
            },
            "language_code": "pt",
            "id": 80420,
            "filename": "mysite/lang/pt.yml",
            "revision": "570db8d39bf44f9c0783045d94065c302ea50259,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/pt/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/pt/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/pt/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/pt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 92,
            "translated_words": 792,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 5,
            "failing_checks_percent": 1.0,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2023-08-24T09:14:05.077224Z",
            "last_author": "Hugo Carvalho",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/pt/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/pt/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/pt/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/pt/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/pt/units/?format=api"
        },
        {
            "language": {
                "id": 244,
                "code": "pt_BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 244,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "braz_por",
                    "portuguese_br",
                    "ptb"
                ],
                "direction": "ltr",
                "population": 19266156000,
                "web_url": "https://translations.documentfoundation.org/languages/pt_BR/",
                "url": "https://translations.documentfoundation.org/api/languages/pt_BR/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/pt_BR/statistics/?format=api"
            },
            "language_code": "pt_BR",
            "id": 80421,
            "filename": "mysite/lang/pt_BR.yml",
            "revision": "ec826fcdfadc75fd01335222ab723186aaf6263d,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/pt_BR/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/pt_BR/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/pt_BR/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 92,
            "translated_words": 792,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 5,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-09-22T16:53:00.988561Z",
            "last_author": "Olivier Hallot",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/pt_BR/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/pt_BR/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/pt_BR/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/pt_BR/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/pt_BR/units/?format=api"
        },
        {
            "language": {
                "id": 249,
                "code": "ro",
                "name": "Romanian",
                "plural": {
                    "id": 249,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ron",
                    "rum"
                ],
                "direction": "ltr",
                "population": 2218740759,
                "web_url": "https://translations.documentfoundation.org/languages/ro/",
                "url": "https://translations.documentfoundation.org/api/languages/ro/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ro/statistics/?format=api"
            },
            "language_code": "ro",
            "id": 80422,
            "filename": "mysite/lang/ro.yml",
            "revision": "947d4beed60397110928c70df90d22d5b4c309fd,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/ro/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/ro/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/ro/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ro/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 65,
            "translated_words": 466,
            "translated_percent": 70.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 34,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ro/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ro/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ro/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ro/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ro/units/?format=api"
        },
        {
            "language": {
                "id": 252,
                "code": "ru",
                "name": "Russian",
                "plural": {
                    "id": 252,
                    "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": 22
                },
                "aliases": [
                    "ru_r",
                    "ru_rr",
                    "rus"
                ],
                "direction": "ltr",
                "population": 19584115118,
                "web_url": "https://translations.documentfoundation.org/languages/ru/",
                "url": "https://translations.documentfoundation.org/api/languages/ru/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ru/statistics/?format=api"
            },
            "language_code": "ru",
            "id": 80423,
            "filename": "mysite/lang/ru.yml",
            "revision": "34cc9641ba7541cf4504f3ca4674b36859a6a156,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/ru/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/ru/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/ru/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 80,
            "translated_words": 664,
            "translated_percent": 86.9,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 15,
            "failing_checks_percent": 1.0,
            "have_suggestion": 16,
            "have_comment": 0,
            "last_change": "2023-02-12T13:22:18.930793Z",
            "last_author": "Timon",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ru/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ru/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ru/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ru/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ru/units/?format=api"
        },
        {
            "language": {
                "id": 271,
                "code": "sk",
                "name": "Slovak",
                "plural": {
                    "id": 271,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "svk",
                    "sky",
                    "slk",
                    "slo"
                ],
                "direction": "ltr",
                "population": 668026964,
                "web_url": "https://translations.documentfoundation.org/languages/sk/",
                "url": "https://translations.documentfoundation.org/api/languages/sk/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/sk/statistics/?format=api"
            },
            "language_code": "sk",
            "id": 80424,
            "filename": "mysite/lang/sk.yml",
            "revision": "2ce6b034ce618982d213cbfc70f699f37b802958,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/sk/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/sk/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/sk/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/sk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 92,
            "translated_words": 792,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 5,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-11-24T16:36:03.199256Z",
            "last_author": "Miloš Šrámek",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/sk/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/sk/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/sk/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/sk/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/sk/units/?format=api"
        },
        {
            "language": {
                "id": 272,
                "code": "sl",
                "name": "Slovenian",
                "plural": {
                    "id": 272,
                    "source": 0,
                    "number": 4,
                    "formula": "n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3",
                    "type": 6
                },
                "aliases": [
                    "sl_sl",
                    "slv"
                ],
                "direction": "ltr",
                "population": 197317978,
                "web_url": "https://translations.documentfoundation.org/languages/sl/",
                "url": "https://translations.documentfoundation.org/api/languages/sl/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/sl/statistics/?format=api"
            },
            "language_code": "sl",
            "id": 80425,
            "filename": "mysite/lang/sl.yml",
            "revision": "435c9f67166f26b452a7e9b8c63b63aff7a06e09,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/sl/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/sl/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/sl/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/sl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 92,
            "translated_words": 792,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 5,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-11-19T07:18:54.822389Z",
            "last_author": "Martin Srebotnjak",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/sl/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/sl/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/sl/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/sl/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/sl/units/?format=api"
        },
        {
            "language": {
                "id": 290,
                "code": "sv",
                "name": "Swedish",
                "plural": {
                    "id": 290,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "sve",
                    "swe"
                ],
                "direction": "ltr",
                "population": 1293287110,
                "web_url": "https://translations.documentfoundation.org/languages/sv/",
                "url": "https://translations.documentfoundation.org/api/languages/sv/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/sv/statistics/?format=api"
            },
            "language_code": "sv",
            "id": 80426,
            "filename": "mysite/lang/sv.yml",
            "revision": "98478b826fc42fd63dd4ff2bf294c4bc9f259500,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/sv/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/sv/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/sv/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/sv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 92,
            "translated_words": 792,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-09-27T22:35:01.745738Z",
            "last_author": "Andreas Pettersson",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/sv/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/sv/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/sv/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/sv/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/sv/units/?format=api"
        },
        {
            "language": {
                "id": 295,
                "code": "ta",
                "name": "Tamil",
                "plural": {
                    "id": 295,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "tam"
                ],
                "direction": "ltr",
                "population": 8561615920,
                "web_url": "https://translations.documentfoundation.org/languages/ta/",
                "url": "https://translations.documentfoundation.org/api/languages/ta/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ta/statistics/?format=api"
            },
            "language_code": "ta",
            "id": 80427,
            "filename": "mysite/lang/ta.yml",
            "revision": "5ce0909bef415724aa75422851c09b939d2edd08,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/ta/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/ta/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/ta/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ta/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 67,
            "translated_words": 484,
            "translated_percent": 72.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 5,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-06-28T04:39:28.059934Z",
            "last_author": "அருண் குமார் (Arun Kumar)",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ta/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ta/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ta/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ta/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ta/units/?format=api"
        },
        {
            "language": {
                "id": 309,
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 309,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 8036070514,
                "web_url": "https://translations.documentfoundation.org/languages/tr/",
                "url": "https://translations.documentfoundation.org/api/languages/tr/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/tr/statistics/?format=api"
            },
            "language_code": "tr",
            "id": 80428,
            "filename": "mysite/lang/tr.yml",
            "revision": "5129ecb34c7c634f69e49315a267bbe9589c07ab,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/tr/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/tr/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/tr/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 92,
            "translated_words": 792,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 5,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-03-12T21:52:43.784061Z",
            "last_author": "Ayhan YALÇINSOY",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/tr/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/tr/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/tr/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/tr/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/tr/units/?format=api"
        },
        {
            "language": {
                "id": 317,
                "code": "uk",
                "name": "Ukrainian",
                "plural": {
                    "id": 317,
                    "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": 22
                },
                "aliases": [
                    "ua",
                    "ua_ua",
                    "uk_uk",
                    "ukr"
                ],
                "direction": "ltr",
                "population": 2934897557,
                "web_url": "https://translations.documentfoundation.org/languages/uk/",
                "url": "https://translations.documentfoundation.org/api/languages/uk/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/uk/statistics/?format=api"
            },
            "language_code": "uk",
            "id": 80429,
            "filename": "mysite/lang/uk.yml",
            "revision": "34d0f78a270a2f9b76049cad6eba15fb5dbbfc7b,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/uk/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/uk/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/uk/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 92,
            "translated_words": 792,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-09-26T19:27:47.092891Z",
            "last_author": "Євген Кондратюк",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/uk/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/uk/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/uk/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/uk/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/uk/units/?format=api"
        },
        {
            "language": {
                "id": 323,
                "code": "vec",
                "name": "Venetian",
                "plural": {
                    "id": 323,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 138082962,
                "web_url": "https://translations.documentfoundation.org/languages/vec/",
                "url": "https://translations.documentfoundation.org/api/languages/vec/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/vec/statistics/?format=api"
            },
            "language_code": "vec",
            "id": 80430,
            "filename": "mysite/lang/vec.yml",
            "revision": "157ac68c1fad16ff529d56052abd5a9ea589ef32,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/vec/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/vec/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/vec/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/vec/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 92,
            "translated_words": 792,
            "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-22T10:34:44.751721Z",
            "last_author": "VeC",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/vec/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/vec/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/vec/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/vec/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/vec/units/?format=api"
        },
        {
            "language": {
                "id": 339,
                "code": "zh_Hans",
                "name": "Chinese (Simplified)",
                "plural": {
                    "id": 339,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "chinese",
                    "chinese_chs",
                    "schinese",
                    "chinese_zh",
                    "cn",
                    "zh",
                    "zhcn",
                    "zh_cn",
                    "zh_chs",
                    "cmn",
                    "zh_hans_cn",
                    "zh_cmn_hans",
                    "chs",
                    "chi"
                ],
                "direction": "ltr",
                "population": 126606635982,
                "web_url": "https://translations.documentfoundation.org/languages/zh_Hans/",
                "url": "https://translations.documentfoundation.org/api/languages/zh_Hans/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/zh_Hans/statistics/?format=api"
            },
            "language_code": "zh_CN",
            "id": 80431,
            "filename": "mysite/lang/zh_CN.yml",
            "revision": "ab2f4dd365a99b026c0ed48f09ffcd6cc49a249c,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/zh_Hans/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/zh_Hans/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/zh_Hans/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 92,
            "translated_words": 792,
            "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-06-27T09:37:59.274450Z",
            "last_author": "Ming Hua",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/zh_Hans/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/zh_Hans/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/zh_Hans/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/zh_Hans/units/?format=api"
        },
        {
            "language": {
                "id": 340,
                "code": "zh_Hant",
                "name": "Chinese (Traditional)",
                "plural": {
                    "id": 340,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "tchinese",
                    "zhtw",
                    "zh_tw",
                    "zh_hant_tw",
                    "zh_hant@zh",
                    "zh_cmn_hant",
                    "cht",
                    "zho"
                ],
                "direction": "ltr",
                "population": 3861255636,
                "web_url": "https://translations.documentfoundation.org/languages/zh_Hant/",
                "url": "https://translations.documentfoundation.org/api/languages/zh_Hant/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/zh_Hant/statistics/?format=api"
            },
            "language_code": "zh_TW",
            "id": 80432,
            "filename": "mysite/lang/zh_TW.yml",
            "revision": "9d3d76dd7e81390647eec19573aa14a18e1ac8c3,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/zh_Hant/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/zh_Hant/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/zh_Hant/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/zh_Hant/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 92,
            "translated_words": 792,
            "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": 1,
            "have_comment": 0,
            "last_change": "2022-09-23T01:59:39.001087Z",
            "last_author": "Po-Yen Huang",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/zh_Hant/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/zh_Hant/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/zh_Hant/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/zh_Hant/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/zh_Hant/units/?format=api"
        },
        {
            "language": {
                "id": 57,
                "code": "ckb",
                "name": "Kurdish (Central)",
                "plural": {
                    "id": 57,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "rtl",
                "population": 1108654870,
                "web_url": "https://translations.documentfoundation.org/languages/ckb/",
                "url": "https://translations.documentfoundation.org/api/languages/ckb/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ckb/statistics/?format=api"
            },
            "language_code": "ckb",
            "id": 107926,
            "filename": "mysite/lang/ckb.yml",
            "revision": "27d1120eed2485931f7e874d7fc4cd8cea829005,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/ckb/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/ckb/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/ckb/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ckb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 26,
            "translated_words": 215,
            "translated_percent": 28.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 2,
            "have_comment": 0,
            "last_change": "2020-12-02T08:56:36.838410Z",
            "last_author": "jwtiyar ali nariman",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ckb/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ckb/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ckb/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ckb/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ckb/units/?format=api"
        },
        {
            "language": {
                "id": 221,
                "code": "nn",
                "name": "Norwegian Nynorsk",
                "plural": {
                    "id": 221,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "nno"
                ],
                "direction": "ltr",
                "population": 136686000,
                "web_url": "https://translations.documentfoundation.org/languages/nn/",
                "url": "https://translations.documentfoundation.org/api/languages/nn/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/nn/statistics/?format=api"
            },
            "language_code": "nn",
            "id": 107928,
            "filename": "mysite/lang/nn.yml",
            "revision": "38670ed281df2d731b7ae676dff7ba7a2f969dc3,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/nn/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/nn/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/nn/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/nn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 92,
            "translated_words": 792,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 4,
            "failing_checks_words": 25,
            "failing_checks_percent": 4.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-11-27T20:34:46.473132Z",
            "last_author": "Kolbjørn Stuestøl",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/nn/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/nn/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/nn/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/nn/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/nn/units/?format=api"
        },
        {
            "language": {
                "id": 24,
                "code": "ast",
                "name": "Asturian",
                "plural": {
                    "id": 24,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 65020540,
                "web_url": "https://translations.documentfoundation.org/languages/ast/",
                "url": "https://translations.documentfoundation.org/api/languages/ast/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ast/statistics/?format=api"
            },
            "language_code": "ast",
            "id": 107940,
            "filename": "mysite/lang/ast.yml",
            "revision": "ed9825c4f54b191501897da0d27e10699d65215e,81fadd426186de6f9fa3e83c138d89fd10d9c4f9",
            "web_url": "https://translations.documentfoundation.org/projects/website/newdesign/ast/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/ast/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/newdesign/ast/",
            "url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ast/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 92,
            "total_words": 792,
            "translated": 7,
            "translated_words": 26,
            "translated_percent": 7.6,
            "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": "2024-04-06T05:20:34.208209Z",
            "last_author": "Adolfo Jayme Barrientos",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ast/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ast/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ast/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ast/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/newdesign/ast/units/?format=api"
        }
    ]
}