Translation projects API.

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

GET /api/projects/chamilo/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": "Messages",
            "slug": "messages",
            "id": 1,
            "source_language": {
                "id": 169,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 169,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translation.chamilo.org/languages/en/",
                "url": "https://translation.chamilo.org/api/languages/en/?format=api",
                "statistics_url": "https://translation.chamilo.org/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "https://github.com/chamilo/chamilo-lms",
            "git_export": "https://translation.chamilo.org/git/chamilo/messages/",
            "branch": "master",
            "push_branch": "translations",
            "filemask": "translations/messages.*.po",
            "screenshot_filemask": "",
            "template": "translations/messages.en.po",
            "edit_template": true,
            "intermediate": "translations/messages.pot",
            "new_base": "translations/messages.pot",
            "file_format": "po-mono",
            "license": "CC0-1.0",
            "license_url": "https://spdx.org/licenses/CC0-1.0.html",
            "agreement": "",
            "web_url": "https://translation.chamilo.org/projects/chamilo/messages/",
            "url": "https://translation.chamilo.org/api/components/chamilo/messages/?format=api",
            "repository_url": "https://translation.chamilo.org/api/components/chamilo/messages/repository/?format=api",
            "translations_url": "https://translation.chamilo.org/api/components/chamilo/messages/translations/?format=api",
            "statistics_url": "https://translation.chamilo.org/api/components/chamilo/messages/statistics/?format=api",
            "lock_url": "https://translation.chamilo.org/api/components/chamilo/messages/lock/?format=api",
            "links_url": "https://translation.chamilo.org/api/components/chamilo/messages/links/?format=api",
            "changes_list_url": "https://translation.chamilo.org/api/components/chamilo/messages/changes/?format=api",
            "task_url": null,
            "new_lang": "contact",
            "language_code_style": "",
            "push": "git@github.com:ywarnier/chamilo-lms",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/chamilo/chamilo-lms/tree/{{branch}}/translations",
            "report_source_bugs": "",
            "merge_style": "merge_noff",
            "commit_message": "Language: Update language terms\r\nTranslate-URL: {{ url }}",
            "add_message": "Language: Add translation ({{ language_name }})",
            "delete_message": "Language: Delete translation ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into translations branch",
            "addon_message": "Language: Update translation files",
            "pull_message": "Language: Update language terms\r\nCurrent translation status:\r\n![Weblate translation status]({{widget_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",
            "category": null,
            "linked_component": null
        }
    ]
}