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": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "webtrees-2.0",
            "slug": "webtrees-20",
            "id": 1,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.webtrees.net/languages/en/",
                "url": "https://translate.webtrees.net/api/languages/en/?format=api",
                "statistics_url": "https://translate.webtrees.net/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "webtrees",
                "slug": "webtrees",
                "id": 1,
                "web": "https://webtrees.net",
                "web_url": "https://translate.webtrees.net/projects/webtrees/",
                "url": "https://translate.webtrees.net/api/projects/webtrees/?format=api",
                "components_list_url": "https://translate.webtrees.net/api/projects/webtrees/components/?format=api",
                "repository_url": "https://translate.webtrees.net/api/projects/webtrees/repository/?format=api",
                "statistics_url": "https://translate.webtrees.net/api/projects/webtrees/statistics/?format=api",
                "changes_list_url": "https://translate.webtrees.net/api/projects/webtrees/changes/?format=api",
                "languages_url": "https://translate.webtrees.net/api/projects/webtrees/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/fisharebest/webtrees",
            "git_export": "https://translate.webtrees.net/git/webtrees/webtrees-20/",
            "branch": "2.0",
            "push_branch": "",
            "filemask": "resources/lang/*/messages.po",
            "template": "",
            "edit_template": false,
            "intermediate": "",
            "new_base": "resources/lang/webtrees.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.webtrees.net/projects/webtrees/webtrees-20/",
            "url": "https://translate.webtrees.net/api/components/webtrees/webtrees-20/?format=api",
            "repository_url": "https://translate.webtrees.net/api/components/webtrees/webtrees-20/repository/?format=api",
            "translations_url": "https://translate.webtrees.net/api/components/webtrees/webtrees-20/translations/?format=api",
            "statistics_url": "https://translate.webtrees.net/api/components/webtrees/webtrees-20/statistics/?format=api",
            "lock_url": "https://translate.webtrees.net/api/components/webtrees/webtrees-20/lock/?format=api",
            "links_url": "https://translate.webtrees.net/api/components/webtrees/webtrees-20/links/?format=api",
            "changes_list_url": "https://translate.webtrees.net/api/components/webtrees/webtrees-20/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "https://github.com/fisharebest/webtrees.git",
            "check_flags": "",
            "priority": 120,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/fisharebest/webtrees/blob/{{branch}}/{{filename}}#L{{line}}",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "{{ language_name }} translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "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": false,
            "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"
        },
        {
            "name": "webtrees-2.1",
            "slug": "webtrees-21",
            "id": 2,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.webtrees.net/languages/en/",
                "url": "https://translate.webtrees.net/api/languages/en/?format=api",
                "statistics_url": "https://translate.webtrees.net/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "webtrees",
                "slug": "webtrees",
                "id": 1,
                "web": "https://webtrees.net",
                "web_url": "https://translate.webtrees.net/projects/webtrees/",
                "url": "https://translate.webtrees.net/api/projects/webtrees/?format=api",
                "components_list_url": "https://translate.webtrees.net/api/projects/webtrees/components/?format=api",
                "repository_url": "https://translate.webtrees.net/api/projects/webtrees/repository/?format=api",
                "statistics_url": "https://translate.webtrees.net/api/projects/webtrees/statistics/?format=api",
                "changes_list_url": "https://translate.webtrees.net/api/projects/webtrees/changes/?format=api",
                "languages_url": "https://translate.webtrees.net/api/projects/webtrees/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/fisharebest/webtrees",
            "git_export": "https://translate.webtrees.net/git/webtrees/webtrees-21/",
            "branch": "2.1",
            "push_branch": "",
            "filemask": "resources/lang/*/messages.po",
            "template": "",
            "edit_template": false,
            "intermediate": "",
            "new_base": "resources/lang/webtrees.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.webtrees.net/projects/webtrees/webtrees-21/",
            "url": "https://translate.webtrees.net/api/components/webtrees/webtrees-21/?format=api",
            "repository_url": "https://translate.webtrees.net/api/components/webtrees/webtrees-21/repository/?format=api",
            "translations_url": "https://translate.webtrees.net/api/components/webtrees/webtrees-21/translations/?format=api",
            "statistics_url": "https://translate.webtrees.net/api/components/webtrees/webtrees-21/statistics/?format=api",
            "lock_url": "https://translate.webtrees.net/api/components/webtrees/webtrees-21/lock/?format=api",
            "links_url": "https://translate.webtrees.net/api/components/webtrees/webtrees-21/links/?format=api",
            "changes_list_url": "https://translate.webtrees.net/api/components/webtrees/webtrees-21/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "https://github.com/fisharebest/webtrees.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/fisharebest/webtrees/blob/{{branch}}/{{filename}}#L{{line}}",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "{{ language_name }} translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "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": false,
            "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"
        },
        {
            "name": "webtrees-2.2",
            "slug": "webtrees-22",
            "id": 3,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.webtrees.net/languages/en/",
                "url": "https://translate.webtrees.net/api/languages/en/?format=api",
                "statistics_url": "https://translate.webtrees.net/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "webtrees",
                "slug": "webtrees",
                "id": 1,
                "web": "https://webtrees.net",
                "web_url": "https://translate.webtrees.net/projects/webtrees/",
                "url": "https://translate.webtrees.net/api/projects/webtrees/?format=api",
                "components_list_url": "https://translate.webtrees.net/api/projects/webtrees/components/?format=api",
                "repository_url": "https://translate.webtrees.net/api/projects/webtrees/repository/?format=api",
                "statistics_url": "https://translate.webtrees.net/api/projects/webtrees/statistics/?format=api",
                "changes_list_url": "https://translate.webtrees.net/api/projects/webtrees/changes/?format=api",
                "languages_url": "https://translate.webtrees.net/api/projects/webtrees/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/fisharebest/webtrees",
            "git_export": "https://translate.webtrees.net/git/webtrees/webtrees-22/",
            "branch": "main",
            "push_branch": "",
            "filemask": "resources/lang/*/messages.po",
            "template": "",
            "edit_template": false,
            "intermediate": "",
            "new_base": "resources/lang/webtrees.pot",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.webtrees.net/projects/webtrees/webtrees-22/",
            "url": "https://translate.webtrees.net/api/components/webtrees/webtrees-22/?format=api",
            "repository_url": "https://translate.webtrees.net/api/components/webtrees/webtrees-22/repository/?format=api",
            "translations_url": "https://translate.webtrees.net/api/components/webtrees/webtrees-22/translations/?format=api",
            "statistics_url": "https://translate.webtrees.net/api/components/webtrees/webtrees-22/statistics/?format=api",
            "lock_url": "https://translate.webtrees.net/api/components/webtrees/webtrees-22/lock/?format=api",
            "links_url": "https://translate.webtrees.net/api/components/webtrees/webtrees-22/links/?format=api",
            "changes_list_url": "https://translate.webtrees.net/api/components/webtrees/webtrees-22/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "https://github.com/fisharebest/webtrees.git",
            "check_flags": "",
            "priority": 60,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/fisharebest/webtrees/blob/{{branch}}/{{filename}}#L{{line}}",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "{{ language_name }} translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "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": false,
            "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"
        },
        {
            "name": "webtrees-1.7",
            "slug": "webtrees-17",
            "id": 4,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.webtrees.net/languages/en/",
                "url": "https://translate.webtrees.net/api/languages/en/?format=api",
                "statistics_url": "https://translate.webtrees.net/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "webtrees",
                "slug": "webtrees",
                "id": 1,
                "web": "https://webtrees.net",
                "web_url": "https://translate.webtrees.net/projects/webtrees/",
                "url": "https://translate.webtrees.net/api/projects/webtrees/?format=api",
                "components_list_url": "https://translate.webtrees.net/api/projects/webtrees/components/?format=api",
                "repository_url": "https://translate.webtrees.net/api/projects/webtrees/repository/?format=api",
                "statistics_url": "https://translate.webtrees.net/api/projects/webtrees/statistics/?format=api",
                "changes_list_url": "https://translate.webtrees.net/api/projects/webtrees/changes/?format=api",
                "languages_url": "https://translate.webtrees.net/api/projects/webtrees/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "https://github.com/fisharebest/webtrees",
            "git_export": "https://translate.webtrees.net/git/webtrees/webtrees-17/",
            "branch": "1.7",
            "push_branch": "",
            "filemask": "language/*.po",
            "template": "",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "po",
            "license": "GPL-3.0-or-later",
            "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
            "agreement": "",
            "web_url": "https://translate.webtrees.net/projects/webtrees/webtrees-17/",
            "url": "https://translate.webtrees.net/api/components/webtrees/webtrees-17/?format=api",
            "repository_url": "https://translate.webtrees.net/api/components/webtrees/webtrees-17/repository/?format=api",
            "translations_url": "https://translate.webtrees.net/api/components/webtrees/webtrees-17/translations/?format=api",
            "statistics_url": "https://translate.webtrees.net/api/components/webtrees/webtrees-17/statistics/?format=api",
            "lock_url": "https://translate.webtrees.net/api/components/webtrees/webtrees-17/lock/?format=api",
            "links_url": "https://translate.webtrees.net/api/components/webtrees/webtrees-17/links/?format=api",
            "changes_list_url": "https://translate.webtrees.net/api/components/webtrees/webtrees-17/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "https://github.com/fisharebest/webtrees.git",
            "check_flags": "",
            "priority": 140,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/fisharebest/webtrees/blob/{{branch}}/{{filename}}#L{{line}}",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "{{ language_name }} translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "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": false,
            "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"
        }
    ]
}