Translation projects API.

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

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "Seerr Frontend",
            "slug": "jellyseerr-frontend",
            "id": 1,
            "source_language": {
                "id": 149,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 149,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "base",
                    "en_en",
                    "en_us",
                    "eng",
                    "enp",
                    "source"
                ],
                "direction": "ltr",
                "population": 1728003224,
                "web_url": "https://translate.seerr.dev/languages/en/",
                "url": "https://translate.seerr.dev/api/languages/en/?format=api",
                "statistics_url": "https://translate.seerr.dev/api/languages/en/statistics/?format=api"
            },
            "vcs": "github",
            "repo": "git@github.com:seerr-team/seerr.git",
            "git_export": "https://translate.seerr.dev/git/seerr/jellyseerr-frontend/",
            "branch": "develop",
            "push_branch": "weblate/translations-frontend",
            "filemask": "src/i18n/locale/*.json",
            "screenshot_filemask": "",
            "template": "src/i18n/locale/en.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "i18nextv4",
            "file_format_params": {
                "json_indent": 2,
                "json_sort_keys": false,
                "json_indent_style": "spaces",
                "json_use_compact_separators": false
            },
            "license": "MIT",
            "license_url": "https://spdx.org/licenses/MIT.html",
            "agreement": "",
            "web_url": "https://translate.seerr.dev/projects/seerr/jellyseerr-frontend/",
            "url": "https://translate.seerr.dev/api/components/seerr/jellyseerr-frontend/?format=api",
            "repository_url": "https://translate.seerr.dev/api/components/seerr/jellyseerr-frontend/repository/?format=api",
            "translations_url": "https://translate.seerr.dev/api/components/seerr/jellyseerr-frontend/translations/?format=api",
            "statistics_url": "https://translate.seerr.dev/api/components/seerr/jellyseerr-frontend/statistics/?format=api",
            "lock_url": "https://translate.seerr.dev/api/components/seerr/jellyseerr-frontend/lock/?format=api",
            "links_url": "https://translate.seerr.dev/api/components/seerr/jellyseerr-frontend/links/?format=api",
            "changes_list_url": "https://translate.seerr.dev/api/components/seerr/jellyseerr-frontend/changes/?format=api",
            "task_url": null,
            "credits_url": "https://translate.seerr.dev/api/components/seerr/jellyseerr-frontend/credits/?format=api",
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@github.com:seerr-team/seerr.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/seerr-team/seerr/blob/{{branch}}/{{filename}}#L{{line}}",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "chore(i18n): update {{ language_name}} translations\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\nTranslate-URL: {{ url }}",
            "add_message": "chore(i18n): add {{ language_name }} translations",
            "delete_message": "chore(i18n): remove {{ language_name }} translations",
            "merge_message": "chore(i18n): sync {{ component_remote_branch }}",
            "addon_message": "chore(i18n): normalize translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\nTranslate-URL: {{ url }}",
            "pull_message": "chore(i18n): update translations from {{ site_title }}\r\n\r\n## Description\r\n\r\nAutomated translation update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{ url }}). \r\n**No AI used in this automated PR**.\r\n\r\n{% if component_linked_childs %}\r\nThis also includes updates for the 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\n## How Has This Been Tested?\r\n\r\nNo functional changes were introduced.  \r\nThis PR only updates translation files, so no additional testing is required.\r\n\r\n## Screenshots / Logs (if applicable)\r\n\r\n![Weblate translation status]({{ widget_url }})\r\n\r\n## Checklist:\r\n\r\n- [x] I have read and followed the contribution [guidelines](https://github.com/seerr-team/seerr/blob/develop/CONTRIBUTING.md)\r\n- [x] Disclosed any use of AI (see our [policy](https://github.com/seerr-team/seerr/blob/develop/CONTRIBUTING.md#ai-assistance-notice))\r\n- [ ] I have updated the documentation accordingly.\r\n- [x] All new and existing tests passed.\r\n- [x] Successful build `pnpm build`\r\n- [x] Translation keys `pnpm i18n:extract`\r\n- [ ] Database migration (if required)",
            "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": "^[^.]+$",
            "key_filter": "",
            "secondary_language": null,
            "variant_regex": "",
            "addons": [
                "https://translate.seerr.dev/api/addons/1/?format=api",
                "https://translate.seerr.dev/api/addons/5/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver",
            "category": null,
            "linked_component": null,
            "locked": false
        }
    ]
}