Translation components API.

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

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

{
    "count": 51,
    "next": null,
    "previous": "https://translate.checkmk.com/api/translations/?format=api",
    "results": [
        {
            "language": {
                "id": 180,
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 180,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "ko_ko",
                    "kor_kr",
                    "kor"
                ],
                "direction": "ltr",
                "population": 78357047,
                "web_url": "https://translate.checkmk.com/languages/ko/",
                "url": "https://translate.checkmk.com/api/languages/ko/?format=api",
                "statistics_url": "https://translate.checkmk.com/api/languages/ko/statistics/?format=api"
            },
            "component": {
                "name": "stable",
                "slug": "stable",
                "id": 96,
                "source_language": {
                    "id": 80,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.checkmk.com/languages/en/",
                    "url": "https://translate.checkmk.com/api/languages/en/?format=api",
                    "statistics_url": "https://translate.checkmk.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Checkmk",
                    "slug": "checkmk",
                    "id": 10,
                    "web": "https://checkmk.com/",
                    "web_url": "https://translate.checkmk.com/projects/checkmk/",
                    "url": "https://translate.checkmk.com/api/projects/checkmk/?format=api",
                    "components_list_url": "https://translate.checkmk.com/api/projects/checkmk/components/?format=api",
                    "repository_url": "https://translate.checkmk.com/api/projects/checkmk/repository/?format=api",
                    "statistics_url": "https://translate.checkmk.com/api/projects/checkmk/statistics/?format=api",
                    "categories_url": "https://translate.checkmk.com/api/projects/checkmk/categories/?format=api",
                    "changes_list_url": "https://translate.checkmk.com/api/projects/checkmk/changes/?format=api",
                    "languages_url": "https://translate.checkmk.com/api/projects/checkmk/languages/?format=api",
                    "translation_review": false,
                    "source_review": true,
                    "set_language_team": true,
                    "instructions": "https://forum.checkmk.com/t/about-the-localization-category/21578",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:Checkmk/checkmk-locale.git",
                "git_export": "https://translate.checkmk.com/git/checkmk/stable/",
                "branch": "stable",
                "push_branch": "stable",
                "filemask": "*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "source.pot",
                "file_format": "po",
                "license": "GPL-2.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-2.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.checkmk.com/projects/checkmk/stable/",
                "url": "https://translate.checkmk.com/api/components/checkmk/stable/?format=api",
                "repository_url": "https://translate.checkmk.com/api/components/checkmk/stable/repository/?format=api",
                "translations_url": "https://translate.checkmk.com/api/components/checkmk/stable/translations/?format=api",
                "statistics_url": "https://translate.checkmk.com/api/components/checkmk/stable/statistics/?format=api",
                "lock_url": "https://translate.checkmk.com/api/components/checkmk/stable/lock/?format=api",
                "links_url": "https://translate.checkmk.com/api/components/checkmk/stable/links/?format=api",
                "changes_list_url": "https://translate.checkmk.com/api/components/checkmk/stable/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:Checkmk/checkmk-locale.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [
                    "plurals",
                    "python_brace_format",
                    "python_format"
                ],
                "restricted": false,
                "repoweb": "https://github.com/Checkmk/checkmk/blob/2.3.0/{{filename}}#L{{line}}",
                "report_source_bugs": "martin.hirschvogel@checkmk.com",
                "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": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 12,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translate.checkmk.com/api/addons/151/?format=api",
                    "https://translate.checkmk.com/api/addons/152/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "ko",
            "id": 359,
            "filename": "ko.po",
            "revision": "c66cfb64fda3360dbafb841ef0c6aa0fb2c915b0",
            "web_url": "https://translate.checkmk.com/projects/checkmk/stable/ko/",
            "share_url": "https://translate.checkmk.com/engage/checkmk/-/ko/",
            "translate_url": "https://translate.checkmk.com/translate/checkmk/stable/ko/",
            "url": "https://translate.checkmk.com/api/translations/checkmk/stable/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 21470,
            "total_words": 166745,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.checkmk.com/api/translations/checkmk/stable/ko/repository/?format=api",
            "file_url": "https://translate.checkmk.com/api/translations/checkmk/stable/ko/file/?format=api",
            "statistics_url": "https://translate.checkmk.com/api/translations/checkmk/stable/ko/statistics/?format=api",
            "changes_list_url": "https://translate.checkmk.com/api/translations/checkmk/stable/ko/changes/?format=api",
            "units_list_url": "https://translate.checkmk.com/api/translations/checkmk/stable/ko/units/?format=api"
        }
    ]
}