API reference
Read UK council and parliamentary committee meeting transcripts programmatically — 64,450 transcripts across 434 bodies.
The interactive reference needs JavaScript. The full OpenAPI specification is available at /openapi.yaml, and the summary below covers the whole surface.
Authentication
Create a key at Account → API and send it as a bearer token on every request:
curl https://quoruminsight.com/api/v1/councils -H "Authorization: Bearer qk_live_..."
Endpoints
GET /api/v1/councils- Every council and committee we cover, with the ids the rest of the API accepts. No pagination.
GET /api/v1/transcripts- Transcripts with their text and the meeting’s metadata, 10 per page. Pass
updated_since for a cheap nightly delta. GET /api/v1/transcripts/{meeting_uid}- One transcript. Add
?format=text for the bare text. POST /api/v1/exports- Start a bulk export of the whole archive as gzipped NDJSON. This is the right way to backfill.
GET /api/v1/exports/{id}- Poll an export and collect its download links.
Pricing · Talk to us