parliament.uk

An API exposing details of the various types of Statutory Instruments laid before Parliament.

10 endpoints open_data
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (2 total)

pip install the_parliament_crew_ai
pip install ckan-parliament-uk
curl examples
Returns all procedures.
curl \
  /api/v1/Procedure
Returns all laying bodies.
curl \
  /api/v1/LayingBody
Returns procedure by ID.
curl \
  /api/v1/Procedure/{id}
Endpoints (10 total)
GET
/api/v1/Procedure
Returns all procedures.
GET
/api/v1/LayingBody
Returns all laying bodies.
GET
/api/v1/Procedure/{id}
Returns procedure by ID.
GET
/api/v1/BusinessItem/{id}
Returns business item by ID.
GET
/api/v1/StatutoryInstrument
Returns a list of statutory instruments.
GET
/api/v1/StatutoryInstrument/{id}
Returns a statutory instrument by ID.
GET
/api/v1/ProposedNegativeStatutoryInstrument
Returns a list of proposed negative statutory instruments.
GET
/api/v1/StatutoryInstrument/{id}/BusinessItems
Returns business items belonging to statutory instrument with ID.
GET
/api/v1/ProposedNegativeStatutoryInstrument/{id}
Returns proposed negative statutory instrument by ID.
GET
/api/v1/ProposedNegativeStatutoryInstrument/{id}/BusinessItems
Returns business items belonging to a proposed negative statutory instrument.
Language coverage
Python
2
At a glance
Total SDKs2
Languages1
Endpoints10
Categories1