Automate Parliament Bills
HumDay reads Parliament Bills’s own published API description and derives 19 operations from it. Describe the outcome you want in plain words — you get a program that is written, proven on real data, and run for you.
What Parliament Bills is
API to get and search for information regarding Bills, their stages, associated amendments and publications.
API host: bills-api.parliament.uk
What HumDay can read from Parliament Bills
These are the operations a schedule or a trigger can watch.
- GETReturns a list of Bills.
/api/v1/Bills - GETReturns a list of Bill stages.
/api/v1/Stages - GETReturns a list of Sittings.
/api/v1/Sittings - GETReturns a list of Bill types.
/api/v1/BillTypes - GETReturns a list of publication types.
/api/v1/PublicationTypes - GETReturns a list of news articles for a Bill.
/api/v1/Bills/{billId}/NewsArticles - GETReturn a list of Bill publications.
/api/v1/Bills/{billId}/Publications - GETReturn a Bill.
/api/v1/Bills/{billId} - GETReturns an Rss feed of all Bills.
/api/v1/Rss/allbills.rss - GETReturns an Rss feed of public Bills.
/api/v1/Rss/publicbills.rss - GETReturns an Rss feed of private Bills.
/api/v1/Rss/privatebills.rss - GETReturns all Bill stages.
/api/v1/Bills/{billId}/Stages - GETReturn information on a document.
/api/v1/Publications/{publicationId}/Documents/{documentId} - GETReturns an Rss feed of a certain Bill.
/api/v1/Rss/Bills/{id}.rss - GETReturn a list of Bill stage publications.
/api/v1/Bills/{billId}/Stages/{stageId}/Publications - GETReturns a list of amendments.
/api/v1/Bills/{billId}/Stages/{billStageId}/Amendments - GETReturn a document.
/api/v1/Publications/{publicationId}/Documents/{documentId}/Download - GETReturns a Bill stage.
/api/v1/Bills/{billId}/Stages/{billStageId} - GETReturns an amendment.
/api/v1/Bills/{billId}/Stages/{billStageId}/Amendments/{amendmentId}
How automating Parliament Bills works
- Describe the outcome. Say what you want to happen, in your own words. No node graphs, no field mapping.
- Approve the contract. HumDay writes down exactly what it will do, what it will touch, and what it will never do. You approve it before anything is built.
- See it proven. The program runs and shows you the result before it is allowed near your live Parliament Bills account.
- Grant access, then go live. You approve the specific Parliament Bills operations it may use — and only those.
Popular Parliament Bills integrations
Connect Parliament Bills to the tools people pair it with most.
- Parliament Bills and OData for namespace microsoft.graphintegration
- Parliament Bills and Cloudflareintegration
- Parliament Bills and NetBoxintegration
- Parliament Bills and GitHubintegration
- Parliament Bills and Mistintegration
- Parliament Bills and Loket.nlintegration
- Parliament Bills and Atlassian The Jira Cloud platformintegration
- Parliament Bills and Magento B2Bintegration
- Parliament Bills and Stripeintegration
- Parliament Bills and Zuora Reference Billingintegration
- Parliament Bills and bunqintegration
- Parliament Bills and DocuSignintegration
Automate Parliament Bills with these
- Parliament Annunciator content2 operations
- Parliament Commons Votes5 operations
- Parliament Erskine May11 operations
- Parliament House of Commons Oral and Written Questions4 operations
- Parliament Lords Votes5 operations
- Parliament Members43 operations
- Parliament Statutory Instruments10 operations
- Parliament Treaties6 operations
- Parliament Written Questions7 operations
- UK Parliament Search3 operations
- Monarchinitiative BioLink164 operations
- UniCourt Enterprise158 operations
Categories
Questions about Parliament Bills automation
- Can HumDay connect to Parliament Bills?
- Yes. HumDay reads Parliament Bills's own published API description and derives the operations from it, so there is no hand-built connector to wait for. 19 operations are documented.
- Do I need to write code to automate Parliament Bills?
- No. You describe the outcome you want in plain words. HumDay agrees a contract with you, writes the program, and shows you a test run before anything touches your Parliament Bills account.
- What can HumDay do in Parliament Bills?
- 0 of the 19 documented operations change something in Parliament Bills, and 19 read from it. HumDay only ever uses the specific operations your approved contract needs.
- Is my Parliament Bills account safe?
- Your credentials are stored encrypted and are never shown in chat, code, or logs. Every run is limited to the operations you explicitly approved, and anything that writes to Parliament Bills is held behind that approval.
Where this came from
The operations above are read from a published API description for Parliament Bills at bills-api.parliament.uk/swagger/v1/swagger.json. Descriptions are the provider’s own words, not ours. Last published 2021-07-05.