Translation components API.

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

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

{
    "count": 91,
    "next": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicpython/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": 286236,
            "filename": "templates/helpcontent2/source/text/sbasic/python.pot",
            "revision": "e24eadfbfae90cf94af98311dd5b9025f4d0854f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/en/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/en/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/en/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 406,
            "total_words": 4681,
            "translated": 406,
            "translated_words": 4681,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/en/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/en/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/en/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/en/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/en/units/?format=api"
        },
        {
            "language": {
                "id": 9,
                "code": "am",
                "name": "Amharic",
                "plural": {
                    "id": 9,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "amh"
                ],
                "direction": "ltr",
                "population": 3572847533,
                "web_url": "https://translations.documentfoundation.org/languages/am/",
                "url": "https://translations.documentfoundation.org/api/languages/am/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/am/statistics/?format=api"
            },
            "language_code": "am",
            "id": 289771,
            "filename": "am/helpcontent2/source/text/sbasic/python.po",
            "revision": "e24eadfbfae90cf94af98311dd5b9025f4d0854f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/am/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/am/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/am/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/am/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/am/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/am/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/am/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/am/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/am/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": 289783,
            "filename": "ar/helpcontent2/source/text/sbasic/python.po",
            "revision": "985d80bf8a61d6d1c2ce5f3161437dcbca42c4fb",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/ar/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/ar/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/ar/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ar/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 4,
            "translated_words": 18,
            "translated_percent": 0.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": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ar/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ar/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ar/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ar/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ar/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": 289794,
            "filename": "ast/helpcontent2/source/text/sbasic/python.po",
            "revision": "ab1f968cbe5c929acaba60104f74969838bcb6d3",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/ast/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/ast/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/ast/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ast/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 42,
            "translated_words": 368,
            "translated_percent": 10.3,
            "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-11-11T05:37:56.010836Z",
            "last_author": "Adolfo Jayme Barrientos",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ast/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ast/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ast/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ast/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ast/units/?format=api"
        },
        {
            "language": {
                "id": 354,
                "code": "axm",
                "name": "axm (generated)",
                "plural": {
                    "id": 395,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://translations.documentfoundation.org/languages/axm/",
                "url": "https://translations.documentfoundation.org/api/languages/axm/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/axm/statistics/?format=api"
            },
            "language_code": "axm",
            "id": 289801,
            "filename": "axm/helpcontent2/source/text/sbasic/python.po",
            "revision": "e24eadfbfae90cf94af98311dd5b9025f4d0854f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/axm/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/axm/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/axm/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/axm/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/axm/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/axm/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/axm/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/axm/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/axm/units/?format=api"
        },
        {
            "language": {
                "id": 35,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 35,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 787831480,
                "web_url": "https://translations.documentfoundation.org/languages/bg/",
                "url": "https://translations.documentfoundation.org/api/languages/bg/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/bg/statistics/?format=api"
            },
            "language_code": "bg",
            "id": 289810,
            "filename": "bg/helpcontent2/source/text/sbasic/python.po",
            "revision": "a90c0ee63f2fb7c9af966d70537b8ec2d44d1530",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/bg/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/bg/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/bg/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 406,
            "translated_words": 4681,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 4,
            "failing_checks_words": 19,
            "failing_checks_percent": 0.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-23T07:04:46.913618Z",
            "last_author": "Mihail Balabanov",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/bg/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/bg/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/bg/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/bg/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/bg/units/?format=api"
        },
        {
            "language": {
                "id": 41,
                "code": "bn_IN",
                "name": "Bengali (India)",
                "plural": {
                    "id": 41,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 10741329000,
                "web_url": "https://translations.documentfoundation.org/languages/bn_IN/",
                "url": "https://translations.documentfoundation.org/api/languages/bn_IN/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/bn_IN/statistics/?format=api"
            },
            "language_code": "bn-IN",
            "id": 289826,
            "filename": "bn-IN/helpcontent2/source/text/sbasic/python.po",
            "revision": "e24eadfbfae90cf94af98311dd5b9025f4d0854f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/bn_IN/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/bn_IN/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/bn_IN/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/bn_IN/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/bn_IN/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/bn_IN/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/bn_IN/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/bn_IN/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/bn_IN/units/?format=api"
        },
        {
            "language": {
                "id": 39,
                "code": "bn",
                "name": "Bengali",
                "plural": {
                    "id": 39,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "bd",
                    "ben"
                ],
                "direction": "ltr",
                "population": 26719328846,
                "web_url": "https://translations.documentfoundation.org/languages/bn/",
                "url": "https://translations.documentfoundation.org/api/languages/bn/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/bn/statistics/?format=api"
            },
            "language_code": "bn",
            "id": 289833,
            "filename": "bn/helpcontent2/source/text/sbasic/python.po",
            "revision": "e24eadfbfae90cf94af98311dd5b9025f4d0854f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/bn/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/bn/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/bn/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/bn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/bn/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/bn/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/bn/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/bn/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/bn/units/?format=api"
        },
        {
            "language": {
                "id": 42,
                "code": "bo",
                "name": "Tibetan",
                "plural": {
                    "id": 42,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "bod",
                    "tib"
                ],
                "direction": "ltr",
                "population": 300669686,
                "web_url": "https://translations.documentfoundation.org/languages/bo/",
                "url": "https://translations.documentfoundation.org/api/languages/bo/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/bo/statistics/?format=api"
            },
            "language_code": "bo",
            "id": 289845,
            "filename": "bo/helpcontent2/source/text/sbasic/python.po",
            "revision": "e24eadfbfae90cf94af98311dd5b9025f4d0854f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/bo/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/bo/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/bo/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/bo/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/bo/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/bo/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/bo/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/bo/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/bo/units/?format=api"
        },
        {
            "language": {
                "id": 45,
                "code": "bs",
                "name": "Bosnian",
                "plural": {
                    "id": 45,
                    "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": [
                    "bos"
                ],
                "direction": "ltr",
                "population": 379723410,
                "web_url": "https://translations.documentfoundation.org/languages/bs/",
                "url": "https://translations.documentfoundation.org/api/languages/bs/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/bs/statistics/?format=api"
            },
            "language_code": "bs",
            "id": 289850,
            "filename": "bs/helpcontent2/source/text/sbasic/python.po",
            "revision": "e24eadfbfae90cf94af98311dd5b9025f4d0854f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/bs/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/bs/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/bs/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/bs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/bs/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/bs/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/bs/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/bs/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/bs/units/?format=api"
        },
        {
            "language": {
                "id": 343,
                "code": "ca_VALENCIA",
                "name": "Catalan",
                "plural": {
                    "id": 363,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://translations.documentfoundation.org/languages/ca_VALENCIA/",
                "url": "https://translations.documentfoundation.org/api/languages/ca_VALENCIA/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ca_VALENCIA/statistics/?format=api"
            },
            "language_code": "ca-valencia",
            "id": 289852,
            "filename": "ca-valencia/helpcontent2/source/text/sbasic/python.po",
            "revision": "adc3a08c35f3b61c63d812e9048c2351093ec7a1",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/ca_VALENCIA/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/ca_VALENCIA/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/ca_VALENCIA/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ca_VALENCIA/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 311,
            "translated_words": 3075,
            "translated_percent": 76.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 21,
            "failing_checks_percent": 0.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ca_VALENCIA/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ca_VALENCIA/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ca_VALENCIA/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ca_VALENCIA/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ca_VALENCIA/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": 289853,
            "filename": "ca/helpcontent2/source/text/sbasic/python.po",
            "revision": "e5a5dfe55ac7e5efe9d1dd6105d3982907eeb836",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/ca/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/ca/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/ca/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ca/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 406,
            "translated_words": 4681,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 17,
            "failing_checks_percent": 0.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-04-24T13:38:16.675112Z",
            "last_author": "Jaumej",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ca/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ca/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ca/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ca/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ca/units/?format=api"
        },
        {
            "language": {
                "id": 671,
                "code": "chr",
                "name": "Cherokee",
                "plural": {
                    "id": 190312,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 2561320,
                "web_url": "https://translations.documentfoundation.org/languages/chr/",
                "url": "https://translations.documentfoundation.org/api/languages/chr/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/chr/statistics/?format=api"
            },
            "language_code": "chr",
            "id": 289857,
            "filename": "chr/helpcontent2/source/text/sbasic/python.po",
            "revision": "e24eadfbfae90cf94af98311dd5b9025f4d0854f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/chr/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/chr/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/chr/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/chr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/chr/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/chr/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/chr/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/chr/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/chr/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": 289860,
            "filename": "ckb/helpcontent2/source/text/sbasic/python.po",
            "revision": "e24eadfbfae90cf94af98311dd5b9025f4d0854f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/ckb/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/ckb/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/ckb/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ckb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ckb/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ckb/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ckb/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ckb/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ckb/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": 289864,
            "filename": "cs/helpcontent2/source/text/sbasic/python.po",
            "revision": "df4ea080f1fcdd6cb8a9f29def339343d49f6ec6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/cs/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/cs/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/cs/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 406,
            "translated_words": 4681,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 9,
            "failing_checks_words": 141,
            "failing_checks_percent": 2.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/cs/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/cs/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/cs/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/cs/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/cs/units/?format=api"
        },
        {
            "language": {
                "id": 599,
                "code": "csb",
                "name": "Kashubian",
                "plural": {
                    "id": 190240,
                    "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": [],
                "direction": "ltr",
                "population": 4976699,
                "web_url": "https://translations.documentfoundation.org/languages/csb/",
                "url": "https://translations.documentfoundation.org/api/languages/csb/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/csb/statistics/?format=api"
            },
            "language_code": "csb",
            "id": 289867,
            "filename": "csb/helpcontent2/source/text/sbasic/python.po",
            "revision": "e24eadfbfae90cf94af98311dd5b9025f4d0854f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/csb/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/csb/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/csb/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/csb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/csb/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/csb/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/csb/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/csb/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/csb/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": 289872,
            "filename": "da/helpcontent2/source/text/sbasic/python.po",
            "revision": "f87db312b4e8b432c72a86e8b0cf4c1c44a89592",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/da/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/da/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/da/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 392,
            "translated_words": 4517,
            "translated_percent": 96.5,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-08T10:18:36.747225Z",
            "last_author": "Lars Jødal",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/da/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/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": 289878,
            "filename": "de/helpcontent2/source/text/sbasic/python.po",
            "revision": "aacd36abdae1e354dcb5373c8a81a48acab48a39",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/de/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/de/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/de/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 406,
            "translated_words": 4681,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 12,
            "failing_checks_percent": 0.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-22T04:50:32.367038Z",
            "last_author": "Christian Kühl",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/de/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/de/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/de/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/de/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/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": 289886,
            "filename": "dsb/helpcontent2/source/text/sbasic/python.po",
            "revision": "95cf9e21d52f2de420e399df9f1ec48e0eead2b5",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/dsb/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/dsb/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/dsb/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/dsb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 406,
            "translated_words": 4681,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 12,
            "failing_checks_percent": 0.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/dsb/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/dsb/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/dsb/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/dsb/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/dsb/units/?format=api"
        },
        {
            "language": {
                "id": 73,
                "code": "dz",
                "name": "Dzongkha",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "dzo"
                ],
                "direction": "ltr",
                "population": 37034164,
                "web_url": "https://translations.documentfoundation.org/languages/dz/",
                "url": "https://translations.documentfoundation.org/api/languages/dz/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/dz/statistics/?format=api"
            },
            "language_code": "dz",
            "id": 289895,
            "filename": "dz/helpcontent2/source/text/sbasic/python.po",
            "revision": "e24eadfbfae90cf94af98311dd5b9025f4d0854f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/dz/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/dz/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/dz/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/dz/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/dz/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/dz/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/dz/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/dz/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/dz/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": 289900,
            "filename": "el/helpcontent2/source/text/sbasic/python.po",
            "revision": "97d5a8c3792268af0cf19ffb712ff04b840e68ee",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/el/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/el/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/el/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/el/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 406,
            "translated_words": 4681,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 13,
            "failing_checks_words": 67,
            "failing_checks_percent": 3.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-02T16:28:58.686308Z",
            "last_author": "serval2412",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/el/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/el/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/el/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/el/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/el/units/?format=api"
        },
        {
            "language": {
                "id": 77,
                "code": "en_AU",
                "name": "English (Australia)",
                "plural": {
                    "id": 77,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ena"
                ],
                "direction": "ltr",
                "population": 2444784000,
                "web_url": "https://translations.documentfoundation.org/languages/en_AU/",
                "url": "https://translations.documentfoundation.org/api/languages/en_AU/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/en_AU/statistics/?format=api"
            },
            "language_code": "en-AU",
            "id": 289906,
            "filename": "en-AU/helpcontent2/source/text/sbasic/python.po",
            "revision": "e24eadfbfae90cf94af98311dd5b9025f4d0854f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/en_AU/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/en_AU/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/en_AU/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/en_AU/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/en_AU/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/en_AU/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/en_AU/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/en_AU/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/en_AU/units/?format=api"
        },
        {
            "language": {
                "id": 79,
                "code": "en_GB",
                "name": "English (United Kingdom)",
                "plural": {
                    "id": 79,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "english_uk"
                ],
                "direction": "ltr",
                "population": 6444587800,
                "web_url": "https://translations.documentfoundation.org/languages/en_GB/",
                "url": "https://translations.documentfoundation.org/api/languages/en_GB/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/en_GB/statistics/?format=api"
            },
            "language_code": "en-GB",
            "id": 289912,
            "filename": "en-GB/helpcontent2/source/text/sbasic/python.po",
            "revision": "48ac1325773971ddbda83dbd2f15042f3e181d2e",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/en_GB/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/en_GB/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/en_GB/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/en_GB/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 365,
            "translated_words": 4234,
            "translated_percent": 89.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": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/en_GB/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/en_GB/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/en_GB/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/en_GB/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/en_GB/units/?format=api"
        },
        {
            "language": {
                "id": 85,
                "code": "en_ZA",
                "name": "English (South Africa)",
                "plural": {
                    "id": 85,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 1750371600,
                "web_url": "https://translations.documentfoundation.org/languages/en_ZA/",
                "url": "https://translations.documentfoundation.org/api/languages/en_ZA/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/en_ZA/statistics/?format=api"
            },
            "language_code": "en-ZA",
            "id": 289918,
            "filename": "en-ZA/helpcontent2/source/text/sbasic/python.po",
            "revision": "e24eadfbfae90cf94af98311dd5b9025f4d0854f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/en_ZA/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/en_ZA/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/en_ZA/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/en_ZA/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/en_ZA/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/en_ZA/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/en_ZA/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/en_ZA/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/en_ZA/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": 289924,
            "filename": "eo/helpcontent2/source/text/sbasic/python.po",
            "revision": "a8687e836a24f5e57cdba1ec640d3c250a4b6831",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/eo/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/eo/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/eo/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/eo/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 2,
            "translated_words": 2,
            "translated_percent": 0.4,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/eo/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/eo/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/eo/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/eo/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/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": 289930,
            "filename": "es/helpcontent2/source/text/sbasic/python.po",
            "revision": "514b37ec5d2d2c7358a7af6d22afaa08e34c2dca",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/es/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/es/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/es/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 313,
            "translated_words": 3094,
            "translated_percent": 77.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-03-12T08:15:12.909377Z",
            "last_author": "Adolfo Jayme Barrientos",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/es/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/es/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/es/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/es/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/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": 289936,
            "filename": "et/helpcontent2/source/text/sbasic/python.po",
            "revision": "d44e6f4cce0b6f0fe6e2376d3069d1906185404c",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/et/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/et/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/et/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/et/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 19,
            "translated_words": 68,
            "translated_percent": 4.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": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/et/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/et/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/et/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/et/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/et/units/?format=api"
        },
        {
            "language": {
                "id": 98,
                "code": "eu",
                "name": "Basque",
                "plural": {
                    "id": 98,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_eu",
                    "baq",
                    "eus"
                ],
                "direction": "ltr",
                "population": 108851866,
                "web_url": "https://translations.documentfoundation.org/languages/eu/",
                "url": "https://translations.documentfoundation.org/api/languages/eu/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/eu/statistics/?format=api"
            },
            "language_code": "eu",
            "id": 289943,
            "filename": "eu/helpcontent2/source/text/sbasic/python.po",
            "revision": "4cb86b5b3b0800c136a4ab918f22d8431e1d1d99",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/eu/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/eu/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/eu/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/eu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 406,
            "translated_words": 4681,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 6,
            "failing_checks_words": 101,
            "failing_checks_percent": 1.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/eu/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/eu/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/eu/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/eu/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/eu/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": 289952,
            "filename": "fa/helpcontent2/source/text/sbasic/python.po",
            "revision": "24103cb02b1ea57e069dd5e17d88f547b5d1c274",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/fa/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/fa/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/fa/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/fa/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 2,
            "translated_words": 6,
            "translated_percent": 0.4,
            "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-09-28T22:47:55.875099Z",
            "last_author": "goodosuser",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/fa/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/fa/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/fa/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/fa/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/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": 289958,
            "filename": "fi/helpcontent2/source/text/sbasic/python.po",
            "revision": "f1d5b22d6f6713c84a83c15814848020735e3088",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/fi/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/fi/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/fi/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 2,
            "translated_words": 11,
            "translated_percent": 0.4,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/fi/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/fi/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/fi/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/fi/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/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": 289962,
            "filename": "fr/helpcontent2/source/text/sbasic/python.po",
            "revision": "39e2c7d50f87a2d27b28e70d4e888a8a89f563e8",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/fr/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/fr/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/fr/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 406,
            "translated_words": 4681,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 9,
            "failing_checks_words": 54,
            "failing_checks_percent": 2.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/fr/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/fr/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/fr/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/fr/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/fr/units/?format=api"
        },
        {
            "language": {
                "id": 355,
                "code": "gcf",
                "name": "Guadeloupean Creole, French",
                "plural": {
                    "id": 396,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://translations.documentfoundation.org/languages/gcf/",
                "url": "https://translations.documentfoundation.org/api/languages/gcf/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/gcf/statistics/?format=api"
            },
            "language_code": "gcf",
            "id": 289968,
            "filename": "gcf/helpcontent2/source/text/sbasic/python.po",
            "revision": "e24eadfbfae90cf94af98311dd5b9025f4d0854f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/gcf/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/gcf/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/gcf/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/gcf/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/gcf/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/gcf/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/gcf/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/gcf/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/gcf/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": 289973,
            "filename": "gl/helpcontent2/source/text/sbasic/python.po",
            "revision": "cfc7d808eb32d8118b1c8a75077001bcdf186e1d",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/gl/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/gl/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/gl/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/gl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 29,
            "translated_words": 273,
            "translated_percent": 7.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/gl/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/gl/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/gl/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/gl/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/gl/units/?format=api"
        },
        {
            "language": {
                "id": 119,
                "code": "gu",
                "name": "Gujarati",
                "plural": {
                    "id": 119,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "guj"
                ],
                "direction": "ltr",
                "population": 6172179875,
                "web_url": "https://translations.documentfoundation.org/languages/gu/",
                "url": "https://translations.documentfoundation.org/api/languages/gu/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/gu/statistics/?format=api"
            },
            "language_code": "gu",
            "id": 289979,
            "filename": "gu/helpcontent2/source/text/sbasic/python.po",
            "revision": "e24eadfbfae90cf94af98311dd5b9025f4d0854f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/gu/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/gu/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/gu/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/gu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/gu/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/gu/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/gu/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/gu/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/gu/units/?format=api"
        },
        {
            "language": {
                "id": 344,
                "code": "gug",
                "name": "Guaraní (Paraguayan)",
                "plural": {
                    "id": 365,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://translations.documentfoundation.org/languages/gug/",
                "url": "https://translations.documentfoundation.org/api/languages/gug/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/gug/statistics/?format=api"
            },
            "language_code": "gug",
            "id": 289985,
            "filename": "gug/helpcontent2/source/text/sbasic/python.po",
            "revision": "e24eadfbfae90cf94af98311dd5b9025f4d0854f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/gug/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/gug/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/gug/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/gug/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/gug/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/gug/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/gug/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/gug/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/gug/units/?format=api"
        },
        {
            "language": {
                "id": 123,
                "code": "ha",
                "name": "Hausa",
                "plural": {
                    "id": 123,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "hau"
                ],
                "direction": "rtl",
                "population": 3741264972,
                "web_url": "https://translations.documentfoundation.org/languages/ha/",
                "url": "https://translations.documentfoundation.org/api/languages/ha/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ha/statistics/?format=api"
            },
            "language_code": "ha",
            "id": 289990,
            "filename": "ha/helpcontent2/source/text/sbasic/python.po",
            "revision": "e24eadfbfae90cf94af98311dd5b9025f4d0854f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/ha/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/ha/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/ha/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ha/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ha/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ha/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ha/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ha/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ha/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": 289994,
            "filename": "he/helpcontent2/source/text/sbasic/python.po",
            "revision": "e24eadfbfae90cf94af98311dd5b9025f4d0854f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/he/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/he/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/he/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/he/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/he/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/he/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/he/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/he/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/he/units/?format=api"
        },
        {
            "language": {
                "id": 126,
                "code": "hi",
                "name": "Hindi",
                "plural": {
                    "id": 126,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "hin"
                ],
                "direction": "ltr",
                "population": 54555605414,
                "web_url": "https://translations.documentfoundation.org/languages/hi/",
                "url": "https://translations.documentfoundation.org/api/languages/hi/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/hi/statistics/?format=api"
            },
            "language_code": "hi",
            "id": 289999,
            "filename": "hi/helpcontent2/source/text/sbasic/python.po",
            "revision": "e24eadfbfae90cf94af98311dd5b9025f4d0854f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/hi/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/hi/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/hi/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/hi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/hi/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/hi/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/hi/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/hi/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/hi/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": 290004,
            "filename": "hr/helpcontent2/source/text/sbasic/python.po",
            "revision": "e24eadfbfae90cf94af98311dd5b9025f4d0854f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/hr/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/hr/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/hr/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/hr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/hr/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/hr/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/hr/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/hr/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/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": 290012,
            "filename": "hsb/helpcontent2/source/text/sbasic/python.po",
            "revision": "4e4a71e88586736e1f3846998a3bd5c54cb198ad",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/hsb/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/hsb/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/hsb/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/hsb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 406,
            "translated_words": 4681,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 12,
            "failing_checks_percent": 0.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/hsb/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/hsb/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/hsb/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/hsb/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/hsb/units/?format=api"
        },
        {
            "language": {
                "id": 786,
                "code": "ht",
                "name": "Haitian",
                "plural": {
                    "id": 190427,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "hat"
                ],
                "direction": "ltr",
                "population": 896491800,
                "web_url": "https://translations.documentfoundation.org/languages/ht/",
                "url": "https://translations.documentfoundation.org/api/languages/ht/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ht/statistics/?format=api"
            },
            "language_code": "ht",
            "id": 290014,
            "filename": "ht/helpcontent2/source/text/sbasic/python.po",
            "revision": "e24eadfbfae90cf94af98311dd5b9025f4d0854f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/ht/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/ht/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/ht/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ht/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ht/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ht/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ht/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ht/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ht/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": 290016,
            "filename": "hu/helpcontent2/source/text/sbasic/python.po",
            "revision": "328328908e05addfba988d75a2c22cfa4059f938",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/hu/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/hu/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/hu/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 90,
            "translated_words": 1164,
            "translated_percent": 22.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 57,
            "failing_checks_percent": 0.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-09-30T13:25:31.870203Z",
            "last_author": "Armin Timar",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/hu/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/hu/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/hu/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/hu/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/hu/units/?format=api"
        },
        {
            "language": {
                "id": 364,
                "code": "hye",
                "name": "hye (generated)",
                "plural": {
                    "id": 405,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://translations.documentfoundation.org/languages/hye/",
                "url": "https://translations.documentfoundation.org/api/languages/hye/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/hye/statistics/?format=api"
            },
            "language_code": "hye",
            "id": 290017,
            "filename": "hye/helpcontent2/source/text/sbasic/python.po",
            "revision": "e24eadfbfae90cf94af98311dd5b9025f4d0854f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/hye/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/hye/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/hye/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/hye/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/hye/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/hye/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/hye/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/hye/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/hye/units/?format=api"
        },
        {
            "language": {
                "id": 356,
                "code": "hyw",
                "name": "hyw (generated)",
                "plural": {
                    "id": 397,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://translations.documentfoundation.org/languages/hyw/",
                "url": "https://translations.documentfoundation.org/api/languages/hyw/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/hyw/statistics/?format=api"
            },
            "language_code": "hyw",
            "id": 290020,
            "filename": "hyw/helpcontent2/source/text/sbasic/python.po",
            "revision": "e24eadfbfae90cf94af98311dd5b9025f4d0854f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/hyw/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/hyw/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/hyw/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/hyw/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/hyw/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/hyw/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/hyw/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/hyw/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/hyw/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": 290021,
            "filename": "id/helpcontent2/source/text/sbasic/python.po",
            "revision": "bddb45a037f215dca34c1613dc576a3e31efff6f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/id/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/id/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/id/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/id/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 193,
            "translated_words": 1850,
            "translated_percent": 47.5,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 5,
            "failing_checks_words": 22,
            "failing_checks_percent": 1.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/id/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/id/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/id/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/id/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/id/units/?format=api"
        },
        {
            "language": {
                "id": 793,
                "code": "ig",
                "name": "Igbo",
                "plural": {
                    "id": 190434,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "ibo"
                ],
                "direction": "ltr",
                "population": 2782364000,
                "web_url": "https://translations.documentfoundation.org/languages/ig/",
                "url": "https://translations.documentfoundation.org/api/languages/ig/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ig/statistics/?format=api"
            },
            "language_code": "ig",
            "id": 290023,
            "filename": "ig/helpcontent2/source/text/sbasic/python.po",
            "revision": "e24eadfbfae90cf94af98311dd5b9025f4d0854f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/ig/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/ig/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/ig/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ig/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ig/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ig/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ig/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ig/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ig/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": 290026,
            "filename": "is/helpcontent2/source/text/sbasic/python.po",
            "revision": "e24eadfbfae90cf94af98311dd5b9025f4d0854f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/is/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/is/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/is/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/is/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/is/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/is/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/is/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/is/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/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": 290028,
            "filename": "it/helpcontent2/source/text/sbasic/python.po",
            "revision": "43ccdd55dd7d7dd8ed5998a5c99e526cef5e7f23",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/it/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/it/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/it/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 406,
            "translated_words": 4681,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 5,
            "failing_checks_percent": 0.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-13T17:18:34.204251Z",
            "last_author": "Valter Mura",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/it/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/it/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/it/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/it/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/it/units/?format=api"
        },
        {
            "language": {
                "id": 146,
                "code": "iu",
                "name": "Inuktitut",
                "plural": {
                    "id": 146,
                    "source": 0,
                    "number": 3,
                    "formula": "(n == 1) ? 0 : ((n == 2) ? 1 : 2)",
                    "type": 4
                },
                "aliases": [
                    "iku"
                ],
                "direction": "ltr",
                "population": 4523292,
                "web_url": "https://translations.documentfoundation.org/languages/iu/",
                "url": "https://translations.documentfoundation.org/api/languages/iu/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/iu/statistics/?format=api"
            },
            "language_code": "iu",
            "id": 290032,
            "filename": "iu/helpcontent2/source/text/sbasic/python.po",
            "revision": "e24eadfbfae90cf94af98311dd5b9025f4d0854f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/iu/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/iu/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/iu/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/iu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/iu/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/iu/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/iu/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/iu/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/iu/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": 290036,
            "filename": "ja/helpcontent2/source/text/sbasic/python.po",
            "revision": "4d5a59402944e991a7fc91c2cae146eeaebb11c5",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicpython/ja/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/ja/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicpython/ja/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 406,
            "total_words": 4681,
            "translated": 88,
            "translated_words": 835,
            "translated_percent": 21.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-12T09:32:03.546591Z",
            "last_author": "Taichi Haradaguchi",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ja/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ja/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ja/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ja/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicpython/ja/units/?format=api"
        }
    ]
}