Project List
Translation projects API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/projects/?format=api
{ "count": 1, "next": null, "previous": null, "results": [ { "name": "Seerr", "slug": "seerr", "id": 1, "web": "https://github.com/seerr-team/seerr", "web_url": "https://translate.seerr.dev/projects/seerr/", "url": "https://translate.seerr.dev/api/projects/seerr/?format=api", "check_flags": "", "components_list_url": "https://translate.seerr.dev/api/projects/seerr/components/?format=api", "repository_url": "https://translate.seerr.dev/api/projects/seerr/repository/?format=api", "statistics_url": "https://translate.seerr.dev/api/projects/seerr/statistics/?format=api", "categories_url": "https://translate.seerr.dev/api/projects/seerr/categories/?format=api", "changes_list_url": "https://translate.seerr.dev/api/projects/seerr/changes/?format=api", "languages_url": "https://translate.seerr.dev/api/projects/seerr/languages/?format=api", "labels_url": "https://translate.seerr.dev/api/projects/seerr/labels/?format=api", "credits_url": "https://translate.seerr.dev/api/projects/seerr/credits/?format=api", "lock_url": "https://translate.seerr.dev/api/projects/seerr/lock/?format=api", "translation_review": false, "source_review": false, "commit_policy": 0, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "", "secondary_language": null, "enforced_2fa": false, "machinery_settings": "https://translate.seerr.dev/api/projects/seerr/machinery_settings/?format=api", "locked": false } ] }