Free access to Hansard records, speeches, and legislative data from Caribbean parliaments. Search, analyse, and build with parliamentary data.
connect.openparliament.ai/v1
Structured, machine-readable parliamentary data available through our free REST API.
Full text of every speech, with speaker attribution, timestamp, topic, and sitting reference.
Names, party affiliation, constituency, roles, and speaking history for all parliamentary members.
Dates, committees, sitting types, and full agenda for every parliamentary session on record.
Legislation tracker with readings, votes, and status. Track bills from introduction to passage.
Search across all parliamentary records by keyword, speaker, date range, or country.
Speaking time, participation rates, topic frequency, and sitting attendance data.
The Connect API provides free, RESTful access to parliamentary records from multiple Caribbean parliaments. Use your API key to query sittings, speeches, members, and more.
# Fetch recent sittings for Anguilla curl -H "X-API-Key: your_key" \ "https://connect.openparliament.ai/v1/sittings?country=AIA"
// Response { "data": [ { "date": "2026-03-19", "committee": "House of Assembly", "speeches": 34, "topics": 8 } ], "total": 142, "page": 1 }
const response = await fetch( "https://connect.openparliament.ai/v1/sittings?country=AIA", { headers: { "X-API-Key": "your_key" } } ); const { data } = await response.json(); console.log(data); // [{ date: "2026-03-19", committee: "House of Assembly", ... }]
import requests response = requests.get( "https://connect.openparliament.ai/v1/sittings", headers={"X-API-Key": "your_key"}, params={"country": "AIA"} ) data = response.json()["data"] # [{'date': '2026-03-19', 'committee': 'House of Assembly', ...}]
We are building a growing network of parliamentary data sources across the Caribbean and beyond.
House of Assembly
Coming soon
Coming soon
Coming soon
Coming soon
Coming soon
Want to bring your parliament onto the platform?
Get in TouchParliamentary data serves everyone in a democracy.
Build civic tech applications on top of structured parliamentary data. Create transparency tools, voting trackers, or legislative analysis platforms.
Research what was said in parliament, who voted how, and track legislation. Fact-check claims against the official record.
Academic analysis of parliamentary discourse, voting patterns, legislative trends, and political behaviour across Caribbean parliaments.
Monitor government accountability. Track promises. Know what your representatives are saying and doing in parliament.
Parliamentary proceedings are public records. They should be freely accessible to all.
Parliamentary proceedings belong to the people. What is said in parliament should be freely available to every citizen.
Data should be freely accessible in open, machine-readable formats without barriers or restrictions.
Structured data formats enable innovation. Developers and researchers can build tools that serve the public interest.
Transparency strengthens democratic institutions. Informed citizens make better decisions. Accountability improves governance.
Sign up for free access to the Connect API. No credit card required. Start building with parliamentary data in minutes.