syncing market data_
An API that allows querying all tabled oral and written questions, and motions for the House of Commons.
An API that allows querying all tabled oral and written questions, and motions for the House of Commons.
| Method | Path | Summary | Price |
|---|---|---|---|
| GET | /EarlyDayMotions/list | Returns a list of Early Day Motions | FREE |
| GET | /EarlyDayMotion/{id} | Returns a single Early Day Motion by ID | FREE |
| GET | /oralquestions/list | Returns a list of oral questions | FREE |
| GET | /oralquestiontimes/list | Returns a list of oral question times | FREE |
ozma register && ozma call house-of-commons-oral-and-written-questions-api /EarlyDayMotions/list --jsoncurl -H "Authorization: Bearer $OZMA_KEY" \
https://gateway.ozma.app/v1/proxy/house-of-commons-oral-and-written-questions-api/EarlyDayMotions/list# Python
client.proxy_call("house-of-commons-oral-and-written-questions-api", "/EarlyDayMotions/list")