Translation components API.

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

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

{
    "count": 206,
    "next": null,
    "previous": "https://l10n.xwiki.org/api/components/?format=api&page=4",
    "results": [
        {
            "name": "xwiki-platform-legacy-messagestream-api",
            "slug": "xwiki-platform-legacy-messagestream-api",
            "id": 268,
            "source_language": {
                "id": 71,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 71,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://l10n.xwiki.org/languages/en/",
                "url": "https://l10n.xwiki.org/api/languages/en/?format=api",
                "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "XWiki Platform",
                "slug": "xwiki-platform",
                "id": 1,
                "web": "http://www.xwiki.org",
                "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/",
                "url": "https://l10n.xwiki.org/api/projects/xwiki-platform/?format=api",
                "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/components/?format=api",
                "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/repository/?format=api",
                "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/statistics/?format=api",
                "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/categories/?format=api",
                "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/changes/?format=api",
                "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/languages/?format=api",
                "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "github",
            "repo": "https://github.com/xwiki/xwiki-platform",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-messagestream/xwiki-platform-legacy-messagestream-api/src/main/resources/ApplicationResources_*.properties",
            "screenshot_filemask": "",
            "template": "xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-messagestream/xwiki-platform-legacy-messagestream-api/src/main/resources/ApplicationResources.properties",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "xwiki-java-properties",
            "license": "LGPL-2.1-only",
            "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html",
            "agreement": "",
            "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-platform-legacy-messagestream-api/",
            "url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-legacy-messagestream-api/?format=api",
            "repository_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-legacy-messagestream-api/repository/?format=api",
            "translations_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-legacy-messagestream-api/translations/?format=api",
            "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-legacy-messagestream-api/statistics/?format=api",
            "lock_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-legacy-messagestream-api/lock/?format=api",
            "links_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-legacy-messagestream-api/links/?format=api",
            "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-platform-legacy-messagestream-api/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://github.com/xwiki/xwiki-platform",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from Weblate\r\n\r\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\r\n\r\n{% if component.linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component.linked_child %}\r\n{{ component.project.name }}/{{ component.name }}\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})\r\n\r\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 1,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null
        },
        {
            "name": "cristal - authentication-ui",
            "slug": "cristal-authentication-ui",
            "id": 269,
            "source_language": {
                "id": 71,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 71,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://l10n.xwiki.org/languages/en/",
                "url": "https://l10n.xwiki.org/api/languages/en/?format=api",
                "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "XWiki Contrib",
                "slug": "xwiki-contrib",
                "id": 3,
                "web": "http://contrib.xwiki.org",
                "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/",
                "url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/?format=api",
                "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/components/?format=api",
                "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/repository/?format=api",
                "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/statistics/?format=api",
                "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/categories/?format=api",
                "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/changes/?format=api",
                "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/languages/?format=api",
                "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "github",
            "repo": "https://github.com/xwiki-contrib/cristal/",
            "git_export": "",
            "branch": "main",
            "push_branch": "",
            "filemask": "core/authentication/authentication-ui/langs/translation-*.json",
            "screenshot_filemask": "",
            "template": "core/authentication/authentication-ui/langs/translation-en.json",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "json",
            "license": "LGPL-2.1-only",
            "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html",
            "agreement": "",
            "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/cristal/cristal-authentication-ui/",
            "url": "https://l10n.xwiki.org/api/components/xwiki-contrib/cristal%252Fcristal-authentication-ui/?format=api",
            "repository_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/cristal%252Fcristal-authentication-ui/repository/?format=api",
            "translations_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/cristal%252Fcristal-authentication-ui/translations/?format=api",
            "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/cristal%252Fcristal-authentication-ui/statistics/?format=api",
            "lock_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/cristal%252Fcristal-authentication-ui/lock/?format=api",
            "links_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/cristal%252Fcristal-authentication-ui/links/?format=api",
            "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/cristal%252Fcristal-authentication-ui/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://github.com/xwiki-contrib/cristal/",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from Weblate\r\n\r\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\r\n\r\n{% if component.linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component.linked_child %}\r\n{{ component.project.name }}/{{ component.name }}\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})\r\n\r\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 1,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": "https://l10n.xwiki.org/api/categories/4/?format=api"
        },
        {
            "name": "cristal - page-actions-ui",
            "slug": "cristal-page-actions-ui",
            "id": 270,
            "source_language": {
                "id": 71,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 71,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://l10n.xwiki.org/languages/en/",
                "url": "https://l10n.xwiki.org/api/languages/en/?format=api",
                "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "XWiki Contrib",
                "slug": "xwiki-contrib",
                "id": 3,
                "web": "http://contrib.xwiki.org",
                "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/",
                "url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/?format=api",
                "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/components/?format=api",
                "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/repository/?format=api",
                "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/statistics/?format=api",
                "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/categories/?format=api",
                "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/changes/?format=api",
                "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/languages/?format=api",
                "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "github",
            "repo": "https://github.com/xwiki-contrib/cristal/",
            "git_export": "",
            "branch": "main",
            "push_branch": "",
            "filemask": "core/page-actions/page-actions-ui/langs/translation-*.json",
            "screenshot_filemask": "",
            "template": "core/page-actions/page-actions-ui/langs/translation-en.json",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "json",
            "license": "LGPL-2.1-only",
            "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html",
            "agreement": "",
            "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/cristal/cristal-page-actions-ui/",
            "url": "https://l10n.xwiki.org/api/components/xwiki-contrib/cristal%252Fcristal-page-actions-ui/?format=api",
            "repository_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/cristal%252Fcristal-page-actions-ui/repository/?format=api",
            "translations_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/cristal%252Fcristal-page-actions-ui/translations/?format=api",
            "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/cristal%252Fcristal-page-actions-ui/statistics/?format=api",
            "lock_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/cristal%252Fcristal-page-actions-ui/lock/?format=api",
            "links_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/cristal%252Fcristal-page-actions-ui/links/?format=api",
            "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/cristal%252Fcristal-page-actions-ui/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://github.com/xwiki-contrib/cristal/",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from Weblate\r\n\r\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\r\n\r\n{% if component.linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component.linked_child %}\r\n{{ component.project.name }}/{{ component.name }}\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})\r\n\r\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 1,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": "https://l10n.xwiki.org/api/categories/4/?format=api"
        },
        {
            "name": "cristal - history-ui",
            "slug": "cristal-history-ui",
            "id": 271,
            "source_language": {
                "id": 71,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 71,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://l10n.xwiki.org/languages/en/",
                "url": "https://l10n.xwiki.org/api/languages/en/?format=api",
                "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "XWiki Contrib",
                "slug": "xwiki-contrib",
                "id": 3,
                "web": "http://contrib.xwiki.org",
                "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/",
                "url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/?format=api",
                "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/components/?format=api",
                "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/repository/?format=api",
                "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/statistics/?format=api",
                "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/categories/?format=api",
                "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/changes/?format=api",
                "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/languages/?format=api",
                "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "github",
            "repo": "https://github.com/xwiki-contrib/cristal/",
            "git_export": "",
            "branch": "main",
            "push_branch": "",
            "filemask": "core/history/history-ui/langs/translation-*.json",
            "screenshot_filemask": "",
            "template": "core/history/history-ui/langs/translation-en.json",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "json",
            "license": "LGPL-2.1-only",
            "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html",
            "agreement": "",
            "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/cristal/cristal-history-ui/",
            "url": "https://l10n.xwiki.org/api/components/xwiki-contrib/cristal%252Fcristal-history-ui/?format=api",
            "repository_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/cristal%252Fcristal-history-ui/repository/?format=api",
            "translations_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/cristal%252Fcristal-history-ui/translations/?format=api",
            "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/cristal%252Fcristal-history-ui/statistics/?format=api",
            "lock_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/cristal%252Fcristal-history-ui/lock/?format=api",
            "links_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/cristal%252Fcristal-history-ui/links/?format=api",
            "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/cristal%252Fcristal-history-ui/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://github.com/xwiki-contrib/cristal/",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from Weblate\r\n\r\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\r\n\r\n{% if component.linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component.linked_child %}\r\n{{ component.project.name }}/{{ component.name }}\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})\r\n\r\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 1,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": "https://l10n.xwiki.org/api/categories/4/?format=api"
        },
        {
            "name": "cristal - file-preview-ui",
            "slug": "cristal-file-preview-ui",
            "id": 272,
            "source_language": {
                "id": 71,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 71,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://l10n.xwiki.org/languages/en/",
                "url": "https://l10n.xwiki.org/api/languages/en/?format=api",
                "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "XWiki Contrib",
                "slug": "xwiki-contrib",
                "id": 3,
                "web": "http://contrib.xwiki.org",
                "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/",
                "url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/?format=api",
                "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/components/?format=api",
                "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/repository/?format=api",
                "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/statistics/?format=api",
                "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/categories/?format=api",
                "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/changes/?format=api",
                "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/languages/?format=api",
                "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "github",
            "repo": "https://github.com/xwiki-contrib/cristal/",
            "git_export": "",
            "branch": "main",
            "push_branch": "",
            "filemask": "core/file-preview/file-preview-ui/langs/translation-*.json",
            "screenshot_filemask": "",
            "template": "core/file-preview/file-preview-ui/langs/translation-en.json",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "json",
            "license": "LGPL-2.1-only",
            "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html",
            "agreement": "",
            "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/cristal/cristal-file-preview-ui/",
            "url": "https://l10n.xwiki.org/api/components/xwiki-contrib/cristal%252Fcristal-file-preview-ui/?format=api",
            "repository_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/cristal%252Fcristal-file-preview-ui/repository/?format=api",
            "translations_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/cristal%252Fcristal-file-preview-ui/translations/?format=api",
            "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/cristal%252Fcristal-file-preview-ui/statistics/?format=api",
            "lock_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/cristal%252Fcristal-file-preview-ui/lock/?format=api",
            "links_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/cristal%252Fcristal-file-preview-ui/links/?format=api",
            "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/cristal%252Fcristal-file-preview-ui/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://github.com/xwiki-contrib/cristal/",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from Weblate\r\n\r\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\r\n\r\n{% if component.linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component.linked_child %}\r\n{{ component.project.name }}/{{ component.name }}\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})\r\n\r\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 1,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": "https://l10n.xwiki.org/api/categories/4/?format=api"
        },
        {
            "name": "Book - Versions - UI",
            "slug": "book-versions-ui",
            "id": 273,
            "source_language": {
                "id": 71,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 71,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://l10n.xwiki.org/languages/en/",
                "url": "https://l10n.xwiki.org/api/languages/en/?format=api",
                "statistics_url": "https://l10n.xwiki.org/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "XWiki Contrib",
                "slug": "xwiki-contrib",
                "id": 3,
                "web": "http://contrib.xwiki.org",
                "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/",
                "url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/?format=api",
                "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/components/?format=api",
                "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/repository/?format=api",
                "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/statistics/?format=api",
                "categories_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/categories/?format=api",
                "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/changes/?format=api",
                "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/languages/?format=api",
                "labels_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "github",
            "repo": "https://github.com/xwiki-contrib/book-versions.git",
            "git_export": "https://l10n.xwiki.org/git/xwiki-contrib/book-versions-ui/",
            "branch": "master",
            "push_branch": "",
            "filemask": "application-book-versions-ui/src/main/resources/BookVersions/Code/Translations.*.xml",
            "screenshot_filemask": "",
            "template": "application-book-versions-ui/src/main/resources/BookVersions/Code/Translations.xml",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "xwiki-page-properties",
            "license": "LGPL-2.1-only",
            "license_url": "https://spdx.org/licenses/LGPL-2.1-only.html",
            "agreement": "",
            "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/book-versions-ui/",
            "url": "https://l10n.xwiki.org/api/components/xwiki-contrib/book-versions-ui/?format=api",
            "repository_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/book-versions-ui/repository/?format=api",
            "translations_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/book-versions-ui/translations/?format=api",
            "statistics_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/book-versions-ui/statistics/?format=api",
            "lock_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/book-versions-ui/lock/?format=api",
            "links_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/book-versions-ui/links/?format=api",
            "changes_list_url": "https://l10n.xwiki.org/api/components/xwiki-contrib/book-versions-ui/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "https://github.com/xwiki-contrib/book-versions.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from Weblate\n\nTranslations update from [Weblate]({{url}}) for {{ project_name }}/{{ component_name }}.\n\n{% if component.linked_childs %}\nIt also includes following components:\n{% for linked in component.linked_child %}\n{{ component.project.name }}/{{ component.name }}\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n\nIf a new locale is introduced by this pull request make sure to follow https://dev.xwiki.org/xwiki/bin/view/Community/L10N/SupportedLocales/#HNewlocalechecklist before applying it.\n",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 1,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null
        }
    ]
}