Translation projects API.

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

GET /api/projects/diyseeds-org-videos-subtitles-english/components/?format=api&page=3
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 41,
    "next": null,
    "previous": "http://translate.diyseeds.org/api/projects/diyseeds-org-videos-subtitles-english/components/?format=api&page=2",
    "results": [
        {
            "name": "Turnip",
            "slug": "turnip",
            "id": 254,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 139,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "http://translate.diyseeds.org/languages/en/",
                "url": "http://translate.diyseeds.org/api/languages/en/?format=api",
                "statistics_url": "http://translate.diyseeds.org/api/languages/en/statistics/?format=api"
            },
            "vcs": null,
            "repo": null,
            "git_export": "",
            "branch": null,
            "push_branch": "",
            "filemask": null,
            "template": "en/video subtitles/turnip.srt",
            "edit_template": true,
            "intermediate": "",
            "new_base": "en/video subtitles/turnip.srt",
            "file_format": "srt",
            "license": "CC-BY-NC-ND-4.0",
            "license_url": "https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode",
            "agreement": "",
            "web_url": "http://translate.diyseeds.org/projects/diyseeds-org-videos-subtitles-english/turnip/",
            "url": "http://translate.diyseeds.org/api/components/diyseeds-org-videos-subtitles-english/turnip/?format=api",
            "repository_url": "http://translate.diyseeds.org/api/components/diyseeds-org-videos-subtitles-english/turnip/repository/?format=api",
            "translations_url": "http://translate.diyseeds.org/api/components/diyseeds-org-videos-subtitles-english/turnip/translations/?format=api",
            "statistics_url": "http://translate.diyseeds.org/api/components/diyseeds-org-videos-subtitles-english/turnip/statistics/?format=api",
            "lock_url": "http://translate.diyseeds.org/api/components/diyseeds-org-videos-subtitles-english/turnip/lock/?format=api",
            "links_url": "http://translate.diyseeds.org/api/components/diyseeds-org-videos-subtitles-english/turnip/links/?format=api",
            "changes_list_url": "http://translate.diyseeds.org/api/components/diyseeds-org-videos-subtitles-english/turnip/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": null,
            "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,
            "manage_units": 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": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        }
    ]
}