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 a list of all parts.
curl \
  /api/Part
Returns a list of index terms by start letter.
curl \
  /api/IndexTerm/browse
Returns a part by part number.
curl \
  /api/Part/{partNumber}
SDK on GitHub 📄 API Docs
SDK
the_parliament_crew_ai
Python
API
parliament.uk
parliament.uk:erskine-may
Other SDKs for parliament.uk
ckan-parliament-uk
At a glance
Language Python
Endpoints11