Translation projects API.

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

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

{
    "name": "Tails",
    "slug": "tails",
    "id": 1,
    "web": "https://tails.boum.org/",
    "web_url": "https://translate.tails.net/projects/tails/",
    "url": "https://translate.tails.net/api/projects/tails/?format=api",
    "check_flags": "",
    "effective_check_flags": "",
    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
    "credits_url": "https://translate.tails.net/api/projects/tails/credits/?format=api",
    "lock_url": "https://translate.tails.net/api/projects/tails/lock/?format=api",
    "translation_review": true,
    "source_review": false,
    "commit_policy": 0,
    "workspace": null,
    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
    "enable_hooks": true,
    "language_aliases": "",
    "license": "GPL-3.0-or-later",
    "inherit_license": false,
    "effective_license": "GPL-3.0-or-later",
    "agreement": "",
    "inherit_agreement": false,
    "effective_agreement": "",
    "new_lang": "add",
    "inherit_new_lang": false,
    "effective_new_lang": "add",
    "language_code_style": "",
    "inherit_language_code_style": false,
    "effective_language_code_style": "",
    "secondary_language": null,
    "inherit_secondary_language": false,
    "effective_secondary_language": null,
    "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 }}",
    "inherit_commit_message": false,
    "effective_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",
    "inherit_add_message": false,
    "effective_add_message": "Added translation using Weblate ({{ language_name }})\n\n",
    "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
    "inherit_delete_message": false,
    "effective_delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
    "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
    "inherit_merge_message": false,
    "effective_merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
    "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" add-on in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
    "inherit_addon_message": false,
    "effective_addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" add-on in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
    "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_children %}\nIt also includes following components:\n{% for linked in component_linked_children %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
    "inherit_pull_message": false,
    "effective_pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_children %}\nIt also includes following components:\n{% for linked in component_linked_children %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
    "enforced_2fa": false,
    "machinery_settings": "https://translate.tails.net/api/projects/tails/machinery_settings/?format=api",
    "locked": false,
    "announcements_url": "https://translate.tails.net/api/projects/tails/announcements/?format=api"
}