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": "phyphox", "slug": "phyphox", "id": 1, "web": "https://phyphox.org", "web_url": "https://translate.phyphox.org/projects/phyphox/", "url": "https://translate.phyphox.org/api/projects/phyphox/?format=api", "components_list_url": "https://translate.phyphox.org/api/projects/phyphox/components/?format=api", "repository_url": "https://translate.phyphox.org/api/projects/phyphox/repository/?format=api", "statistics_url": "https://translate.phyphox.org/api/projects/phyphox/statistics/?format=api", "changes_list_url": "https://translate.phyphox.org/api/projects/phyphox/changes/?format=api", "languages_url": "https://translate.phyphox.org/api/projects/phyphox/languages/?format=api", "translation_review": false, "source_review": false, "set_language_team": true, "instructions": "", "enable_hooks": true, "language_aliases": "" } ] }