INDEX / OPEN DATA / PARLIAMENT BILLS API
№ APD-01805
UNCLAIMED
LISTING

This entry was filed by our crawler. Is it yours?

Claim it to edit the listing, publish your OpenAPI spec as a full reference, see traffic analytics — and optionally sell access right here.

№ APD-01805 · FIRST INDEXED 2026-08-27

Parliament Bills API

API to get and search for information regarding Bills, their stages, associated amendments and publications.
SOURCE: DISCOVERY-APISGURU
DOMAIN: www.parliament.uk
REGISTRY RECORD
AS OBSERVED — UNVERIFIED
AUTHunknown
PRICINGunknown
CATEGORIESopen data
STATUSunclaimed
DOCS STATUSreachable
LAST CRAWL2026-08-27 05:42
ENDPOINTS
STRUCTURED FROM OPENAPI 3.0
GET
/api/v1/BillTypes
Returns a list of Bill types.
GET
/api/v1/Bills
Returns a list of Bills.
GET
/api/v1/Bills/{billId}
Return a Bill.
GET
/api/v1/Bills/{billId}/NewsArticles
Returns a list of news articles for a Bill.
GET
/api/v1/Bills/{billId}/Publications
Return a list of Bill publications.
GET
/api/v1/Bills/{billId}/Stages
Returns all Bill stages.
GET
/api/v1/Bills/{billId}/Stages/{billStageId}
Returns a Bill stage.
GET
/api/v1/Bills/{billId}/Stages/{billStageId}/Amendments
Returns a list of amendments.
GET
/api/v1/Bills/{billId}/Stages/{billStageId}/Amendments/{amendmentId}
Returns an amendment.
GET
/api/v1/Bills/{billId}/Stages/{stageId}/Publications
Return a list of Bill stage publications.
GET
/api/v1/PublicationTypes
Returns a list of publication types.
GET
/api/v1/Publications/{publicationId}/Documents/{documentId}
Return information on a document.
+ 7 MORE ENDPOINTS IN THE SPEC