Search bills before Parliament
API · /ukparliament-api
UK Parliament API
The UK Parliament as an API — Members of the House of Commons (MPs) and the House of Lords, and the bills passing through Parliament, live from the official UK Parliament data services. Search members by name and house and get their party, constituency or peerage, gender, portrait and membership dates; look up any member by id; and search the bills currently before (or recently passed) Parliament with their long and short titles, originating and current house, and current stage (e.g. Report stage, Royal Assent). Ideal for civic-tech, news, political-research, transparency and government-monitoring apps. Open data from the UK Parliament.
API health
healthy- Uptime
- 100.00%
- Server probes · 24h
- Avg latency
- 426 ms
- Server probes · 24h
- Subscribers
- 3,578
- active
- Total calls
- 160
- last 7 days
Pricing
Pick a tier — billed monthly, cancel anytime.
Free
Free
- 3,950 calls / month
- 2 requests / second
- Hard cap (429 above quota, no overage)
- 3,950 calls/month
- 2 req/sec
- Members + member + bills
- No credit card
Starter
€4.85 /month
- 52,500 calls / month
- 8 requests / second
- Hard cap (429 above quota, no overage)
- 52.5k calls/month
- 8 req/sec
- House / party / stage filters
- Email support
Pro
€13.30 /month
- 251,000 calls / month
- 20 requests / second
- Hard cap (429 above quota, no overage)
- 251k calls/month
- 20 req/sec
- Civic-tech / news / research
- Priority support
Mega
€35.40 /month
- 1,208,000 calls / month
- 50 requests / second
- Hard cap (429 above quota, no overage)
- 1.21M calls/month
- 50 req/sec
- Government-monitoring platform
- Dedicated SLA
Built by
Related APIs
Other APIs with overlapping tags.
US Treasury API
US Treasury fiscal data as an API, live from the official api.fiscaldata.treasury.gov. Track the US national debt to the penny (total public debt outstanding, debt held by the public and intragovernmental holdings) for the latest day or any date range; get the average interest rates the US government pays on its securities (Treasury Bills, Notes, Bonds, TIPS and more); and look up the official US Treasury reporting exchange rates for ~170 world currencies, used to convert foreign currency to USD for government reporting. Ideal for debt clocks, macro-economic dashboards, fintech, research and data journalism. Public-domain US Treasury data.
api.oanor.com/treasury-api
US Government Spending API
US federal government spending as an API, live from the official USAspending.gov (US Treasury). Search federal awards — contracts, grants, loans and direct payments — by keyword, recipient, award type and fiscal year, ranked by amount, with the recipient name, dollar amount, awarding agency, description and award dates. Rank the top recipients of federal money for any search, and list and inspect the 100+ top-tier federal agencies with their budgetary resources. Ideal for government-transparency, investigative journalism, contractor intelligence, grants research, GovCon and policy-analysis applications. Public-domain US Treasury data.
api.oanor.com/usaspending-api
US Federal Register API
The US Federal Register as an API — the official daily journal of the United States government, live from federalregister.gov. Search the full record of federal rules, proposed rules, public notices and presidential documents (including executive orders) by keyword, document type, issuing agency and publication-date range; fetch any document by its number with title, abstract, agencies, publication and signing dates, executive-order number and links to the official HTML and PDF; and list the 470+ federal agencies. Ideal for legal-tech, compliance, regulatory-monitoring, government-transparency, policy-research and news applications. Public-domain US government data.
api.oanor.com/fedregister-api
US Congress API
Every member of the United States Congress as an API — all 12,766 legislators, current and historical, from 1789 to today. Look up any member by Bioguide or GovTrack id, or search and filter the full roster by name, US state, party and chamber (Senate / House), and list the current members of Congress. Each record carries the member's name, gender, birthday, party, state and district, chamber, the number of terms served and the complete term-by-term history with start and end dates, plus cross-reference ids (GovTrack, OpenSecrets, FEC, Wikipedia, Wikidata). Ideal for civic-tech, news, government-transparency, lobbying and political-research apps. Data from the public-domain @unitedstates project.
api.oanor.com/congress-api
Frequently asked questions
Quick answers about pricing, quotas, and integration.
How do I get an API key for UK Parliament API?
What's the rate limit for UK Parliament API?
How much does UK Parliament API cost?
Can I cancel my subscription anytime?
Is UK Parliament API GDPR-compliant?
Pick an endpoint from the list on the left to see its details and try it.
Code snippets
Sign up to get an API key, then call any path under your slug.
curl https://api.oanor.com/ukparliament-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/ukparliament-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/ukparliament-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
"https://api.oanor.com/ukparliament-api/SOME_PATH",
headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())
Ratings
Sign in to rate.
No reviews yet.
Discussion
Ask questions, share usage tips, get answers from the provider and other developers. Public — anyone can read.
Sign in to start a thread or reply.
Sign inNew thread
·
-
Provider answer
🔒 This thread is locked — no new replies.
-
·
- No threads yet — start the discussion.
Support
Private 1:1 support with the provider — billing questions, integration issues, account problems. Only you and the provider team can see these threads.
Sign in to open a support ticket.
Sign inOpen new ticket
Describe what you need help with. The provider team gets an email and replies on the ticket page.
-
·
Urgent - No tickets yet for this API.