Translation components API.

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

GET /api/translations/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 61,
    "next": "http://i18n.foe-helper.com/api/translations/?format=api&page=3",
    "previous": "http://i18n.foe-helper.com/api/translations/?format=api",
    "results": [
        {
            "language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 82,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "english",
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "http://i18n.foe-helper.com/languages/en/",
                "url": "http://i18n.foe-helper.com/api/languages/en/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "App",
                "slug": "app",
                "id": 5,
                "project": {
                    "name": "FoE Helper",
                    "slug": "foe-helper",
                    "id": 1,
                    "web": "https://foe-helper.com",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 82,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "http://i18n.foe-helper.com/languages/en/",
                        "url": "http://i18n.foe-helper.com/api/languages/en/?format=api",
                        "statistics_url": "http://i18n.foe-helper.com/api/languages/en/statistics/?format=api"
                    },
                    "web_url": "http://i18n.foe-helper.com/projects/foe-helper/",
                    "url": "http://i18n.foe-helper.com/api/projects/foe-helper/?format=api",
                    "components_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/components/?format=api",
                    "repository_url": "http://i18n.foe-helper.com/api/projects/foe-helper/repository/?format=api",
                    "statistics_url": "http://i18n.foe-helper.com/api/projects/foe-helper/statistics/?format=api",
                    "changes_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/changes/?format=api",
                    "languages_url": "http://i18n.foe-helper.com/api/projects/foe-helper/languages/?format=api"
                },
                "vcs": "git",
                "repo": "https://github.com/Th3C0D3R/FoEHelperApp.git",
                "git_export": "http://i18n.foe-helper.com/git/foe-helper/app/",
                "branch": "master",
                "filemask": "FoEHelperApp/Resources/values-*/strings.xml",
                "template": "FoEHelperApp/Resources/values/strings.xml",
                "edit_template": false,
                "new_base": "FoEHelperApp/Resources/values/strings.xml",
                "file_format": "aresource",
                "license": "CC-BY-NC-2.0",
                "license_url": "https://creativecommons.org/licenses/by-nc/2.0/legalcode",
                "web_url": "http://i18n.foe-helper.com/projects/foe-helper/app/",
                "url": "http://i18n.foe-helper.com/api/components/foe-helper/app/?format=api",
                "repository_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/repository/?format=api",
                "translations_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/translations/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/statistics/?format=api",
                "lock_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/lock/?format=api",
                "changes_list_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/changes/?format=api",
                "new_lang": "add",
                "push": "https://github.com/Th3C0D3R/FoEHelperApp.git",
                "check_flags": "",
                "enforced_checks": "",
                "restricted": false
            },
            "language_code": "en",
            "id": 51,
            "filename": "FoEHelperApp/Resources/values/strings.xml",
            "revision": "48f85e329b431d0427a121a20e980a4e1f08216c,48f85e329b431d0427a121a20e980a4e1f08216c",
            "web_url": "http://i18n.foe-helper.com/projects/foe-helper/app/en/",
            "share_url": "http://i18n.foe-helper.com/engage/foe-helper/en/",
            "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/app/en/",
            "url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 34,
            "total_words": 223,
            "translated": 34,
            "translated_words": 223,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 20,
            "failing_checks_words": 147,
            "failing_checks_percent": 58.8,
            "have_suggestion": 0,
            "have_comment": 2,
            "last_change": null,
            "last_author": null,
            "repository_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/en/repository/?format=api",
            "file_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/en/file/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/en/statistics/?format=api",
            "changes_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/en/changes/?format=api",
            "units_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/en/units/?format=api"
        },
        {
            "language": {
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 72,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "german",
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "web_url": "http://i18n.foe-helper.com/languages/de/",
                "url": "http://i18n.foe-helper.com/api/languages/de/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/languages/de/statistics/?format=api"
            },
            "component": {
                "name": "App",
                "slug": "app",
                "id": 5,
                "project": {
                    "name": "FoE Helper",
                    "slug": "foe-helper",
                    "id": 1,
                    "web": "https://foe-helper.com",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 82,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "http://i18n.foe-helper.com/languages/en/",
                        "url": "http://i18n.foe-helper.com/api/languages/en/?format=api",
                        "statistics_url": "http://i18n.foe-helper.com/api/languages/en/statistics/?format=api"
                    },
                    "web_url": "http://i18n.foe-helper.com/projects/foe-helper/",
                    "url": "http://i18n.foe-helper.com/api/projects/foe-helper/?format=api",
                    "components_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/components/?format=api",
                    "repository_url": "http://i18n.foe-helper.com/api/projects/foe-helper/repository/?format=api",
                    "statistics_url": "http://i18n.foe-helper.com/api/projects/foe-helper/statistics/?format=api",
                    "changes_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/changes/?format=api",
                    "languages_url": "http://i18n.foe-helper.com/api/projects/foe-helper/languages/?format=api"
                },
                "vcs": "git",
                "repo": "https://github.com/Th3C0D3R/FoEHelperApp.git",
                "git_export": "http://i18n.foe-helper.com/git/foe-helper/app/",
                "branch": "master",
                "filemask": "FoEHelperApp/Resources/values-*/strings.xml",
                "template": "FoEHelperApp/Resources/values/strings.xml",
                "edit_template": false,
                "new_base": "FoEHelperApp/Resources/values/strings.xml",
                "file_format": "aresource",
                "license": "CC-BY-NC-2.0",
                "license_url": "https://creativecommons.org/licenses/by-nc/2.0/legalcode",
                "web_url": "http://i18n.foe-helper.com/projects/foe-helper/app/",
                "url": "http://i18n.foe-helper.com/api/components/foe-helper/app/?format=api",
                "repository_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/repository/?format=api",
                "translations_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/translations/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/statistics/?format=api",
                "lock_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/lock/?format=api",
                "changes_list_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/changes/?format=api",
                "new_lang": "add",
                "push": "https://github.com/Th3C0D3R/FoEHelperApp.git",
                "check_flags": "",
                "enforced_checks": "",
                "restricted": false
            },
            "language_code": "de",
            "id": 52,
            "filename": "FoEHelperApp/Resources/values-de/strings.xml",
            "revision": "29bf858091f1d5011155e0d85c107aeb544a965b,48f85e329b431d0427a121a20e980a4e1f08216c",
            "web_url": "http://i18n.foe-helper.com/projects/foe-helper/app/de/",
            "share_url": "http://i18n.foe-helper.com/engage/foe-helper/de/",
            "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/app/de/",
            "url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 34,
            "total_words": 223,
            "translated": 32,
            "translated_words": 212,
            "translated_percent": 94.1,
            "fuzzy": 2,
            "fuzzy_words": 11,
            "fuzzy_percent": 5.8,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-12-08T13:28:22.736964Z",
            "last_author": "Nico",
            "repository_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/de/repository/?format=api",
            "file_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/de/file/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/de/statistics/?format=api",
            "changes_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/de/changes/?format=api",
            "units_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/de/units/?format=api"
        },
        {
            "language": {
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 117,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "french",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "web_url": "http://i18n.foe-helper.com/languages/fr/",
                "url": "http://i18n.foe-helper.com/api/languages/fr/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "App",
                "slug": "app",
                "id": 5,
                "project": {
                    "name": "FoE Helper",
                    "slug": "foe-helper",
                    "id": 1,
                    "web": "https://foe-helper.com",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 82,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "http://i18n.foe-helper.com/languages/en/",
                        "url": "http://i18n.foe-helper.com/api/languages/en/?format=api",
                        "statistics_url": "http://i18n.foe-helper.com/api/languages/en/statistics/?format=api"
                    },
                    "web_url": "http://i18n.foe-helper.com/projects/foe-helper/",
                    "url": "http://i18n.foe-helper.com/api/projects/foe-helper/?format=api",
                    "components_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/components/?format=api",
                    "repository_url": "http://i18n.foe-helper.com/api/projects/foe-helper/repository/?format=api",
                    "statistics_url": "http://i18n.foe-helper.com/api/projects/foe-helper/statistics/?format=api",
                    "changes_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/changes/?format=api",
                    "languages_url": "http://i18n.foe-helper.com/api/projects/foe-helper/languages/?format=api"
                },
                "vcs": "git",
                "repo": "https://github.com/Th3C0D3R/FoEHelperApp.git",
                "git_export": "http://i18n.foe-helper.com/git/foe-helper/app/",
                "branch": "master",
                "filemask": "FoEHelperApp/Resources/values-*/strings.xml",
                "template": "FoEHelperApp/Resources/values/strings.xml",
                "edit_template": false,
                "new_base": "FoEHelperApp/Resources/values/strings.xml",
                "file_format": "aresource",
                "license": "CC-BY-NC-2.0",
                "license_url": "https://creativecommons.org/licenses/by-nc/2.0/legalcode",
                "web_url": "http://i18n.foe-helper.com/projects/foe-helper/app/",
                "url": "http://i18n.foe-helper.com/api/components/foe-helper/app/?format=api",
                "repository_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/repository/?format=api",
                "translations_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/translations/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/statistics/?format=api",
                "lock_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/lock/?format=api",
                "changes_list_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/changes/?format=api",
                "new_lang": "add",
                "push": "https://github.com/Th3C0D3R/FoEHelperApp.git",
                "check_flags": "",
                "enforced_checks": "",
                "restricted": false
            },
            "language_code": "fr",
            "id": 53,
            "filename": "FoEHelperApp/Resources/values-fr/strings.xml",
            "revision": "b7cc78bd98a7539bd5154f1f02d30868ba1b1fb8,48f85e329b431d0427a121a20e980a4e1f08216c",
            "web_url": "http://i18n.foe-helper.com/projects/foe-helper/app/fr/",
            "share_url": "http://i18n.foe-helper.com/engage/foe-helper/fr/",
            "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/app/fr/",
            "url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 34,
            "total_words": 223,
            "translated": 34,
            "translated_words": 223,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-07-18T08:16:28.572403Z",
            "last_author": "Pierre-André Butty",
            "repository_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/fr/repository/?format=api",
            "file_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/fr/file/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/fr/statistics/?format=api",
            "changes_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/fr/changes/?format=api",
            "units_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/fr/units/?format=api"
        },
        {
            "language": {
                "code": "el",
                "name": "Greek",
                "plural": {
                    "id": 81,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "gr",
                    "ell",
                    "gre"
                ],
                "direction": "ltr",
                "web_url": "http://i18n.foe-helper.com/languages/el/",
                "url": "http://i18n.foe-helper.com/api/languages/el/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/languages/el/statistics/?format=api"
            },
            "component": {
                "name": "Extension",
                "slug": "extension",
                "id": 2,
                "project": {
                    "name": "FoE Helper",
                    "slug": "foe-helper",
                    "id": 1,
                    "web": "https://foe-helper.com",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 82,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "http://i18n.foe-helper.com/languages/en/",
                        "url": "http://i18n.foe-helper.com/api/languages/en/?format=api",
                        "statistics_url": "http://i18n.foe-helper.com/api/languages/en/statistics/?format=api"
                    },
                    "web_url": "http://i18n.foe-helper.com/projects/foe-helper/",
                    "url": "http://i18n.foe-helper.com/api/projects/foe-helper/?format=api",
                    "components_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/components/?format=api",
                    "repository_url": "http://i18n.foe-helper.com/api/projects/foe-helper/repository/?format=api",
                    "statistics_url": "http://i18n.foe-helper.com/api/projects/foe-helper/statistics/?format=api",
                    "changes_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/changes/?format=api",
                    "languages_url": "http://i18n.foe-helper.com/api/projects/foe-helper/languages/?format=api"
                },
                "vcs": "git",
                "repo": "https://github.com/mainIine/foe-helfer-extension",
                "git_export": "http://i18n.foe-helper.com/git/foe-helper/extension/",
                "branch": "beta",
                "filemask": "js/web/_i18n/*.json",
                "template": "js/web/_i18n/en.json",
                "edit_template": true,
                "new_base": "js/web/_i18n/en.json",
                "file_format": "json",
                "license": "CC-BY-NC-2.0",
                "license_url": "https://creativecommons.org/licenses/by-nc/2.0/legalcode",
                "web_url": "http://i18n.foe-helper.com/projects/foe-helper/extension/",
                "url": "http://i18n.foe-helper.com/api/components/foe-helper/extension/?format=api",
                "repository_url": "http://i18n.foe-helper.com/api/components/foe-helper/extension/repository/?format=api",
                "translations_url": "http://i18n.foe-helper.com/api/components/foe-helper/extension/translations/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/components/foe-helper/extension/statistics/?format=api",
                "lock_url": "http://i18n.foe-helper.com/api/components/foe-helper/extension/lock/?format=api",
                "changes_list_url": "http://i18n.foe-helper.com/api/components/foe-helper/extension/changes/?format=api",
                "new_lang": "add",
                "push": "https://github.com/mainIine/foe-helfer-extension",
                "check_flags": "",
                "enforced_checks": "['end_exclamation', 'end_colon', 'end_space']",
                "restricted": false
            },
            "language_code": "el",
            "id": 54,
            "filename": "js/web/_i18n/el.json",
            "revision": "ec482b7e37ca9fc33b08d1ba8d1096cee95b0b11,f024ceb49916c169830f17d32b5d72a459780a30",
            "web_url": "http://i18n.foe-helper.com/projects/foe-helper/extension/el/",
            "share_url": "http://i18n.foe-helper.com/engage/foe-helper/el/",
            "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/extension/el/",
            "url": "http://i18n.foe-helper.com/api/translations/foe-helper/extension/el/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1392,
            "total_words": 5748,
            "translated": 773,
            "translated_words": 2962,
            "translated_percent": 55.5,
            "fuzzy": 51,
            "fuzzy_words": 444,
            "fuzzy_percent": 3.6,
            "failing_checks": 12,
            "failing_checks_words": 175,
            "failing_checks_percent": 0.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-01-25T15:44:55.958646Z",
            "last_author": "POLYZOS DIMITRIOS",
            "repository_url": "http://i18n.foe-helper.com/api/translations/foe-helper/extension/el/repository/?format=api",
            "file_url": "http://i18n.foe-helper.com/api/translations/foe-helper/extension/el/file/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/translations/foe-helper/extension/el/statistics/?format=api",
            "changes_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/extension/el/changes/?format=api",
            "units_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/extension/el/units/?format=api"
        },
        {
            "language": {
                "code": "el",
                "name": "Greek",
                "plural": {
                    "id": 81,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "gr",
                    "ell",
                    "gre"
                ],
                "direction": "ltr",
                "web_url": "http://i18n.foe-helper.com/languages/el/",
                "url": "http://i18n.foe-helper.com/api/languages/el/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/languages/el/statistics/?format=api"
            },
            "component": {
                "name": "Website",
                "slug": "website",
                "id": 4,
                "project": {
                    "name": "FoE Helper",
                    "slug": "foe-helper",
                    "id": 1,
                    "web": "https://foe-helper.com",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 82,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "http://i18n.foe-helper.com/languages/en/",
                        "url": "http://i18n.foe-helper.com/api/languages/en/?format=api",
                        "statistics_url": "http://i18n.foe-helper.com/api/languages/en/statistics/?format=api"
                    },
                    "web_url": "http://i18n.foe-helper.com/projects/foe-helper/",
                    "url": "http://i18n.foe-helper.com/api/projects/foe-helper/?format=api",
                    "components_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/components/?format=api",
                    "repository_url": "http://i18n.foe-helper.com/api/projects/foe-helper/repository/?format=api",
                    "statistics_url": "http://i18n.foe-helper.com/api/projects/foe-helper/statistics/?format=api",
                    "changes_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/changes/?format=api",
                    "languages_url": "http://i18n.foe-helper.com/api/projects/foe-helper/languages/?format=api"
                },
                "vcs": "git",
                "repo": "https://github.com/mainIine/foe-helfer-website",
                "git_export": "http://i18n.foe-helper.com/git/foe-helper/website/",
                "branch": "beta",
                "filemask": "i18n/*.json",
                "template": "i18n/en.json",
                "edit_template": true,
                "new_base": "i18n/en.json",
                "file_format": "json",
                "license": "CC-BY-NC-2.0",
                "license_url": "https://creativecommons.org/licenses/by-nc/2.0/legalcode",
                "web_url": "http://i18n.foe-helper.com/projects/foe-helper/website/",
                "url": "http://i18n.foe-helper.com/api/components/foe-helper/website/?format=api",
                "repository_url": "http://i18n.foe-helper.com/api/components/foe-helper/website/repository/?format=api",
                "translations_url": "http://i18n.foe-helper.com/api/components/foe-helper/website/translations/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/components/foe-helper/website/statistics/?format=api",
                "lock_url": "http://i18n.foe-helper.com/api/components/foe-helper/website/lock/?format=api",
                "changes_list_url": "http://i18n.foe-helper.com/api/components/foe-helper/website/changes/?format=api",
                "new_lang": "add",
                "push": "https://github.com/mainIine/foe-helfer-website",
                "check_flags": "",
                "enforced_checks": "",
                "restricted": false
            },
            "language_code": "el",
            "id": 55,
            "filename": "i18n/el.json",
            "revision": "97c2990e9d2504f01821ba3860a9555c4585b4e3,5189206d45d7fa658fb63ea96782d48176ff22af",
            "web_url": "http://i18n.foe-helper.com/projects/foe-helper/website/el/",
            "share_url": "http://i18n.foe-helper.com/engage/foe-helper/el/",
            "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/website/el/",
            "url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/el/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 457,
            "total_words": 2347,
            "translated": 35,
            "translated_words": 38,
            "translated_percent": 7.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 142,
            "failing_checks_words": 433,
            "failing_checks_percent": 31.0,
            "have_suggestion": 0,
            "have_comment": 1,
            "last_change": "2021-05-31T07:43:05.773381Z",
            "last_author": "Panmilios",
            "repository_url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/el/repository/?format=api",
            "file_url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/el/file/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/el/statistics/?format=api",
            "changes_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/el/changes/?format=api",
            "units_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/el/units/?format=api"
        },
        {
            "language": {
                "code": "el",
                "name": "Greek",
                "plural": {
                    "id": 81,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "gr",
                    "ell",
                    "gre"
                ],
                "direction": "ltr",
                "web_url": "http://i18n.foe-helper.com/languages/el/",
                "url": "http://i18n.foe-helper.com/api/languages/el/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/languages/el/statistics/?format=api"
            },
            "component": {
                "name": "App",
                "slug": "app",
                "id": 5,
                "project": {
                    "name": "FoE Helper",
                    "slug": "foe-helper",
                    "id": 1,
                    "web": "https://foe-helper.com",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 82,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "http://i18n.foe-helper.com/languages/en/",
                        "url": "http://i18n.foe-helper.com/api/languages/en/?format=api",
                        "statistics_url": "http://i18n.foe-helper.com/api/languages/en/statistics/?format=api"
                    },
                    "web_url": "http://i18n.foe-helper.com/projects/foe-helper/",
                    "url": "http://i18n.foe-helper.com/api/projects/foe-helper/?format=api",
                    "components_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/components/?format=api",
                    "repository_url": "http://i18n.foe-helper.com/api/projects/foe-helper/repository/?format=api",
                    "statistics_url": "http://i18n.foe-helper.com/api/projects/foe-helper/statistics/?format=api",
                    "changes_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/changes/?format=api",
                    "languages_url": "http://i18n.foe-helper.com/api/projects/foe-helper/languages/?format=api"
                },
                "vcs": "git",
                "repo": "https://github.com/Th3C0D3R/FoEHelperApp.git",
                "git_export": "http://i18n.foe-helper.com/git/foe-helper/app/",
                "branch": "master",
                "filemask": "FoEHelperApp/Resources/values-*/strings.xml",
                "template": "FoEHelperApp/Resources/values/strings.xml",
                "edit_template": false,
                "new_base": "FoEHelperApp/Resources/values/strings.xml",
                "file_format": "aresource",
                "license": "CC-BY-NC-2.0",
                "license_url": "https://creativecommons.org/licenses/by-nc/2.0/legalcode",
                "web_url": "http://i18n.foe-helper.com/projects/foe-helper/app/",
                "url": "http://i18n.foe-helper.com/api/components/foe-helper/app/?format=api",
                "repository_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/repository/?format=api",
                "translations_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/translations/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/statistics/?format=api",
                "lock_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/lock/?format=api",
                "changes_list_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/changes/?format=api",
                "new_lang": "add",
                "push": "https://github.com/Th3C0D3R/FoEHelperApp.git",
                "check_flags": "",
                "enforced_checks": "",
                "restricted": false
            },
            "language_code": "el",
            "id": 56,
            "filename": "FoEHelperApp/Resources/values-el/strings.xml",
            "revision": "5e5bfb344fac83cf61bffcccb5d8b39019d02b28,48f85e329b431d0427a121a20e980a4e1f08216c",
            "web_url": "http://i18n.foe-helper.com/projects/foe-helper/app/el/",
            "share_url": "http://i18n.foe-helper.com/engage/foe-helper/el/",
            "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/app/el/",
            "url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/el/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 34,
            "total_words": 223,
            "translated": 34,
            "translated_words": 223,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 11,
            "failing_checks_percent": 5.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-12-09T22:17:05.543952Z",
            "last_author": "Panmilios",
            "repository_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/el/repository/?format=api",
            "file_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/el/file/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/el/statistics/?format=api",
            "changes_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/el/changes/?format=api",
            "units_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/el/units/?format=api"
        },
        {
            "language": {
                "code": "pt_BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 263,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "braz_por",
                    "portuguese_br"
                ],
                "direction": "ltr",
                "web_url": "http://i18n.foe-helper.com/languages/pt_BR/",
                "url": "http://i18n.foe-helper.com/api/languages/pt_BR/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/languages/pt_BR/statistics/?format=api"
            },
            "component": {
                "name": "Extension",
                "slug": "extension",
                "id": 2,
                "project": {
                    "name": "FoE Helper",
                    "slug": "foe-helper",
                    "id": 1,
                    "web": "https://foe-helper.com",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 82,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "http://i18n.foe-helper.com/languages/en/",
                        "url": "http://i18n.foe-helper.com/api/languages/en/?format=api",
                        "statistics_url": "http://i18n.foe-helper.com/api/languages/en/statistics/?format=api"
                    },
                    "web_url": "http://i18n.foe-helper.com/projects/foe-helper/",
                    "url": "http://i18n.foe-helper.com/api/projects/foe-helper/?format=api",
                    "components_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/components/?format=api",
                    "repository_url": "http://i18n.foe-helper.com/api/projects/foe-helper/repository/?format=api",
                    "statistics_url": "http://i18n.foe-helper.com/api/projects/foe-helper/statistics/?format=api",
                    "changes_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/changes/?format=api",
                    "languages_url": "http://i18n.foe-helper.com/api/projects/foe-helper/languages/?format=api"
                },
                "vcs": "git",
                "repo": "https://github.com/mainIine/foe-helfer-extension",
                "git_export": "http://i18n.foe-helper.com/git/foe-helper/extension/",
                "branch": "beta",
                "filemask": "js/web/_i18n/*.json",
                "template": "js/web/_i18n/en.json",
                "edit_template": true,
                "new_base": "js/web/_i18n/en.json",
                "file_format": "json",
                "license": "CC-BY-NC-2.0",
                "license_url": "https://creativecommons.org/licenses/by-nc/2.0/legalcode",
                "web_url": "http://i18n.foe-helper.com/projects/foe-helper/extension/",
                "url": "http://i18n.foe-helper.com/api/components/foe-helper/extension/?format=api",
                "repository_url": "http://i18n.foe-helper.com/api/components/foe-helper/extension/repository/?format=api",
                "translations_url": "http://i18n.foe-helper.com/api/components/foe-helper/extension/translations/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/components/foe-helper/extension/statistics/?format=api",
                "lock_url": "http://i18n.foe-helper.com/api/components/foe-helper/extension/lock/?format=api",
                "changes_list_url": "http://i18n.foe-helper.com/api/components/foe-helper/extension/changes/?format=api",
                "new_lang": "add",
                "push": "https://github.com/mainIine/foe-helfer-extension",
                "check_flags": "",
                "enforced_checks": "['end_exclamation', 'end_colon', 'end_space']",
                "restricted": false
            },
            "language_code": "pt-br",
            "id": 58,
            "filename": "js/web/_i18n/pt-br.json",
            "revision": "b60581709af9b068c44bb15c033d7327ff665c39,f024ceb49916c169830f17d32b5d72a459780a30",
            "web_url": "http://i18n.foe-helper.com/projects/foe-helper/extension/pt_BR/",
            "share_url": "http://i18n.foe-helper.com/engage/foe-helper/pt_BR/",
            "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/extension/pt_BR/",
            "url": "http://i18n.foe-helper.com/api/translations/foe-helper/extension/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1392,
            "total_words": 5748,
            "translated": 672,
            "translated_words": 2428,
            "translated_percent": 48.2,
            "fuzzy": 102,
            "fuzzy_words": 654,
            "fuzzy_percent": 7.3,
            "failing_checks": 25,
            "failing_checks_words": 281,
            "failing_checks_percent": 1.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-25T19:22:38.966960Z",
            "last_author": "Micael Luiz Santos Amorim",
            "repository_url": "http://i18n.foe-helper.com/api/translations/foe-helper/extension/pt_BR/repository/?format=api",
            "file_url": "http://i18n.foe-helper.com/api/translations/foe-helper/extension/pt_BR/file/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/translations/foe-helper/extension/pt_BR/statistics/?format=api",
            "changes_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/extension/pt_BR/changes/?format=api",
            "units_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/extension/pt_BR/units/?format=api"
        },
        {
            "language": {
                "code": "it",
                "name": "Italian",
                "plural": {
                    "id": 160,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ita"
                ],
                "direction": "ltr",
                "web_url": "http://i18n.foe-helper.com/languages/it/",
                "url": "http://i18n.foe-helper.com/api/languages/it/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/languages/it/statistics/?format=api"
            },
            "component": {
                "name": "App",
                "slug": "app",
                "id": 5,
                "project": {
                    "name": "FoE Helper",
                    "slug": "foe-helper",
                    "id": 1,
                    "web": "https://foe-helper.com",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 82,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "http://i18n.foe-helper.com/languages/en/",
                        "url": "http://i18n.foe-helper.com/api/languages/en/?format=api",
                        "statistics_url": "http://i18n.foe-helper.com/api/languages/en/statistics/?format=api"
                    },
                    "web_url": "http://i18n.foe-helper.com/projects/foe-helper/",
                    "url": "http://i18n.foe-helper.com/api/projects/foe-helper/?format=api",
                    "components_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/components/?format=api",
                    "repository_url": "http://i18n.foe-helper.com/api/projects/foe-helper/repository/?format=api",
                    "statistics_url": "http://i18n.foe-helper.com/api/projects/foe-helper/statistics/?format=api",
                    "changes_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/changes/?format=api",
                    "languages_url": "http://i18n.foe-helper.com/api/projects/foe-helper/languages/?format=api"
                },
                "vcs": "git",
                "repo": "https://github.com/Th3C0D3R/FoEHelperApp.git",
                "git_export": "http://i18n.foe-helper.com/git/foe-helper/app/",
                "branch": "master",
                "filemask": "FoEHelperApp/Resources/values-*/strings.xml",
                "template": "FoEHelperApp/Resources/values/strings.xml",
                "edit_template": false,
                "new_base": "FoEHelperApp/Resources/values/strings.xml",
                "file_format": "aresource",
                "license": "CC-BY-NC-2.0",
                "license_url": "https://creativecommons.org/licenses/by-nc/2.0/legalcode",
                "web_url": "http://i18n.foe-helper.com/projects/foe-helper/app/",
                "url": "http://i18n.foe-helper.com/api/components/foe-helper/app/?format=api",
                "repository_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/repository/?format=api",
                "translations_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/translations/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/statistics/?format=api",
                "lock_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/lock/?format=api",
                "changes_list_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/changes/?format=api",
                "new_lang": "add",
                "push": "https://github.com/Th3C0D3R/FoEHelperApp.git",
                "check_flags": "",
                "enforced_checks": "",
                "restricted": false
            },
            "language_code": "it",
            "id": 59,
            "filename": "FoEHelperApp/Resources/values-it/strings.xml",
            "revision": "b1d7c0f5177976eae8faf4e23f41651f85bdb382,48f85e329b431d0427a121a20e980a4e1f08216c",
            "web_url": "http://i18n.foe-helper.com/projects/foe-helper/app/it/",
            "share_url": "http://i18n.foe-helper.com/engage/foe-helper/it/",
            "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/app/it/",
            "url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 34,
            "total_words": 223,
            "translated": 32,
            "translated_words": 143,
            "translated_percent": 94.1,
            "fuzzy": 2,
            "fuzzy_words": 80,
            "fuzzy_percent": 5.8,
            "failing_checks": 2,
            "failing_checks_words": 11,
            "failing_checks_percent": 5.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-11-10T10:01:15.283673Z",
            "last_author": "Nico",
            "repository_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/it/repository/?format=api",
            "file_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/it/file/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/it/statistics/?format=api",
            "changes_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/it/changes/?format=api",
            "units_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/it/units/?format=api"
        },
        {
            "language": {
                "code": "bs",
                "name": "Bosnian",
                "plural": {
                    "id": 48,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "bos"
                ],
                "direction": "ltr",
                "web_url": "http://i18n.foe-helper.com/languages/bs/",
                "url": "http://i18n.foe-helper.com/api/languages/bs/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/languages/bs/statistics/?format=api"
            },
            "component": {
                "name": "Extension",
                "slug": "extension",
                "id": 2,
                "project": {
                    "name": "FoE Helper",
                    "slug": "foe-helper",
                    "id": 1,
                    "web": "https://foe-helper.com",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 82,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "http://i18n.foe-helper.com/languages/en/",
                        "url": "http://i18n.foe-helper.com/api/languages/en/?format=api",
                        "statistics_url": "http://i18n.foe-helper.com/api/languages/en/statistics/?format=api"
                    },
                    "web_url": "http://i18n.foe-helper.com/projects/foe-helper/",
                    "url": "http://i18n.foe-helper.com/api/projects/foe-helper/?format=api",
                    "components_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/components/?format=api",
                    "repository_url": "http://i18n.foe-helper.com/api/projects/foe-helper/repository/?format=api",
                    "statistics_url": "http://i18n.foe-helper.com/api/projects/foe-helper/statistics/?format=api",
                    "changes_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/changes/?format=api",
                    "languages_url": "http://i18n.foe-helper.com/api/projects/foe-helper/languages/?format=api"
                },
                "vcs": "git",
                "repo": "https://github.com/mainIine/foe-helfer-extension",
                "git_export": "http://i18n.foe-helper.com/git/foe-helper/extension/",
                "branch": "beta",
                "filemask": "js/web/_i18n/*.json",
                "template": "js/web/_i18n/en.json",
                "edit_template": true,
                "new_base": "js/web/_i18n/en.json",
                "file_format": "json",
                "license": "CC-BY-NC-2.0",
                "license_url": "https://creativecommons.org/licenses/by-nc/2.0/legalcode",
                "web_url": "http://i18n.foe-helper.com/projects/foe-helper/extension/",
                "url": "http://i18n.foe-helper.com/api/components/foe-helper/extension/?format=api",
                "repository_url": "http://i18n.foe-helper.com/api/components/foe-helper/extension/repository/?format=api",
                "translations_url": "http://i18n.foe-helper.com/api/components/foe-helper/extension/translations/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/components/foe-helper/extension/statistics/?format=api",
                "lock_url": "http://i18n.foe-helper.com/api/components/foe-helper/extension/lock/?format=api",
                "changes_list_url": "http://i18n.foe-helper.com/api/components/foe-helper/extension/changes/?format=api",
                "new_lang": "add",
                "push": "https://github.com/mainIine/foe-helfer-extension",
                "check_flags": "",
                "enforced_checks": "['end_exclamation', 'end_colon', 'end_space']",
                "restricted": false
            },
            "language_code": "bs",
            "id": 60,
            "filename": "js/web/_i18n/bs.json",
            "revision": "392a2d49d64eb05df81c706e8872af90a9c272bc,f024ceb49916c169830f17d32b5d72a459780a30",
            "web_url": "http://i18n.foe-helper.com/projects/foe-helper/extension/bs/",
            "share_url": "http://i18n.foe-helper.com/engage/foe-helper/bs/",
            "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/extension/bs/",
            "url": "http://i18n.foe-helper.com/api/translations/foe-helper/extension/bs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1392,
            "total_words": 5748,
            "translated": 1083,
            "translated_words": 3816,
            "translated_percent": 77.8,
            "fuzzy": 39,
            "fuzzy_words": 315,
            "fuzzy_percent": 2.8,
            "failing_checks": 14,
            "failing_checks_words": 87,
            "failing_checks_percent": 1.0,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2023-05-12T13:07:47.361398Z",
            "last_author": "Emir Delalic",
            "repository_url": "http://i18n.foe-helper.com/api/translations/foe-helper/extension/bs/repository/?format=api",
            "file_url": "http://i18n.foe-helper.com/api/translations/foe-helper/extension/bs/file/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/translations/foe-helper/extension/bs/statistics/?format=api",
            "changes_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/extension/bs/changes/?format=api",
            "units_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/extension/bs/units/?format=api"
        },
        {
            "language": {
                "code": "nn",
                "name": "Norwegian Nynorsk",
                "plural": {
                    "id": 238,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "nno"
                ],
                "direction": "ltr",
                "web_url": "http://i18n.foe-helper.com/languages/nn/",
                "url": "http://i18n.foe-helper.com/api/languages/nn/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/languages/nn/statistics/?format=api"
            },
            "component": {
                "name": "App",
                "slug": "app",
                "id": 5,
                "project": {
                    "name": "FoE Helper",
                    "slug": "foe-helper",
                    "id": 1,
                    "web": "https://foe-helper.com",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 82,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "http://i18n.foe-helper.com/languages/en/",
                        "url": "http://i18n.foe-helper.com/api/languages/en/?format=api",
                        "statistics_url": "http://i18n.foe-helper.com/api/languages/en/statistics/?format=api"
                    },
                    "web_url": "http://i18n.foe-helper.com/projects/foe-helper/",
                    "url": "http://i18n.foe-helper.com/api/projects/foe-helper/?format=api",
                    "components_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/components/?format=api",
                    "repository_url": "http://i18n.foe-helper.com/api/projects/foe-helper/repository/?format=api",
                    "statistics_url": "http://i18n.foe-helper.com/api/projects/foe-helper/statistics/?format=api",
                    "changes_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/changes/?format=api",
                    "languages_url": "http://i18n.foe-helper.com/api/projects/foe-helper/languages/?format=api"
                },
                "vcs": "git",
                "repo": "https://github.com/Th3C0D3R/FoEHelperApp.git",
                "git_export": "http://i18n.foe-helper.com/git/foe-helper/app/",
                "branch": "master",
                "filemask": "FoEHelperApp/Resources/values-*/strings.xml",
                "template": "FoEHelperApp/Resources/values/strings.xml",
                "edit_template": false,
                "new_base": "FoEHelperApp/Resources/values/strings.xml",
                "file_format": "aresource",
                "license": "CC-BY-NC-2.0",
                "license_url": "https://creativecommons.org/licenses/by-nc/2.0/legalcode",
                "web_url": "http://i18n.foe-helper.com/projects/foe-helper/app/",
                "url": "http://i18n.foe-helper.com/api/components/foe-helper/app/?format=api",
                "repository_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/repository/?format=api",
                "translations_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/translations/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/statistics/?format=api",
                "lock_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/lock/?format=api",
                "changes_list_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/changes/?format=api",
                "new_lang": "add",
                "push": "https://github.com/Th3C0D3R/FoEHelperApp.git",
                "check_flags": "",
                "enforced_checks": "",
                "restricted": false
            },
            "language_code": "nn",
            "id": 62,
            "filename": "FoEHelperApp/Resources/values-nn/strings.xml",
            "revision": "0485925fb732afec271a40f5666842274967391a,48f85e329b431d0427a121a20e980a4e1f08216c",
            "web_url": "http://i18n.foe-helper.com/projects/foe-helper/app/nn/",
            "share_url": "http://i18n.foe-helper.com/engage/foe-helper/nn/",
            "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/app/nn/",
            "url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/nn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 34,
            "total_words": 223,
            "translated": 31,
            "translated_words": 128,
            "translated_percent": 91.1,
            "fuzzy": 3,
            "fuzzy_words": 95,
            "fuzzy_percent": 8.8,
            "failing_checks": 16,
            "failing_checks_words": 50,
            "failing_checks_percent": 47.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-04-25T03:19:05.289619Z",
            "last_author": "Magnus Beutner",
            "repository_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/nn/repository/?format=api",
            "file_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/nn/file/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/nn/statistics/?format=api",
            "changes_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/nn/changes/?format=api",
            "units_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/nn/units/?format=api"
        },
        {
            "language": {
                "code": "cs",
                "name": "Czech",
                "plural": {
                    "id": 66,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ces",
                    "cze"
                ],
                "direction": "ltr",
                "web_url": "http://i18n.foe-helper.com/languages/cs/",
                "url": "http://i18n.foe-helper.com/api/languages/cs/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/languages/cs/statistics/?format=api"
            },
            "component": {
                "name": "App",
                "slug": "app",
                "id": 5,
                "project": {
                    "name": "FoE Helper",
                    "slug": "foe-helper",
                    "id": 1,
                    "web": "https://foe-helper.com",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 82,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "http://i18n.foe-helper.com/languages/en/",
                        "url": "http://i18n.foe-helper.com/api/languages/en/?format=api",
                        "statistics_url": "http://i18n.foe-helper.com/api/languages/en/statistics/?format=api"
                    },
                    "web_url": "http://i18n.foe-helper.com/projects/foe-helper/",
                    "url": "http://i18n.foe-helper.com/api/projects/foe-helper/?format=api",
                    "components_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/components/?format=api",
                    "repository_url": "http://i18n.foe-helper.com/api/projects/foe-helper/repository/?format=api",
                    "statistics_url": "http://i18n.foe-helper.com/api/projects/foe-helper/statistics/?format=api",
                    "changes_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/changes/?format=api",
                    "languages_url": "http://i18n.foe-helper.com/api/projects/foe-helper/languages/?format=api"
                },
                "vcs": "git",
                "repo": "https://github.com/Th3C0D3R/FoEHelperApp.git",
                "git_export": "http://i18n.foe-helper.com/git/foe-helper/app/",
                "branch": "master",
                "filemask": "FoEHelperApp/Resources/values-*/strings.xml",
                "template": "FoEHelperApp/Resources/values/strings.xml",
                "edit_template": false,
                "new_base": "FoEHelperApp/Resources/values/strings.xml",
                "file_format": "aresource",
                "license": "CC-BY-NC-2.0",
                "license_url": "https://creativecommons.org/licenses/by-nc/2.0/legalcode",
                "web_url": "http://i18n.foe-helper.com/projects/foe-helper/app/",
                "url": "http://i18n.foe-helper.com/api/components/foe-helper/app/?format=api",
                "repository_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/repository/?format=api",
                "translations_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/translations/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/statistics/?format=api",
                "lock_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/lock/?format=api",
                "changes_list_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/changes/?format=api",
                "new_lang": "add",
                "push": "https://github.com/Th3C0D3R/FoEHelperApp.git",
                "check_flags": "",
                "enforced_checks": "",
                "restricted": false
            },
            "language_code": "cs",
            "id": 64,
            "filename": "FoEHelperApp/Resources/values-cs/strings.xml",
            "revision": "0d4a562d58e8b0025c1eaec59b0ea25a0e0f005f,48f85e329b431d0427a121a20e980a4e1f08216c",
            "web_url": "http://i18n.foe-helper.com/projects/foe-helper/app/cs/",
            "share_url": "http://i18n.foe-helper.com/engage/foe-helper/cs/",
            "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/app/cs/",
            "url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 34,
            "total_words": 223,
            "translated": 32,
            "translated_words": 212,
            "translated_percent": 94.1,
            "fuzzy": 2,
            "fuzzy_words": 11,
            "fuzzy_percent": 5.8,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-06-02T08:47:01.383120Z",
            "last_author": "Jarda Cerny",
            "repository_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/cs/repository/?format=api",
            "file_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/cs/file/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/cs/statistics/?format=api",
            "changes_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/cs/changes/?format=api",
            "units_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/cs/units/?format=api"
        },
        {
            "language": {
                "code": "nl",
                "name": "Dutch",
                "plural": {
                    "id": 236,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "dut",
                    "nld"
                ],
                "direction": "ltr",
                "web_url": "http://i18n.foe-helper.com/languages/nl/",
                "url": "http://i18n.foe-helper.com/api/languages/nl/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/languages/nl/statistics/?format=api"
            },
            "component": {
                "name": "App",
                "slug": "app",
                "id": 5,
                "project": {
                    "name": "FoE Helper",
                    "slug": "foe-helper",
                    "id": 1,
                    "web": "https://foe-helper.com",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 82,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "http://i18n.foe-helper.com/languages/en/",
                        "url": "http://i18n.foe-helper.com/api/languages/en/?format=api",
                        "statistics_url": "http://i18n.foe-helper.com/api/languages/en/statistics/?format=api"
                    },
                    "web_url": "http://i18n.foe-helper.com/projects/foe-helper/",
                    "url": "http://i18n.foe-helper.com/api/projects/foe-helper/?format=api",
                    "components_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/components/?format=api",
                    "repository_url": "http://i18n.foe-helper.com/api/projects/foe-helper/repository/?format=api",
                    "statistics_url": "http://i18n.foe-helper.com/api/projects/foe-helper/statistics/?format=api",
                    "changes_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/changes/?format=api",
                    "languages_url": "http://i18n.foe-helper.com/api/projects/foe-helper/languages/?format=api"
                },
                "vcs": "git",
                "repo": "https://github.com/Th3C0D3R/FoEHelperApp.git",
                "git_export": "http://i18n.foe-helper.com/git/foe-helper/app/",
                "branch": "master",
                "filemask": "FoEHelperApp/Resources/values-*/strings.xml",
                "template": "FoEHelperApp/Resources/values/strings.xml",
                "edit_template": false,
                "new_base": "FoEHelperApp/Resources/values/strings.xml",
                "file_format": "aresource",
                "license": "CC-BY-NC-2.0",
                "license_url": "https://creativecommons.org/licenses/by-nc/2.0/legalcode",
                "web_url": "http://i18n.foe-helper.com/projects/foe-helper/app/",
                "url": "http://i18n.foe-helper.com/api/components/foe-helper/app/?format=api",
                "repository_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/repository/?format=api",
                "translations_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/translations/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/statistics/?format=api",
                "lock_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/lock/?format=api",
                "changes_list_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/changes/?format=api",
                "new_lang": "add",
                "push": "https://github.com/Th3C0D3R/FoEHelperApp.git",
                "check_flags": "",
                "enforced_checks": "",
                "restricted": false
            },
            "language_code": "nl",
            "id": 66,
            "filename": "FoEHelperApp/Resources/values-nl/strings.xml",
            "revision": "7e051e57dfb853a4ba1e0efe8a251d0c2cd53c35,48f85e329b431d0427a121a20e980a4e1f08216c",
            "web_url": "http://i18n.foe-helper.com/projects/foe-helper/app/nl/",
            "share_url": "http://i18n.foe-helper.com/engage/foe-helper/nl/",
            "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/app/nl/",
            "url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 34,
            "total_words": 223,
            "translated": 34,
            "translated_words": 223,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 11,
            "failing_checks_percent": 5.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-04-27T15:26:41.142269Z",
            "last_author": "Arnold Dikstaal",
            "repository_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/nl/repository/?format=api",
            "file_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/nl/file/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/nl/statistics/?format=api",
            "changes_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/nl/changes/?format=api",
            "units_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/nl/units/?format=api"
        },
        {
            "language": {
                "code": "pt",
                "name": "Portuguese",
                "plural": {
                    "id": 261,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "por"
                ],
                "direction": "ltr",
                "web_url": "http://i18n.foe-helper.com/languages/pt/",
                "url": "http://i18n.foe-helper.com/api/languages/pt/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/languages/pt/statistics/?format=api"
            },
            "component": {
                "name": "App",
                "slug": "app",
                "id": 5,
                "project": {
                    "name": "FoE Helper",
                    "slug": "foe-helper",
                    "id": 1,
                    "web": "https://foe-helper.com",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 82,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "http://i18n.foe-helper.com/languages/en/",
                        "url": "http://i18n.foe-helper.com/api/languages/en/?format=api",
                        "statistics_url": "http://i18n.foe-helper.com/api/languages/en/statistics/?format=api"
                    },
                    "web_url": "http://i18n.foe-helper.com/projects/foe-helper/",
                    "url": "http://i18n.foe-helper.com/api/projects/foe-helper/?format=api",
                    "components_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/components/?format=api",
                    "repository_url": "http://i18n.foe-helper.com/api/projects/foe-helper/repository/?format=api",
                    "statistics_url": "http://i18n.foe-helper.com/api/projects/foe-helper/statistics/?format=api",
                    "changes_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/changes/?format=api",
                    "languages_url": "http://i18n.foe-helper.com/api/projects/foe-helper/languages/?format=api"
                },
                "vcs": "git",
                "repo": "https://github.com/Th3C0D3R/FoEHelperApp.git",
                "git_export": "http://i18n.foe-helper.com/git/foe-helper/app/",
                "branch": "master",
                "filemask": "FoEHelperApp/Resources/values-*/strings.xml",
                "template": "FoEHelperApp/Resources/values/strings.xml",
                "edit_template": false,
                "new_base": "FoEHelperApp/Resources/values/strings.xml",
                "file_format": "aresource",
                "license": "CC-BY-NC-2.0",
                "license_url": "https://creativecommons.org/licenses/by-nc/2.0/legalcode",
                "web_url": "http://i18n.foe-helper.com/projects/foe-helper/app/",
                "url": "http://i18n.foe-helper.com/api/components/foe-helper/app/?format=api",
                "repository_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/repository/?format=api",
                "translations_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/translations/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/statistics/?format=api",
                "lock_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/lock/?format=api",
                "changes_list_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/changes/?format=api",
                "new_lang": "add",
                "push": "https://github.com/Th3C0D3R/FoEHelperApp.git",
                "check_flags": "",
                "enforced_checks": "",
                "restricted": false
            },
            "language_code": "pt",
            "id": 67,
            "filename": "FoEHelperApp/Resources/values-pt/strings.xml",
            "revision": "ef72afde617c9331b22fefa268eada297711a636,48f85e329b431d0427a121a20e980a4e1f08216c",
            "web_url": "http://i18n.foe-helper.com/projects/foe-helper/app/pt/",
            "share_url": "http://i18n.foe-helper.com/engage/foe-helper/pt/",
            "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/app/pt/",
            "url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/pt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 34,
            "total_words": 223,
            "translated": 34,
            "translated_words": 223,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 10,
            "failing_checks_words": 22,
            "failing_checks_percent": 29.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-02-01T13:54:16.382552Z",
            "last_author": "Francisco Miguel Morais",
            "repository_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/pt/repository/?format=api",
            "file_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/pt/file/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/pt/statistics/?format=api",
            "changes_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/pt/changes/?format=api",
            "units_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/pt/units/?format=api"
        },
        {
            "language": {
                "code": "pt_BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 263,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "braz_por",
                    "portuguese_br"
                ],
                "direction": "ltr",
                "web_url": "http://i18n.foe-helper.com/languages/pt_BR/",
                "url": "http://i18n.foe-helper.com/api/languages/pt_BR/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/languages/pt_BR/statistics/?format=api"
            },
            "component": {
                "name": "App",
                "slug": "app",
                "id": 5,
                "project": {
                    "name": "FoE Helper",
                    "slug": "foe-helper",
                    "id": 1,
                    "web": "https://foe-helper.com",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 82,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "http://i18n.foe-helper.com/languages/en/",
                        "url": "http://i18n.foe-helper.com/api/languages/en/?format=api",
                        "statistics_url": "http://i18n.foe-helper.com/api/languages/en/statistics/?format=api"
                    },
                    "web_url": "http://i18n.foe-helper.com/projects/foe-helper/",
                    "url": "http://i18n.foe-helper.com/api/projects/foe-helper/?format=api",
                    "components_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/components/?format=api",
                    "repository_url": "http://i18n.foe-helper.com/api/projects/foe-helper/repository/?format=api",
                    "statistics_url": "http://i18n.foe-helper.com/api/projects/foe-helper/statistics/?format=api",
                    "changes_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/changes/?format=api",
                    "languages_url": "http://i18n.foe-helper.com/api/projects/foe-helper/languages/?format=api"
                },
                "vcs": "git",
                "repo": "https://github.com/Th3C0D3R/FoEHelperApp.git",
                "git_export": "http://i18n.foe-helper.com/git/foe-helper/app/",
                "branch": "master",
                "filemask": "FoEHelperApp/Resources/values-*/strings.xml",
                "template": "FoEHelperApp/Resources/values/strings.xml",
                "edit_template": false,
                "new_base": "FoEHelperApp/Resources/values/strings.xml",
                "file_format": "aresource",
                "license": "CC-BY-NC-2.0",
                "license_url": "https://creativecommons.org/licenses/by-nc/2.0/legalcode",
                "web_url": "http://i18n.foe-helper.com/projects/foe-helper/app/",
                "url": "http://i18n.foe-helper.com/api/components/foe-helper/app/?format=api",
                "repository_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/repository/?format=api",
                "translations_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/translations/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/statistics/?format=api",
                "lock_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/lock/?format=api",
                "changes_list_url": "http://i18n.foe-helper.com/api/components/foe-helper/app/changes/?format=api",
                "new_lang": "add",
                "push": "https://github.com/Th3C0D3R/FoEHelperApp.git",
                "check_flags": "",
                "enforced_checks": "",
                "restricted": false
            },
            "language_code": "pt-rBR",
            "id": 68,
            "filename": "FoEHelperApp/Resources/values-pt-rBR/strings.xml",
            "revision": "fbc8cbbaf4092aad55a6f7bbb362686a271d7979,48f85e329b431d0427a121a20e980a4e1f08216c",
            "web_url": "http://i18n.foe-helper.com/projects/foe-helper/app/pt_BR/",
            "share_url": "http://i18n.foe-helper.com/engage/foe-helper/pt_BR/",
            "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/app/pt_BR/",
            "url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 34,
            "total_words": 223,
            "translated": 33,
            "translated_words": 220,
            "translated_percent": 97.0,
            "fuzzy": 1,
            "fuzzy_words": 3,
            "fuzzy_percent": 2.9,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-04-19T03:05:38.850330Z",
            "last_author": "Magnus Beutner",
            "repository_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/pt_BR/repository/?format=api",
            "file_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/pt_BR/file/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/pt_BR/statistics/?format=api",
            "changes_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/pt_BR/changes/?format=api",
            "units_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/app/pt_BR/units/?format=api"
        },
        {
            "language": {
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 117,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "french",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "web_url": "http://i18n.foe-helper.com/languages/fr/",
                "url": "http://i18n.foe-helper.com/api/languages/fr/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "Website",
                "slug": "website",
                "id": 4,
                "project": {
                    "name": "FoE Helper",
                    "slug": "foe-helper",
                    "id": 1,
                    "web": "https://foe-helper.com",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 82,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "http://i18n.foe-helper.com/languages/en/",
                        "url": "http://i18n.foe-helper.com/api/languages/en/?format=api",
                        "statistics_url": "http://i18n.foe-helper.com/api/languages/en/statistics/?format=api"
                    },
                    "web_url": "http://i18n.foe-helper.com/projects/foe-helper/",
                    "url": "http://i18n.foe-helper.com/api/projects/foe-helper/?format=api",
                    "components_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/components/?format=api",
                    "repository_url": "http://i18n.foe-helper.com/api/projects/foe-helper/repository/?format=api",
                    "statistics_url": "http://i18n.foe-helper.com/api/projects/foe-helper/statistics/?format=api",
                    "changes_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/changes/?format=api",
                    "languages_url": "http://i18n.foe-helper.com/api/projects/foe-helper/languages/?format=api"
                },
                "vcs": "git",
                "repo": "https://github.com/mainIine/foe-helfer-website",
                "git_export": "http://i18n.foe-helper.com/git/foe-helper/website/",
                "branch": "beta",
                "filemask": "i18n/*.json",
                "template": "i18n/en.json",
                "edit_template": true,
                "new_base": "i18n/en.json",
                "file_format": "json",
                "license": "CC-BY-NC-2.0",
                "license_url": "https://creativecommons.org/licenses/by-nc/2.0/legalcode",
                "web_url": "http://i18n.foe-helper.com/projects/foe-helper/website/",
                "url": "http://i18n.foe-helper.com/api/components/foe-helper/website/?format=api",
                "repository_url": "http://i18n.foe-helper.com/api/components/foe-helper/website/repository/?format=api",
                "translations_url": "http://i18n.foe-helper.com/api/components/foe-helper/website/translations/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/components/foe-helper/website/statistics/?format=api",
                "lock_url": "http://i18n.foe-helper.com/api/components/foe-helper/website/lock/?format=api",
                "changes_list_url": "http://i18n.foe-helper.com/api/components/foe-helper/website/changes/?format=api",
                "new_lang": "add",
                "push": "https://github.com/mainIine/foe-helfer-website",
                "check_flags": "",
                "enforced_checks": "",
                "restricted": false
            },
            "language_code": "fr",
            "id": 71,
            "filename": "i18n/fr.json",
            "revision": "07e29825e41ad4d3cd89955af6fa64491a10a4f3,28c8305fb672269dc687e66f3f7b17add2499406",
            "web_url": "http://i18n.foe-helper.com/projects/foe-helper/website/fr/",
            "share_url": "http://i18n.foe-helper.com/engage/foe-helper/fr/",
            "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/website/fr/",
            "url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 455,
            "total_words": 2326,
            "translated": 455,
            "translated_words": 2326,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-16T06:42:28.395315Z",
            "last_author": "Pierre-André Butty",
            "repository_url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/fr/repository/?format=api",
            "file_url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/fr/file/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/fr/statistics/?format=api",
            "changes_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/fr/changes/?format=api",
            "units_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/fr/units/?format=api"
        },
        {
            "language": {
                "code": "fi",
                "name": "Finnish",
                "plural": {
                    "id": 113,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "fin"
                ],
                "direction": "ltr",
                "web_url": "http://i18n.foe-helper.com/languages/fi/",
                "url": "http://i18n.foe-helper.com/api/languages/fi/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/languages/fi/statistics/?format=api"
            },
            "component": {
                "name": "Extension",
                "slug": "extension",
                "id": 2,
                "project": {
                    "name": "FoE Helper",
                    "slug": "foe-helper",
                    "id": 1,
                    "web": "https://foe-helper.com",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 82,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "http://i18n.foe-helper.com/languages/en/",
                        "url": "http://i18n.foe-helper.com/api/languages/en/?format=api",
                        "statistics_url": "http://i18n.foe-helper.com/api/languages/en/statistics/?format=api"
                    },
                    "web_url": "http://i18n.foe-helper.com/projects/foe-helper/",
                    "url": "http://i18n.foe-helper.com/api/projects/foe-helper/?format=api",
                    "components_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/components/?format=api",
                    "repository_url": "http://i18n.foe-helper.com/api/projects/foe-helper/repository/?format=api",
                    "statistics_url": "http://i18n.foe-helper.com/api/projects/foe-helper/statistics/?format=api",
                    "changes_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/changes/?format=api",
                    "languages_url": "http://i18n.foe-helper.com/api/projects/foe-helper/languages/?format=api"
                },
                "vcs": "git",
                "repo": "https://github.com/mainIine/foe-helfer-extension",
                "git_export": "http://i18n.foe-helper.com/git/foe-helper/extension/",
                "branch": "beta",
                "filemask": "js/web/_i18n/*.json",
                "template": "js/web/_i18n/en.json",
                "edit_template": true,
                "new_base": "js/web/_i18n/en.json",
                "file_format": "json",
                "license": "CC-BY-NC-2.0",
                "license_url": "https://creativecommons.org/licenses/by-nc/2.0/legalcode",
                "web_url": "http://i18n.foe-helper.com/projects/foe-helper/extension/",
                "url": "http://i18n.foe-helper.com/api/components/foe-helper/extension/?format=api",
                "repository_url": "http://i18n.foe-helper.com/api/components/foe-helper/extension/repository/?format=api",
                "translations_url": "http://i18n.foe-helper.com/api/components/foe-helper/extension/translations/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/components/foe-helper/extension/statistics/?format=api",
                "lock_url": "http://i18n.foe-helper.com/api/components/foe-helper/extension/lock/?format=api",
                "changes_list_url": "http://i18n.foe-helper.com/api/components/foe-helper/extension/changes/?format=api",
                "new_lang": "add",
                "push": "https://github.com/mainIine/foe-helfer-extension",
                "check_flags": "",
                "enforced_checks": "['end_exclamation', 'end_colon', 'end_space']",
                "restricted": false
            },
            "language_code": "fi",
            "id": 72,
            "filename": "js/web/_i18n/fi.json",
            "revision": "10df8e6bb1d47b1c740d17a8b60c55bb80d4c670,f024ceb49916c169830f17d32b5d72a459780a30",
            "web_url": "http://i18n.foe-helper.com/projects/foe-helper/extension/fi/",
            "share_url": "http://i18n.foe-helper.com/engage/foe-helper/fi/",
            "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/extension/fi/",
            "url": "http://i18n.foe-helper.com/api/translations/foe-helper/extension/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1392,
            "total_words": 5748,
            "translated": 6,
            "translated_words": 12,
            "translated_percent": 0.4,
            "fuzzy": 1,
            "fuzzy_words": 20,
            "fuzzy_percent": 0.1,
            "failing_checks": 1,
            "failing_checks_words": 4,
            "failing_checks_percent": 0.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-04-25T02:48:16.739562Z",
            "last_author": "Magnus Beutner",
            "repository_url": "http://i18n.foe-helper.com/api/translations/foe-helper/extension/fi/repository/?format=api",
            "file_url": "http://i18n.foe-helper.com/api/translations/foe-helper/extension/fi/file/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/translations/foe-helper/extension/fi/statistics/?format=api",
            "changes_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/extension/fi/changes/?format=api",
            "units_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/extension/fi/units/?format=api"
        },
        {
            "language": {
                "code": "sk",
                "name": "Slovak",
                "plural": {
                    "id": 292,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "svk",
                    "slk",
                    "slo"
                ],
                "direction": "ltr",
                "web_url": "http://i18n.foe-helper.com/languages/sk/",
                "url": "http://i18n.foe-helper.com/api/languages/sk/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/languages/sk/statistics/?format=api"
            },
            "component": {
                "name": "Website",
                "slug": "website",
                "id": 4,
                "project": {
                    "name": "FoE Helper",
                    "slug": "foe-helper",
                    "id": 1,
                    "web": "https://foe-helper.com",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 82,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "http://i18n.foe-helper.com/languages/en/",
                        "url": "http://i18n.foe-helper.com/api/languages/en/?format=api",
                        "statistics_url": "http://i18n.foe-helper.com/api/languages/en/statistics/?format=api"
                    },
                    "web_url": "http://i18n.foe-helper.com/projects/foe-helper/",
                    "url": "http://i18n.foe-helper.com/api/projects/foe-helper/?format=api",
                    "components_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/components/?format=api",
                    "repository_url": "http://i18n.foe-helper.com/api/projects/foe-helper/repository/?format=api",
                    "statistics_url": "http://i18n.foe-helper.com/api/projects/foe-helper/statistics/?format=api",
                    "changes_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/changes/?format=api",
                    "languages_url": "http://i18n.foe-helper.com/api/projects/foe-helper/languages/?format=api"
                },
                "vcs": "git",
                "repo": "https://github.com/mainIine/foe-helfer-website",
                "git_export": "http://i18n.foe-helper.com/git/foe-helper/website/",
                "branch": "beta",
                "filemask": "i18n/*.json",
                "template": "i18n/en.json",
                "edit_template": true,
                "new_base": "i18n/en.json",
                "file_format": "json",
                "license": "CC-BY-NC-2.0",
                "license_url": "https://creativecommons.org/licenses/by-nc/2.0/legalcode",
                "web_url": "http://i18n.foe-helper.com/projects/foe-helper/website/",
                "url": "http://i18n.foe-helper.com/api/components/foe-helper/website/?format=api",
                "repository_url": "http://i18n.foe-helper.com/api/components/foe-helper/website/repository/?format=api",
                "translations_url": "http://i18n.foe-helper.com/api/components/foe-helper/website/translations/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/components/foe-helper/website/statistics/?format=api",
                "lock_url": "http://i18n.foe-helper.com/api/components/foe-helper/website/lock/?format=api",
                "changes_list_url": "http://i18n.foe-helper.com/api/components/foe-helper/website/changes/?format=api",
                "new_lang": "add",
                "push": "https://github.com/mainIine/foe-helfer-website",
                "check_flags": "",
                "enforced_checks": "",
                "restricted": false
            },
            "language_code": "sk",
            "id": 73,
            "filename": "i18n/sk.json",
            "revision": "23788b48e0ea45ea4772d772b118848083d7b804,5189206d45d7fa658fb63ea96782d48176ff22af",
            "web_url": "http://i18n.foe-helper.com/projects/foe-helper/website/sk/",
            "share_url": "http://i18n.foe-helper.com/engage/foe-helper/sk/",
            "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/website/sk/",
            "url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/sk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 457,
            "total_words": 2347,
            "translated": 66,
            "translated_words": 148,
            "translated_percent": 14.4,
            "fuzzy": 4,
            "fuzzy_words": 15,
            "fuzzy_percent": 0.8,
            "failing_checks": 1,
            "failing_checks_words": 4,
            "failing_checks_percent": 0.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-10-17T13:37:11.322089Z",
            "last_author": "Ján Helbich",
            "repository_url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/sk/repository/?format=api",
            "file_url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/sk/file/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/sk/statistics/?format=api",
            "changes_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/sk/changes/?format=api",
            "units_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/sk/units/?format=api"
        },
        {
            "language": {
                "code": "it",
                "name": "Italian",
                "plural": {
                    "id": 160,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ita"
                ],
                "direction": "ltr",
                "web_url": "http://i18n.foe-helper.com/languages/it/",
                "url": "http://i18n.foe-helper.com/api/languages/it/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/languages/it/statistics/?format=api"
            },
            "component": {
                "name": "Website",
                "slug": "website",
                "id": 4,
                "project": {
                    "name": "FoE Helper",
                    "slug": "foe-helper",
                    "id": 1,
                    "web": "https://foe-helper.com",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 82,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "http://i18n.foe-helper.com/languages/en/",
                        "url": "http://i18n.foe-helper.com/api/languages/en/?format=api",
                        "statistics_url": "http://i18n.foe-helper.com/api/languages/en/statistics/?format=api"
                    },
                    "web_url": "http://i18n.foe-helper.com/projects/foe-helper/",
                    "url": "http://i18n.foe-helper.com/api/projects/foe-helper/?format=api",
                    "components_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/components/?format=api",
                    "repository_url": "http://i18n.foe-helper.com/api/projects/foe-helper/repository/?format=api",
                    "statistics_url": "http://i18n.foe-helper.com/api/projects/foe-helper/statistics/?format=api",
                    "changes_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/changes/?format=api",
                    "languages_url": "http://i18n.foe-helper.com/api/projects/foe-helper/languages/?format=api"
                },
                "vcs": "git",
                "repo": "https://github.com/mainIine/foe-helfer-website",
                "git_export": "http://i18n.foe-helper.com/git/foe-helper/website/",
                "branch": "beta",
                "filemask": "i18n/*.json",
                "template": "i18n/en.json",
                "edit_template": true,
                "new_base": "i18n/en.json",
                "file_format": "json",
                "license": "CC-BY-NC-2.0",
                "license_url": "https://creativecommons.org/licenses/by-nc/2.0/legalcode",
                "web_url": "http://i18n.foe-helper.com/projects/foe-helper/website/",
                "url": "http://i18n.foe-helper.com/api/components/foe-helper/website/?format=api",
                "repository_url": "http://i18n.foe-helper.com/api/components/foe-helper/website/repository/?format=api",
                "translations_url": "http://i18n.foe-helper.com/api/components/foe-helper/website/translations/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/components/foe-helper/website/statistics/?format=api",
                "lock_url": "http://i18n.foe-helper.com/api/components/foe-helper/website/lock/?format=api",
                "changes_list_url": "http://i18n.foe-helper.com/api/components/foe-helper/website/changes/?format=api",
                "new_lang": "add",
                "push": "https://github.com/mainIine/foe-helfer-website",
                "check_flags": "",
                "enforced_checks": "",
                "restricted": false
            },
            "language_code": "it",
            "id": 74,
            "filename": "i18n/it.json",
            "revision": "0b8fdd882d9ebd2446431eed4208599c840d7cac,28c8305fb672269dc687e66f3f7b17add2499406",
            "web_url": "http://i18n.foe-helper.com/projects/foe-helper/website/it/",
            "share_url": "http://i18n.foe-helper.com/engage/foe-helper/it/",
            "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/website/it/",
            "url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 455,
            "total_words": 2326,
            "translated": 455,
            "translated_words": 2326,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-17T13:33:05.831239Z",
            "last_author": "Visco nico",
            "repository_url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/it/repository/?format=api",
            "file_url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/it/file/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/it/statistics/?format=api",
            "changes_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/it/changes/?format=api",
            "units_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/it/units/?format=api"
        },
        {
            "language": {
                "code": "rue",
                "name": "Rusyn",
                "plural": {
                    "id": 273,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "web_url": "http://i18n.foe-helper.com/languages/rue/",
                "url": "http://i18n.foe-helper.com/api/languages/rue/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/languages/rue/statistics/?format=api"
            },
            "component": {
                "name": "Website",
                "slug": "website",
                "id": 4,
                "project": {
                    "name": "FoE Helper",
                    "slug": "foe-helper",
                    "id": 1,
                    "web": "https://foe-helper.com",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 82,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "http://i18n.foe-helper.com/languages/en/",
                        "url": "http://i18n.foe-helper.com/api/languages/en/?format=api",
                        "statistics_url": "http://i18n.foe-helper.com/api/languages/en/statistics/?format=api"
                    },
                    "web_url": "http://i18n.foe-helper.com/projects/foe-helper/",
                    "url": "http://i18n.foe-helper.com/api/projects/foe-helper/?format=api",
                    "components_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/components/?format=api",
                    "repository_url": "http://i18n.foe-helper.com/api/projects/foe-helper/repository/?format=api",
                    "statistics_url": "http://i18n.foe-helper.com/api/projects/foe-helper/statistics/?format=api",
                    "changes_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/changes/?format=api",
                    "languages_url": "http://i18n.foe-helper.com/api/projects/foe-helper/languages/?format=api"
                },
                "vcs": "git",
                "repo": "https://github.com/mainIine/foe-helfer-website",
                "git_export": "http://i18n.foe-helper.com/git/foe-helper/website/",
                "branch": "beta",
                "filemask": "i18n/*.json",
                "template": "i18n/en.json",
                "edit_template": true,
                "new_base": "i18n/en.json",
                "file_format": "json",
                "license": "CC-BY-NC-2.0",
                "license_url": "https://creativecommons.org/licenses/by-nc/2.0/legalcode",
                "web_url": "http://i18n.foe-helper.com/projects/foe-helper/website/",
                "url": "http://i18n.foe-helper.com/api/components/foe-helper/website/?format=api",
                "repository_url": "http://i18n.foe-helper.com/api/components/foe-helper/website/repository/?format=api",
                "translations_url": "http://i18n.foe-helper.com/api/components/foe-helper/website/translations/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/components/foe-helper/website/statistics/?format=api",
                "lock_url": "http://i18n.foe-helper.com/api/components/foe-helper/website/lock/?format=api",
                "changes_list_url": "http://i18n.foe-helper.com/api/components/foe-helper/website/changes/?format=api",
                "new_lang": "add",
                "push": "https://github.com/mainIine/foe-helfer-website",
                "check_flags": "",
                "enforced_checks": "",
                "restricted": false
            },
            "language_code": "rue",
            "id": 75,
            "filename": "i18n/rue.json",
            "revision": "a49e49f32313f44fec2434264a5624038d47a85f,5189206d45d7fa658fb63ea96782d48176ff22af",
            "web_url": "http://i18n.foe-helper.com/projects/foe-helper/website/rue/",
            "share_url": "http://i18n.foe-helper.com/engage/foe-helper/rue/",
            "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/website/rue/",
            "url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/rue/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 457,
            "total_words": 2347,
            "translated": 2,
            "translated_words": 2,
            "translated_percent": 0.4,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 0.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-03-25T12:07:57.009099Z",
            "last_author": "Weblate Admin",
            "repository_url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/rue/repository/?format=api",
            "file_url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/rue/file/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/rue/statistics/?format=api",
            "changes_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/rue/changes/?format=api",
            "units_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/rue/units/?format=api"
        },
        {
            "language": {
                "code": "ru",
                "name": "Russian",
                "plural": {
                    "id": 271,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "russian",
                    "ru_r",
                    "ru_rr",
                    "rus"
                ],
                "direction": "ltr",
                "web_url": "http://i18n.foe-helper.com/languages/ru/",
                "url": "http://i18n.foe-helper.com/api/languages/ru/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/languages/ru/statistics/?format=api"
            },
            "component": {
                "name": "Website",
                "slug": "website",
                "id": 4,
                "project": {
                    "name": "FoE Helper",
                    "slug": "foe-helper",
                    "id": 1,
                    "web": "https://foe-helper.com",
                    "source_language": {
                        "code": "en",
                        "name": "English",
                        "plural": {
                            "id": 82,
                            "source": 0,
                            "number": 2,
                            "formula": "n != 1",
                            "type": 1
                        },
                        "aliases": [
                            "english",
                            "en_en",
                            "base",
                            "source",
                            "eng"
                        ],
                        "direction": "ltr",
                        "web_url": "http://i18n.foe-helper.com/languages/en/",
                        "url": "http://i18n.foe-helper.com/api/languages/en/?format=api",
                        "statistics_url": "http://i18n.foe-helper.com/api/languages/en/statistics/?format=api"
                    },
                    "web_url": "http://i18n.foe-helper.com/projects/foe-helper/",
                    "url": "http://i18n.foe-helper.com/api/projects/foe-helper/?format=api",
                    "components_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/components/?format=api",
                    "repository_url": "http://i18n.foe-helper.com/api/projects/foe-helper/repository/?format=api",
                    "statistics_url": "http://i18n.foe-helper.com/api/projects/foe-helper/statistics/?format=api",
                    "changes_list_url": "http://i18n.foe-helper.com/api/projects/foe-helper/changes/?format=api",
                    "languages_url": "http://i18n.foe-helper.com/api/projects/foe-helper/languages/?format=api"
                },
                "vcs": "git",
                "repo": "https://github.com/mainIine/foe-helfer-website",
                "git_export": "http://i18n.foe-helper.com/git/foe-helper/website/",
                "branch": "beta",
                "filemask": "i18n/*.json",
                "template": "i18n/en.json",
                "edit_template": true,
                "new_base": "i18n/en.json",
                "file_format": "json",
                "license": "CC-BY-NC-2.0",
                "license_url": "https://creativecommons.org/licenses/by-nc/2.0/legalcode",
                "web_url": "http://i18n.foe-helper.com/projects/foe-helper/website/",
                "url": "http://i18n.foe-helper.com/api/components/foe-helper/website/?format=api",
                "repository_url": "http://i18n.foe-helper.com/api/components/foe-helper/website/repository/?format=api",
                "translations_url": "http://i18n.foe-helper.com/api/components/foe-helper/website/translations/?format=api",
                "statistics_url": "http://i18n.foe-helper.com/api/components/foe-helper/website/statistics/?format=api",
                "lock_url": "http://i18n.foe-helper.com/api/components/foe-helper/website/lock/?format=api",
                "changes_list_url": "http://i18n.foe-helper.com/api/components/foe-helper/website/changes/?format=api",
                "new_lang": "add",
                "push": "https://github.com/mainIine/foe-helfer-website",
                "check_flags": "",
                "enforced_checks": "",
                "restricted": false
            },
            "language_code": "ru",
            "id": 76,
            "filename": "i18n/ru.json",
            "revision": "dfa90d38e3fdd59efd900d78776f33c55e2ed52f,5189206d45d7fa658fb63ea96782d48176ff22af",
            "web_url": "http://i18n.foe-helper.com/projects/foe-helper/website/ru/",
            "share_url": "http://i18n.foe-helper.com/engage/foe-helper/ru/",
            "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/website/ru/",
            "url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 455,
            "total_words": 2326,
            "translated": 94,
            "translated_words": 525,
            "translated_percent": 20.6,
            "fuzzy": 3,
            "fuzzy_words": 7,
            "fuzzy_percent": 0.6,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-02-24T20:03:10.159835Z",
            "last_author": "Oleg",
            "repository_url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/ru/repository/?format=api",
            "file_url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/ru/file/?format=api",
            "statistics_url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/ru/statistics/?format=api",
            "changes_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/ru/changes/?format=api",
            "units_list_url": "http://i18n.foe-helper.com/api/translations/foe-helper/website/ru/units/?format=api"
        }
    ]
}