Translation components API.

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

GET /api/components/yunohost/moulinette/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "moulinette",
    "slug": "moulinette",
    "id": 3,
    "source_language": {
        "id": 73,
        "code": "en",
        "name": "English",
        "plural": {
            "id": 73,
            "source": 0,
            "number": 2,
            "formula": "n != 1",
            "type": 1
        },
        "aliases": [
            "en_en",
            "base",
            "source",
            "enp",
            "eng"
        ],
        "direction": "ltr",
        "population": 1636485517,
        "web_url": "https://translate.yunohost.org/languages/en/",
        "url": "https://translate.yunohost.org/api/languages/en/?format=api",
        "statistics_url": "https://translate.yunohost.org/api/languages/en/statistics/?format=api"
    },
    "project": {
        "name": "YunoHost",
        "slug": "yunohost",
        "id": 1,
        "web": "https://yunohost.org",
        "web_url": "https://translate.yunohost.org/projects/yunohost/",
        "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
        "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
        "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
        "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
        "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
        "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
        "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
        "labels_url": "https://translate.yunohost.org/api/projects/yunohost/labels/?format=api",
        "translation_review": false,
        "source_review": false,
        "set_language_team": true,
        "instructions": "",
        "enable_hooks": true,
        "language_aliases": ""
    },
    "vcs": "github",
    "repo": "https://github.com/YunoHost/moulinette.git",
    "git_export": "https://translate.yunohost.org/git/yunohost/moulinette/",
    "branch": "dev",
    "push_branch": "",
    "filemask": "locales/*.json",
    "screenshot_filemask": "",
    "template": "locales/en.json",
    "edit_template": true,
    "intermediate": "",
    "new_base": "",
    "file_format": "json",
    "license": "AGPL-3.0-or-later",
    "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
    "agreement": "",
    "web_url": "https://translate.yunohost.org/projects/yunohost/moulinette/",
    "url": "https://translate.yunohost.org/api/components/yunohost/moulinette/?format=api",
    "repository_url": "https://translate.yunohost.org/api/components/yunohost/moulinette/repository/?format=api",
    "translations_url": "https://translate.yunohost.org/api/components/yunohost/moulinette/translations/?format=api",
    "statistics_url": "https://translate.yunohost.org/api/components/yunohost/moulinette/statistics/?format=api",
    "lock_url": "https://translate.yunohost.org/api/components/yunohost/moulinette/lock/?format=api",
    "links_url": "https://translate.yunohost.org/api/components/yunohost/moulinette/links/?format=api",
    "changes_list_url": "https://translate.yunohost.org/api/components/yunohost/moulinette/changes/?format=api",
    "task_url": null,
    "new_lang": "add",
    "language_code_style": "",
    "push": "https://github.com/YunoHost/moulinette.git",
    "check_flags": "python-brace-format",
    "priority": 100,
    "enforced_checks": [],
    "restricted": false,
    "repoweb": "",
    "report_source_bugs": "",
    "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 \"{{ hook_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": 24,
    "auto_lock_error": true,
    "language_regex": "^[^.]+$",
    "variant_regex": "",
    "addons": [
        "https://translate.yunohost.org/api/addons/10/?format=api",
        "https://translate.yunohost.org/api/addons/11/?format=api"
    ],
    "is_glossary": false,
    "glossary_color": "silver",
    "category": null
}