Translation components API.

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

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

{
    "count": 341,
    "next": null,
    "previous": "http://weblate.crnd.pro/api/components/?format=api&page=17",
    "results": [
        {
            "name": "generic_request_field_set_builder",
            "slug": "generic_request_field_set_builder",
            "id": 1539,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 77,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "http://weblate.crnd.pro/languages/en/",
                "url": "http://weblate.crnd.pro/api/languages/en/?format=api",
                "statistics_url": "http://weblate.crnd.pro/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Bureaucrat generics (17.0)",
                "slug": "bureaucrat-generics-17-0",
                "id": 33,
                "web": "https://gitlab.crnd.pro/crnd/bureaucrat-generics/-/tree/17.0",
                "web_url": "http://weblate.crnd.pro/projects/bureaucrat-generics-17-0/",
                "url": "http://weblate.crnd.pro/api/projects/bureaucrat-generics-17-0/?format=api",
                "components_list_url": "http://weblate.crnd.pro/api/projects/bureaucrat-generics-17-0/components/?format=api",
                "repository_url": "http://weblate.crnd.pro/api/projects/bureaucrat-generics-17-0/repository/?format=api",
                "statistics_url": "http://weblate.crnd.pro/api/projects/bureaucrat-generics-17-0/statistics/?format=api",
                "changes_list_url": "http://weblate.crnd.pro/api/projects/bureaucrat-generics-17-0/changes/?format=api",
                "languages_url": "http://weblate.crnd.pro/api/projects/bureaucrat-generics-17-0/languages/?format=api"
            },
            "vcs": "git",
            "repo": "git@gitlab.crnd.pro:crnd/bureaucrat-generics.git",
            "git_export": "",
            "branch": "",
            "push_branch": "",
            "filemask": "generic_request_field_set_builder/i18n/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "po",
            "license": "",
            "license_url": null,
            "agreement": "",
            "web_url": "http://weblate.crnd.pro/projects/bureaucrat-generics-17-0/generic_request_field_set_builder/",
            "url": "http://weblate.crnd.pro/api/components/bureaucrat-generics-17-0/generic_request_field_set_builder/?format=api",
            "repository_url": "http://weblate.crnd.pro/api/components/bureaucrat-generics-17-0/generic_request_field_set_builder/repository/?format=api",
            "translations_url": "http://weblate.crnd.pro/api/components/bureaucrat-generics-17-0/generic_request_field_set_builder/translations/?format=api",
            "statistics_url": "http://weblate.crnd.pro/api/components/bureaucrat-generics-17-0/generic_request_field_set_builder/statistics/?format=api",
            "lock_url": "http://weblate.crnd.pro/api/components/bureaucrat-generics-17-0/generic_request_field_set_builder/lock/?format=api",
            "changes_list_url": "http://weblate.crnd.pro/api/components/bureaucrat-generics-17-0/generic_request_field_set_builder/changes/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@gitlab.crnd.pro:crnd/bureaucrat-generics.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 }}",
            "allow_translation_propagation": 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": ""
        }
    ]
}