Using the_parliament_crew_ai with parliament.uk

Python integration

Install
pip install the_parliament_crew_ai
Quick start
import the_parliament_crew_ai

client = the_parliament_crew_ai.Client("YOUR_API_KEY")
Returns all procedures.
curl \
  /api/v1/Procedure
Returns all laying bodies.
curl \
  /api/v1/LayingBody
Returns procedure by ID.
curl \
  /api/v1/Procedure/{id}
SDK on GitHub 📄 API Docs
SDK
the_parliament_crew_ai
Python
API
parliament.uk
parliament.uk:statutoryinstruments
Other SDKs for parliament.uk
ckan-parliament-uk
At a glance
Language Python
Endpoints10