HTTP Routing Table

 
/
ANY /
 
/api
GET /api/
 
/api/addons
GET /api/addons/
GET /api/addons/(int:id)/
PUT /api/addons/(int:id)/
DELETE /api/addons/(int:id)/
PATCH /api/addons/(int:id)/
 
/api/changes
GET /api/changes/
GET /api/changes/(int:id)/
 
/api/component-lists
GET /api/component-lists/
GET /api/component-lists/(str:slug)/
POST /api/component-lists/(str:slug)/components/
PUT /api/component-lists/(str:slug)/
DELETE /api/component-lists/(str:slug)/
DELETE /api/component-lists/(str:slug)/components/(str:component_slug)
PATCH /api/component-lists/(str:slug)/
 
/api/components
GET /api/components/
GET /api/components/(string:project)/(string:component)/
GET /api/components/(string:project)/(string:component)/changes/
GET /api/components/(string:project)/(string:component)/links/
GET /api/components/(string:project)/(string:component)/lock/
GET /api/components/(string:project)/(string:component)/monolingual_base/
GET /api/components/(string:project)/(string:component)/new_template/
GET /api/components/(string:project)/(string:component)/repository/
GET /api/components/(string:project)/(string:component)/screenshots/
GET /api/components/(string:project)/(string:component)/statistics/
GET /api/components/(string:project)/(string:component)/translations/
POST /api/components/(string:project)/(string:component)/addons/
POST /api/components/(string:project)/(string:component)/links/
POST /api/components/(string:project)/(string:component)/lock/
POST /api/components/(string:project)/(string:component)/repository/
POST /api/components/(string:project)/(string:component)/translations/
PUT /api/components/(string:project)/(string:component)/
DELETE /api/components/(string:project)/(string:component)/
DELETE /api/components/(string:project)/(string:component)/links/(string:project_slug)/
PATCH /api/components/(string:project)/(string:component)/
 
/api/groups
GET /api/groups/
GET /api/groups/(int:id)/
POST /api/groups/
POST /api/groups/(int:id)/componentlists/
POST /api/groups/(int:id)/components/
POST /api/groups/(int:id)/languages/
POST /api/groups/(int:id)/projects/
POST /api/groups/(int:id)/roles/
PUT /api/groups/(int:id)/
DELETE /api/groups/(int:id)/
DELETE /api/groups/(int:id)/componentlists/(int:component_list_id)
DELETE /api/groups/(int:id)/components/(int:component_id)
DELETE /api/groups/(int:id)/languages/(string:language_code)
DELETE /api/groups/(int:id)/projects/(int:project_id)
PATCH /api/groups/(int:id)/
 
/api/languages
GET /api/languages/
GET /api/languages/(string:language)/
GET /api/languages/(string:language)/statistics/
POST /api/languages/
PUT /api/languages/(string:language)/
DELETE /api/languages/(string:language)/
PATCH /api/languages/(string:language)/
 
/api/projects
GET /api/projects/
GET /api/projects/(string:project)/
GET /api/projects/(string:project)/changes/
GET /api/projects/(string:project)/components/
GET /api/projects/(string:project)/languages/
GET /api/projects/(string:project)/repository/
GET /api/projects/(string:project)/statistics/
POST /api/projects/
POST /api/projects/(string:project)/components/
POST /api/projects/(string:project)/repository/
PUT /api/projects/(string:project)/
DELETE /api/projects/(string:project)/
PATCH /api/projects/(string:project)/
 
/api/roles
GET /api/roles/
GET /api/roles/(int:id)/
POST /api/roles/
PUT /api/roles/(int:id)/
DELETE /api/roles/(int:id)/
PATCH /api/roles/(int:id)/
 
/api/screenshots
GET /api/screenshots/
GET /api/screenshots/(int:id)/
GET /api/screenshots/(int:id)/file/
POST /api/screenshots/
POST /api/screenshots/(int:id)/file/
POST /api/screenshots/(int:id)/units/
PUT /api/screenshots/(int:id)/
DELETE /api/screenshots/(int:id)/
DELETE /api/screenshots/(int:id)/units/(int:unit_id)
PATCH /api/screenshots/(int:id)/
 
/api/tasks
GET /api/tasks/
GET /api/tasks/(str:uuid)/
 
/api/translations
GET /api/translations/
GET /api/translations/(string:project)/(string:component)/(string:language)/
GET /api/translations/(string:project)/(string:component)/(string:language)/changes/
GET /api/translations/(string:project)/(string:component)/(string:language)/file/
GET /api/translations/(string:project)/(string:component)/(string:language)/repository/
GET /api/translations/(string:project)/(string:component)/(string:language)/statistics/
GET /api/translations/(string:project)/(string:component)/(string:language)/units/
POST /api/translations/(string:project)/(string:component)/(string:language)/autotranslate/
POST /api/translations/(string:project)/(string:component)/(string:language)/file/
POST /api/translations/(string:project)/(string:component)/(string:language)/repository/
POST /api/translations/(string:project)/(string:component)/(string:language)/units/
DELETE /api/translations/(string:project)/(string:component)/(string:language)/
 
/api/units
GET /api/units/
GET /api/units/(int:id)/
PUT /api/units/(int:id)/
DELETE /api/units/(int:id)/
PATCH /api/units/(int:id)/
 
/api/users
GET /api/users/
GET /api/users/(str:username)/
GET /api/users/(str:username)/notifications/
GET /api/users/(str:username)/notifications/(int:subscription_id)/
GET /api/users/(str:username)/statistics/
POST /api/users/
POST /api/users/(str:username)/groups/
POST /api/users/(str:username)/notifications/
PUT /api/users/(str:username)/
PUT /api/users/(str:username)/notifications/(int:subscription_id)/
DELETE /api/users/(str:username)/
DELETE /api/users/(str:username)/notifications/(int:subscription_id)/
PATCH /api/users/(str:username)/
PATCH /api/users/(str:username)/notifications/(int:subscription_id)/
 
/exports
GET /exports/rss/
GET /exports/rss/(string:project)/
GET /exports/rss/(string:project)/(string:component)/
GET /exports/rss/(string:project)/(string:component)/(string:language)/
GET /exports/rss/language/(string:language)/
GET /exports/stats/(string:project)/(string:component)/
 
/hooks
GET /hooks/update/(string:project)/
GET /hooks/update/(string:project)/(string:component)/
POST /hooks/azure/
POST /hooks/bitbucket/
POST /hooks/gitea/
POST /hooks/gitee/
POST /hooks/github/
POST /hooks/gitlab/
POST /hooks/pagure/