Translation projects API.

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

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

{
    "count": 12,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "Translations",
            "slug": "translations",
            "id": 561,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "https://github.com/OpenRefine/OpenRefine.git",
            "git_export": "https://hosted.weblate.org/git/openrefine/translations/",
            "branch": "master",
            "push_branch": "",
            "filemask": "main/webapp/modules/core/langs/translation-*.json",
            "screenshot_filemask": "",
            "template": "main/webapp/modules/core/langs/translation-en.json",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "json-nested",
            "license": "BSD-2-Clause",
            "license_url": "https://spdx.org/licenses/BSD-2-Clause.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/openrefine/translations/",
            "url": "https://hosted.weblate.org/api/components/openrefine/translations/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/openrefine/translations/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/openrefine/translations/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/openrefine/translations/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/openrefine/translations/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/openrefine/translations/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/openrefine/translations/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@github.com:OpenRefine/OpenRefine.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "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 \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 96,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://hosted.weblate.org/api/addons/6722/?format=api",
                "https://hosted.weblate.org/api/addons/6525/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "database",
            "slug": "database",
            "id": 739,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "https://github.com/OpenRefine/OpenRefine.git",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "extensions/database/module/langs/translation-*.json",
            "screenshot_filemask": "",
            "template": "extensions/database/module/langs/translation-en.json",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "json-nested",
            "license": "BSD-2-Clause",
            "license_url": "https://spdx.org/licenses/BSD-2-Clause.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/openrefine/database/",
            "url": "https://hosted.weblate.org/api/components/openrefine/database/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/openrefine/database/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/openrefine/database/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/openrefine/database/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/openrefine/database/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/openrefine/database/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/openrefine/database/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@github.com:OpenRefine/OpenRefine.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "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 \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://hosted.weblate.org/api/addons/6715/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/openrefine/translations/?format=api"
        },
        {
            "name": "wikibase",
            "slug": "wikidata",
            "id": 740,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "https://github.com/OpenRefine/OpenRefine.git",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "extensions/wikibase/module/langs/translation-*.json",
            "screenshot_filemask": "",
            "template": "extensions/wikibase/module/langs/translation-en.json",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "json-nested",
            "license": "BSD-2-Clause",
            "license_url": "https://spdx.org/licenses/BSD-2-Clause.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/openrefine/wikidata/",
            "url": "https://hosted.weblate.org/api/components/openrefine/wikidata/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/openrefine/wikidata/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/openrefine/wikidata/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/openrefine/wikidata/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/openrefine/wikidata/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/openrefine/wikidata/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/openrefine/wikidata/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@github.com:OpenRefine/OpenRefine.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "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 \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://hosted.weblate.org/api/addons/6723/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/openrefine/translations/?format=api"
        },
        {
            "name": "gdata",
            "slug": "gdata",
            "id": 741,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "https://github.com/OpenRefine/OpenRefine.git",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "extensions/gdata/module/langs/translation-*.json",
            "screenshot_filemask": "",
            "template": "extensions/gdata/module/langs/translation-en.json",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "json-nested",
            "license": "BSD-2-Clause",
            "license_url": "https://spdx.org/licenses/BSD-2-Clause.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/openrefine/gdata/",
            "url": "https://hosted.weblate.org/api/components/openrefine/gdata/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/openrefine/gdata/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/openrefine/gdata/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/openrefine/gdata/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/openrefine/gdata/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/openrefine/gdata/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/openrefine/gdata/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@github.com:OpenRefine/OpenRefine.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "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.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/openrefine/translations/?format=api"
        },
        {
            "name": "OpenRefine",
            "slug": "glossary",
            "id": 5510,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "local",
            "repo": "local:",
            "git_export": "https://hosted.weblate.org/git/openrefine/glossary/",
            "branch": "main",
            "push_branch": "",
            "filemask": "*.tbx",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "tbx",
            "license": "BSD-2-Clause",
            "license_url": "https://spdx.org/licenses/BSD-2-Clause.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/openrefine/glossary/",
            "url": "https://hosted.weblate.org/api/components/openrefine/glossary/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/openrefine/glossary/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/openrefine/glossary/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/openrefine/glossary/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/openrefine/glossary/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/openrefine/glossary/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/openrefine/glossary/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "",
            "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 {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": false,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": true,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "OpenRefine Evaluation Errors",
            "slug": "openrefine-evaluation-errors",
            "id": 14774,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "https://github.com/OpenRefine/OpenRefine.git",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "main/resources/com/google/refine/grel/EvalErrorMessage_*.properties",
            "screenshot_filemask": "",
            "template": "main/resources/com/google/refine/grel/EvalErrorMessage.properties",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "properties-utf8",
            "license": "BSD-3-Clause",
            "license_url": "https://spdx.org/licenses/BSD-3-Clause.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/openrefine/openrefine-evaluation-errors/",
            "url": "https://hosted.weblate.org/api/components/openrefine/openrefine-evaluation-errors/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-evaluation-errors/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-evaluation-errors/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-evaluation-errors/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-evaluation-errors/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-evaluation-errors/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-evaluation-errors/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@github.com:OpenRefine/OpenRefine.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 {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://hosted.weblate.org/api/addons/6717/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/openrefine/translations/?format=api"
        },
        {
            "name": "OpenRefine Control Descriptions",
            "slug": "openrefine-control-descriptions",
            "id": 14775,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "https://github.com/OpenRefine/OpenRefine.git",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "main/resources/com/google/refine/grel/ControlDescription_*.properties",
            "screenshot_filemask": "",
            "template": "main/resources/com/google/refine/grel/ControlDescription.properties",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "properties-utf8",
            "license": "BSD-3-Clause",
            "license_url": "https://spdx.org/licenses/BSD-3-Clause.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/openrefine/openrefine-control-descriptions/",
            "url": "https://hosted.weblate.org/api/components/openrefine/openrefine-control-descriptions/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-control-descriptions/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-control-descriptions/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-control-descriptions/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-control-descriptions/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-control-descriptions/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-control-descriptions/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@github.com:OpenRefine/OpenRefine.git",
            "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 {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://hosted.weblate.org/api/addons/6718/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/openrefine/translations/?format=api"
        },
        {
            "name": "OpenRefine Control Evaluation Errors",
            "slug": "openrefine-control-evaluation-errors",
            "id": 14776,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "https://github.com/OpenRefine/OpenRefine.git",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "main/resources/com/google/refine/grel/ControlEvalError_*.properties",
            "screenshot_filemask": "",
            "template": "main/resources/com/google/refine/grel/ControlEvalError.properties",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "properties-utf8",
            "license": "BSD-3-Clause",
            "license_url": "https://spdx.org/licenses/BSD-3-Clause.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/openrefine/openrefine-control-evaluation-errors/",
            "url": "https://hosted.weblate.org/api/components/openrefine/openrefine-control-evaluation-errors/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-control-evaluation-errors/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-control-evaluation-errors/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-control-evaluation-errors/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-control-evaluation-errors/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-control-evaluation-errors/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-control-evaluation-errors/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@github.com:OpenRefine/OpenRefine.git",
            "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 {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://hosted.weblate.org/api/addons/6719/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/openrefine/translations/?format=api"
        },
        {
            "name": "OpenRefine Operation Descriptions",
            "slug": "openrefine-operation-descriptions",
            "id": 14777,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "https://github.com/OpenRefine/OpenRefine.git",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "main/resources/com/google/refine/operations/OperationDescription_*.properties",
            "screenshot_filemask": "",
            "template": "main/resources/com/google/refine/operations/OperationDescription.properties",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "properties-utf8",
            "license": "BSD-3-Clause",
            "license_url": "https://spdx.org/licenses/BSD-3-Clause.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/openrefine/openrefine-operation-descriptions/",
            "url": "https://hosted.weblate.org/api/components/openrefine/openrefine-operation-descriptions/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-operation-descriptions/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-operation-descriptions/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-operation-descriptions/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-operation-descriptions/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-operation-descriptions/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-operation-descriptions/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@github.com:OpenRefine/OpenRefine.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 {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://hosted.weblate.org/api/addons/6720/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/openrefine/translations/?format=api"
        },
        {
            "name": "OpenRefine Operation History Entries",
            "slug": "openrefine-operation-history-entries",
            "id": 14778,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "https://github.com/OpenRefine/OpenRefine.git",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "main/resources/com/google/refine/operations/OperationHistoryEntry_*.properties",
            "screenshot_filemask": "",
            "template": "main/resources/com/google/refine/operations/OperationHistoryEntry.properties",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "properties-utf8",
            "license": "BSD-3-Clause",
            "license_url": "https://spdx.org/licenses/BSD-3-Clause.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/openrefine/openrefine-operation-history-entries/",
            "url": "https://hosted.weblate.org/api/components/openrefine/openrefine-operation-history-entries/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-operation-history-entries/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-operation-history-entries/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-operation-history-entries/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-operation-history-entries/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-operation-history-entries/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-operation-history-entries/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@github.com:OpenRefine/OpenRefine.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 {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://hosted.weblate.org/api/addons/6721/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/openrefine/translations/?format=api"
        },
        {
            "name": "OpenRefine Function Descriptions",
            "slug": "openrefine-function-descriptions",
            "id": 14970,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "https://github.com/OpenRefine/OpenRefine",
            "git_export": "https://hosted.weblate.org/git/openrefine/openrefine-function-descriptions/",
            "branch": "master",
            "push_branch": "",
            "filemask": "main/resources/com/google/refine/grel/FunctionDescription_*.properties",
            "screenshot_filemask": "",
            "template": "main/resources/com/google/refine/grel/FunctionDescription.properties",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "properties",
            "license": "BSD-3-Clause",
            "license_url": "https://spdx.org/licenses/BSD-3-Clause.html",
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/openrefine/openrefine-function-descriptions/",
            "url": "https://hosted.weblate.org/api/components/openrefine/openrefine-function-descriptions/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-function-descriptions/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-function-descriptions/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-function-descriptions/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-function-descriptions/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-function-descriptions/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-function-descriptions/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "",
            "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 {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "OpenRefine Messages",
            "slug": "openrefine-messages",
            "id": 14971,
            "source_language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "https://github.com/OpenRefine/OpenRefine.git",
            "git_export": "",
            "branch": "master",
            "push_branch": "",
            "filemask": "main/resources/com/google/refine/messages/OpenRefineMessage_*.properties",
            "screenshot_filemask": "",
            "template": "main/resources/com/google/refine/messages/OpenRefineMessage.properties",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "properties",
            "license": "proprietary",
            "license_url": null,
            "agreement": "",
            "web_url": "https://hosted.weblate.org/projects/openrefine/openrefine-messages/",
            "url": "https://hosted.weblate.org/api/components/openrefine/openrefine-messages/?format=api",
            "repository_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-messages/repository/?format=api",
            "translations_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-messages/translations/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-messages/statistics/?format=api",
            "lock_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-messages/lock/?format=api",
            "links_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-messages/links/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/components/openrefine/openrefine-messages/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@github.com:OpenRefine/OpenRefine.git",
            "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 {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://hosted.weblate.org/api/addons/6716/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://hosted.weblate.org/api/components/openrefine/translations/?format=api"
        }
    ]
}