Translation components API.

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

GET /api/translations/seerr/jellyseerr-frontend/el/?format=api
HTTP 200 OK
Allow: GET, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "language": {
        "id": 147,
        "code": "el",
        "name": "Greek",
        "plural": {
            "id": 147,
            "source": 0,
            "number": 2,
            "formula": "n != 1",
            "type": 1
        },
        "aliases": [
            "el_gr",
            "ell",
            "gr",
            "gre"
        ],
        "direction": "ltr",
        "population": 12249401,
        "web_url": "https://translate.seerr.dev/languages/el/",
        "url": "https://translate.seerr.dev/api/languages/el/?format=api",
        "statistics_url": "https://translate.seerr.dev/api/languages/el/statistics/?format=api"
    },
    "component": {
        "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"
        },
        "project": {
            "name": "Seerr",
            "slug": "seerr",
            "id": 1,
            "web": "https://github.com/seerr-team/seerr",
            "web_url": "https://translate.seerr.dev/projects/seerr/",
            "url": "https://translate.seerr.dev/api/projects/seerr/?format=api",
            "check_flags": "",
            "components_list_url": "https://translate.seerr.dev/api/projects/seerr/components/?format=api",
            "repository_url": "https://translate.seerr.dev/api/projects/seerr/repository/?format=api",
            "statistics_url": "https://translate.seerr.dev/api/projects/seerr/statistics/?format=api",
            "categories_url": "https://translate.seerr.dev/api/projects/seerr/categories/?format=api",
            "changes_list_url": "https://translate.seerr.dev/api/projects/seerr/changes/?format=api",
            "languages_url": "https://translate.seerr.dev/api/projects/seerr/languages/?format=api",
            "labels_url": "https://translate.seerr.dev/api/projects/seerr/labels/?format=api",
            "credits_url": "https://translate.seerr.dev/api/projects/seerr/credits/?format=api",
            "lock_url": "https://translate.seerr.dev/api/projects/seerr/lock/?format=api",
            "translation_review": false,
            "source_review": false,
            "commit_policy": 0,
            "set_language_team": true,
            "instructions": "",
            "enable_hooks": true,
            "language_aliases": "",
            "secondary_language": null,
            "enforced_2fa": false,
            "machinery_settings": "https://translate.seerr.dev/api/projects/seerr/machinery_settings/?format=api",
            "locked": false
        },
        "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
    },
    "language_code": "el",
    "id": 7,
    "filename": "src/i18n/locale/el.json",
    "revision": "a02022ff25241a3eb92d9b01a033daca0a06fbb8,febb6c8cfa123e6d6cbd0940ca06695f27ecfd53",
    "web_url": "https://translate.seerr.dev/projects/seerr/jellyseerr-frontend/el/",
    "share_url": "https://translate.seerr.dev/engage/seerr/-/el/",
    "translate_url": "https://translate.seerr.dev/translate/seerr/jellyseerr-frontend/el/",
    "url": "https://translate.seerr.dev/api/translations/seerr/jellyseerr-frontend/el/?format=api",
    "is_template": false,
    "is_source": false,
    "total": 1640,
    "total_words": 6890,
    "translated": 1180,
    "translated_words": 4574,
    "translated_percent": 71.9,
    "fuzzy": 21,
    "fuzzy_words": 298,
    "fuzzy_percent": 1.2,
    "failing_checks": 49,
    "failing_checks_words": 467,
    "failing_checks_percent": 2.9,
    "have_suggestion": 0,
    "have_comment": 0,
    "last_change": "2026-04-07T10:49:27.474750Z",
    "last_author": null,
    "repository_url": "https://translate.seerr.dev/api/translations/seerr/jellyseerr-frontend/el/repository/?format=api",
    "file_url": "https://translate.seerr.dev/api/translations/seerr/jellyseerr-frontend/el/file/?format=api",
    "statistics_url": "https://translate.seerr.dev/api/translations/seerr/jellyseerr-frontend/el/statistics/?format=api",
    "changes_list_url": "https://translate.seerr.dev/api/translations/seerr/jellyseerr-frontend/el/changes/?format=api",
    "units_list_url": "https://translate.seerr.dev/api/translations/seerr/jellyseerr-frontend/el/units/?format=api"
}