Translation components API.

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

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

{
    "count": 6,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "Interface",
            "slug": "interface",
            "id": 2,
            "source_language": {
                "id": 77,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 77,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.theyosh.nl/languages/en/",
                "url": "https://weblate.theyosh.nl/api/languages/en/?format=api",
                "statistics_url": "https://weblate.theyosh.nl/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "DreamboxRestream",
                "slug": "dreamboxrestream",
                "id": 4,
                "web": "https://restream.theyosh.nl",
                "web_url": "https://weblate.theyosh.nl/projects/dreamboxrestream/",
                "url": "https://weblate.theyosh.nl/api/projects/dreamboxrestream/?format=api",
                "components_list_url": "https://weblate.theyosh.nl/api/projects/dreamboxrestream/components/?format=api",
                "repository_url": "https://weblate.theyosh.nl/api/projects/dreamboxrestream/repository/?format=api",
                "statistics_url": "https://weblate.theyosh.nl/api/projects/dreamboxrestream/statistics/?format=api",
                "categories_url": "https://weblate.theyosh.nl/api/projects/dreamboxrestream/categories/?format=api",
                "changes_list_url": "https://weblate.theyosh.nl/api/projects/dreamboxrestream/changes/?format=api",
                "languages_url": "https://weblate.theyosh.nl/api/projects/dreamboxrestream/languages/?format=api",
                "labels_url": "https://weblate.theyosh.nl/api/projects/dreamboxrestream/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "git@github.com:theyosh/DreamboxReStream.git",
            "git_export": "https://weblate.theyosh.nl/git/dreamboxrestream/interface/",
            "branch": "master",
            "push_branch": "",
            "filemask": "resources/lang/*.json",
            "screenshot_filemask": "",
            "template": "resources/lang/en.json",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "json",
            "license": "CC-BY-SA-4.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-4.0.html",
            "agreement": "",
            "web_url": "https://weblate.theyosh.nl/projects/dreamboxrestream/interface/",
            "url": "https://weblate.theyosh.nl/api/components/dreamboxrestream/interface/?format=api",
            "repository_url": "https://weblate.theyosh.nl/api/components/dreamboxrestream/interface/repository/?format=api",
            "translations_url": "https://weblate.theyosh.nl/api/components/dreamboxrestream/interface/translations/?format=api",
            "statistics_url": "https://weblate.theyosh.nl/api/components/dreamboxrestream/interface/statistics/?format=api",
            "lock_url": "https://weblate.theyosh.nl/api/components/dreamboxrestream/interface/lock/?format=api",
            "links_url": "https://weblate.theyosh.nl/api/components/dreamboxrestream/interface/links/?format=api",
            "changes_list_url": "https://weblate.theyosh.nl/api/components/dreamboxrestream/interface/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@github.com:theyosh/DreamboxReStream.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 }}\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": false,
            "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": "interface",
            "slug": "interface",
            "id": 5,
            "source_language": {
                "id": 77,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 77,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.theyosh.nl/languages/en/",
                "url": "https://weblate.theyosh.nl/api/languages/en/?format=api",
                "statistics_url": "https://weblate.theyosh.nl/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "WiFiKilL3r",
                "slug": "wifikill3r",
                "id": 7,
                "web": "https://openrepos.net/content/theyosh/wifikill3r",
                "web_url": "https://weblate.theyosh.nl/projects/wifikill3r/",
                "url": "https://weblate.theyosh.nl/api/projects/wifikill3r/?format=api",
                "components_list_url": "https://weblate.theyosh.nl/api/projects/wifikill3r/components/?format=api",
                "repository_url": "https://weblate.theyosh.nl/api/projects/wifikill3r/repository/?format=api",
                "statistics_url": "https://weblate.theyosh.nl/api/projects/wifikill3r/statistics/?format=api",
                "categories_url": "https://weblate.theyosh.nl/api/projects/wifikill3r/categories/?format=api",
                "changes_list_url": "https://weblate.theyosh.nl/api/projects/wifikill3r/changes/?format=api",
                "languages_url": "https://weblate.theyosh.nl/api/projects/wifikill3r/languages/?format=api",
                "labels_url": "https://weblate.theyosh.nl/api/projects/wifikill3r/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "git@github.com:theyosh/WiFiKilL3r",
            "git_export": "https://weblate.theyosh.nl/git/wifikill3r/interface/",
            "branch": "master",
            "push_branch": "master",
            "filemask": "translations/WiFiKilL3r-*.ts",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": false,
            "intermediate": "",
            "new_base": "translations/WiFiKilL3r.ts",
            "file_format": "ts",
            "license": "CC-BY-SA-4.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-4.0.html",
            "agreement": "",
            "web_url": "https://weblate.theyosh.nl/projects/wifikill3r/interface/",
            "url": "https://weblate.theyosh.nl/api/components/wifikill3r/interface/?format=api",
            "repository_url": "https://weblate.theyosh.nl/api/components/wifikill3r/interface/repository/?format=api",
            "translations_url": "https://weblate.theyosh.nl/api/components/wifikill3r/interface/translations/?format=api",
            "statistics_url": "https://weblate.theyosh.nl/api/components/wifikill3r/interface/statistics/?format=api",
            "lock_url": "https://weblate.theyosh.nl/api/components/wifikill3r/interface/lock/?format=api",
            "links_url": "https://weblate.theyosh.nl/api/components/wifikill3r/interface/links/?format=api",
            "changes_list_url": "https://weblate.theyosh.nl/api/components/wifikill3r/interface/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@github.com:theyosh/WiFiKilL3r",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/theyosh/WiFiKilL3r/blob/{{branch}}/{{filename}}#L{{line}}",
            "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 }}\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": 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": [],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        },
        {
            "name": "DreamboxRestream",
            "slug": "glossary",
            "id": 8,
            "source_language": {
                "id": 77,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 77,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.theyosh.nl/languages/en/",
                "url": "https://weblate.theyosh.nl/api/languages/en/?format=api",
                "statistics_url": "https://weblate.theyosh.nl/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "DreamboxRestream",
                "slug": "dreamboxrestream",
                "id": 4,
                "web": "https://restream.theyosh.nl",
                "web_url": "https://weblate.theyosh.nl/projects/dreamboxrestream/",
                "url": "https://weblate.theyosh.nl/api/projects/dreamboxrestream/?format=api",
                "components_list_url": "https://weblate.theyosh.nl/api/projects/dreamboxrestream/components/?format=api",
                "repository_url": "https://weblate.theyosh.nl/api/projects/dreamboxrestream/repository/?format=api",
                "statistics_url": "https://weblate.theyosh.nl/api/projects/dreamboxrestream/statistics/?format=api",
                "categories_url": "https://weblate.theyosh.nl/api/projects/dreamboxrestream/categories/?format=api",
                "changes_list_url": "https://weblate.theyosh.nl/api/projects/dreamboxrestream/changes/?format=api",
                "languages_url": "https://weblate.theyosh.nl/api/projects/dreamboxrestream/languages/?format=api",
                "labels_url": "https://weblate.theyosh.nl/api/projects/dreamboxrestream/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "local",
            "repo": "local:",
            "git_export": "https://weblate.theyosh.nl/git/dreamboxrestream/glossary/",
            "branch": "main",
            "push_branch": "",
            "filemask": "*.tbx",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "tbx",
            "license": "CC-BY-SA-4.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-4.0.html",
            "agreement": "",
            "web_url": "https://weblate.theyosh.nl/projects/dreamboxrestream/glossary/",
            "url": "https://weblate.theyosh.nl/api/components/dreamboxrestream/glossary/?format=api",
            "repository_url": "https://weblate.theyosh.nl/api/components/dreamboxrestream/glossary/repository/?format=api",
            "translations_url": "https://weblate.theyosh.nl/api/components/dreamboxrestream/glossary/translations/?format=api",
            "statistics_url": "https://weblate.theyosh.nl/api/components/dreamboxrestream/glossary/statistics/?format=api",
            "lock_url": "https://weblate.theyosh.nl/api/components/dreamboxrestream/glossary/lock/?format=api",
            "links_url": "https://weblate.theyosh.nl/api/components/dreamboxrestream/glossary/links/?format=api",
            "changes_list_url": "https://weblate.theyosh.nl/api/components/dreamboxrestream/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": "WiFiKilL3r",
            "slug": "glossary",
            "id": 9,
            "source_language": {
                "id": 77,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 77,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.theyosh.nl/languages/en/",
                "url": "https://weblate.theyosh.nl/api/languages/en/?format=api",
                "statistics_url": "https://weblate.theyosh.nl/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "WiFiKilL3r",
                "slug": "wifikill3r",
                "id": 7,
                "web": "https://openrepos.net/content/theyosh/wifikill3r",
                "web_url": "https://weblate.theyosh.nl/projects/wifikill3r/",
                "url": "https://weblate.theyosh.nl/api/projects/wifikill3r/?format=api",
                "components_list_url": "https://weblate.theyosh.nl/api/projects/wifikill3r/components/?format=api",
                "repository_url": "https://weblate.theyosh.nl/api/projects/wifikill3r/repository/?format=api",
                "statistics_url": "https://weblate.theyosh.nl/api/projects/wifikill3r/statistics/?format=api",
                "categories_url": "https://weblate.theyosh.nl/api/projects/wifikill3r/categories/?format=api",
                "changes_list_url": "https://weblate.theyosh.nl/api/projects/wifikill3r/changes/?format=api",
                "languages_url": "https://weblate.theyosh.nl/api/projects/wifikill3r/languages/?format=api",
                "labels_url": "https://weblate.theyosh.nl/api/projects/wifikill3r/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "local",
            "repo": "local:",
            "git_export": "https://weblate.theyosh.nl/git/wifikill3r/glossary/",
            "branch": "main",
            "push_branch": "",
            "filemask": "*.tbx",
            "screenshot_filemask": "",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "tbx",
            "license": "CC-BY-SA-4.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-4.0.html",
            "agreement": "",
            "web_url": "https://weblate.theyosh.nl/projects/wifikill3r/glossary/",
            "url": "https://weblate.theyosh.nl/api/components/wifikill3r/glossary/?format=api",
            "repository_url": "https://weblate.theyosh.nl/api/components/wifikill3r/glossary/repository/?format=api",
            "translations_url": "https://weblate.theyosh.nl/api/components/wifikill3r/glossary/translations/?format=api",
            "statistics_url": "https://weblate.theyosh.nl/api/components/wifikill3r/glossary/statistics/?format=api",
            "lock_url": "https://weblate.theyosh.nl/api/components/wifikill3r/glossary/lock/?format=api",
            "links_url": "https://weblate.theyosh.nl/api/components/wifikill3r/glossary/links/?format=api",
            "changes_list_url": "https://weblate.theyosh.nl/api/components/wifikill3r/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": "Frontend GUI",
            "slug": "gui",
            "id": 12,
            "source_language": {
                "id": 85,
                "code": "en_US",
                "name": "English (United States)",
                "plural": {
                    "id": 85,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "us",
                    "enu"
                ],
                "direction": "ltr",
                "population": 319333440,
                "web_url": "https://weblate.theyosh.nl/languages/en_US/",
                "url": "https://weblate.theyosh.nl/api/languages/en_US/?format=api",
                "statistics_url": "https://weblate.theyosh.nl/api/languages/en_US/statistics/?format=api"
            },
            "project": {
                "name": "TerrariumPI",
                "slug": "terrariumpi",
                "id": 1,
                "web": "https://terrarium.theyosh.nl",
                "web_url": "https://weblate.theyosh.nl/projects/terrariumpi/",
                "url": "https://weblate.theyosh.nl/api/projects/terrariumpi/?format=api",
                "components_list_url": "https://weblate.theyosh.nl/api/projects/terrariumpi/components/?format=api",
                "repository_url": "https://weblate.theyosh.nl/api/projects/terrariumpi/repository/?format=api",
                "statistics_url": "https://weblate.theyosh.nl/api/projects/terrariumpi/statistics/?format=api",
                "categories_url": "https://weblate.theyosh.nl/api/projects/terrariumpi/categories/?format=api",
                "changes_list_url": "https://weblate.theyosh.nl/api/projects/terrariumpi/changes/?format=api",
                "languages_url": "https://weblate.theyosh.nl/api/projects/terrariumpi/languages/?format=api",
                "labels_url": "https://weblate.theyosh.nl/api/projects/terrariumpi/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "git@github.com:theyosh/TerrariumPI.git",
            "git_export": "https://weblate.theyosh.nl/git/terrariumpi/gui/",
            "branch": "main",
            "push_branch": "main",
            "filemask": "gui/locale/*.json",
            "screenshot_filemask": "",
            "template": "gui/locale/en_US.json",
            "edit_template": true,
            "intermediate": "",
            "new_base": "gui/locale/en_US.json",
            "file_format": "json-nested",
            "license": "CC-BY-SA-4.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-4.0.html",
            "agreement": "",
            "web_url": "https://weblate.theyosh.nl/projects/terrariumpi/gui/",
            "url": "https://weblate.theyosh.nl/api/components/terrariumpi/gui/?format=api",
            "repository_url": "https://weblate.theyosh.nl/api/components/terrariumpi/gui/repository/?format=api",
            "translations_url": "https://weblate.theyosh.nl/api/components/terrariumpi/gui/translations/?format=api",
            "statistics_url": "https://weblate.theyosh.nl/api/components/terrariumpi/gui/statistics/?format=api",
            "lock_url": "https://weblate.theyosh.nl/api/components/terrariumpi/gui/lock/?format=api",
            "links_url": "https://weblate.theyosh.nl/api/components/terrariumpi/gui/links/?format=api",
            "changes_list_url": "https://weblate.theyosh.nl/api/components/terrariumpi/gui/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@github.com:theyosh/TerrariumPI.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": 1,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://weblate.theyosh.nl/api/addons/10/?format=api",
                "https://weblate.theyosh.nl/api/addons/9/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": "https://weblate.theyosh.nl/api/components/terrariumpi/backend/?format=api"
        },
        {
            "name": "Backend",
            "slug": "backend",
            "id": 13,
            "source_language": {
                "id": 85,
                "code": "en_US",
                "name": "English (United States)",
                "plural": {
                    "id": 85,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "us",
                    "enu"
                ],
                "direction": "ltr",
                "population": 319333440,
                "web_url": "https://weblate.theyosh.nl/languages/en_US/",
                "url": "https://weblate.theyosh.nl/api/languages/en_US/?format=api",
                "statistics_url": "https://weblate.theyosh.nl/api/languages/en_US/statistics/?format=api"
            },
            "project": {
                "name": "TerrariumPI",
                "slug": "terrariumpi",
                "id": 1,
                "web": "https://terrarium.theyosh.nl",
                "web_url": "https://weblate.theyosh.nl/projects/terrariumpi/",
                "url": "https://weblate.theyosh.nl/api/projects/terrariumpi/?format=api",
                "components_list_url": "https://weblate.theyosh.nl/api/projects/terrariumpi/components/?format=api",
                "repository_url": "https://weblate.theyosh.nl/api/projects/terrariumpi/repository/?format=api",
                "statistics_url": "https://weblate.theyosh.nl/api/projects/terrariumpi/statistics/?format=api",
                "categories_url": "https://weblate.theyosh.nl/api/projects/terrariumpi/categories/?format=api",
                "changes_list_url": "https://weblate.theyosh.nl/api/projects/terrariumpi/changes/?format=api",
                "languages_url": "https://weblate.theyosh.nl/api/projects/terrariumpi/languages/?format=api",
                "labels_url": "https://weblate.theyosh.nl/api/projects/terrariumpi/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "git@github.com:theyosh/TerrariumPI.git",
            "git_export": "https://weblate.theyosh.nl/git/terrariumpi/backend/",
            "branch": "main",
            "push_branch": "main",
            "filemask": "locales/*/LC_MESSAGES/terrariumpi.po",
            "screenshot_filemask": "",
            "template": "locales/en_US/LC_MESSAGES/terrariumpi.po",
            "edit_template": true,
            "intermediate": "",
            "new_base": "locales/terrariumpi.pot",
            "file_format": "po-mono",
            "license": "CC-BY-SA-4.0",
            "license_url": "https://spdx.org/licenses/CC-BY-SA-4.0.html",
            "agreement": "",
            "web_url": "https://weblate.theyosh.nl/projects/terrariumpi/backend/",
            "url": "https://weblate.theyosh.nl/api/components/terrariumpi/backend/?format=api",
            "repository_url": "https://weblate.theyosh.nl/api/components/terrariumpi/backend/repository/?format=api",
            "translations_url": "https://weblate.theyosh.nl/api/components/terrariumpi/backend/translations/?format=api",
            "statistics_url": "https://weblate.theyosh.nl/api/components/terrariumpi/backend/statistics/?format=api",
            "lock_url": "https://weblate.theyosh.nl/api/components/terrariumpi/backend/lock/?format=api",
            "links_url": "https://weblate.theyosh.nl/api/components/terrariumpi/backend/links/?format=api",
            "changes_list_url": "https://weblate.theyosh.nl/api/components/terrariumpi/backend/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@github.com:theyosh/TerrariumPI.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": 1,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://weblate.theyosh.nl/api/addons/11/?format=api",
                "https://weblate.theyosh.nl/api/addons/13/?format=api",
                "https://weblate.theyosh.nl/api/addons/12/?format=api",
                "https://weblate.theyosh.nl/api/addons/14/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null
        }
    ]
}