https://www.daildex.comcurl "https://www.daildex.com/v1/activity?type=vote&representative=jennifer-whitmore&date_start=2026-07-01&date_end=2026-07-09&limit=2"DáilDex API
Everything DáilDex tracks — votes, Dáil and Seanad contributions, parliamentary questions, committee proceedings — as clean, queryable data, with a source link on every record. Built for teams who need to move fast and cite their source.
Pricing on request. Tell us what you're building and we'll get back to you.
One feed, the whole record. Every field traces back to the official Oireachtas source.
Every Dáil and Seanad division, who voted which way, structured and timestamped as it's recorded.
Full Dáil and Seanad contributions by member, topic and date, ready to search or quote.
Written and oral PQs with the question, the reply, and who asked it — matched and structured.
Committee sittings, membership and proceedings, tracked as they're published.
The official record is checked continuously. New activity lands in the feed within minutes, not days.
Each entry links back to where it came from on oireachtas.ie, so nothing you publish is unverifiable.
Not just what's new — the complete backlog, so you can pull trends and context, not just today's snapshot.
Query across members, parties and date ranges, and pull results out in the format your workflow needs.
This isn't the consumer product with the plain-English inbox alerts. It's the underlying record, for teams who need to check something themselves, on deadline, and cite it.
Verification-first, not summary-first. Every record keeps its original wording and a direct link back to the Oireachtas source, so you're never quoting a paraphrase. Built to answer "did this actually happen, and where's the proof" fast enough to make a deadline.
Ask a specific question — how did a TD vote, what did a committee hear — and get a sourced answer in minutes, not an afternoon of trawling records.
Original wording, original timestamps, original source links. What you publish traces straight back to the record.
Built for querying across every member and every sitting, not one representative at a time.
Run on the same modern, globally distributed infrastructure that powers DáilDex itself, built to stay fast and stay up.
Edge-served responses built for speed, so a query fits inside a live deadline, not around one.
Modern, globally distributed infrastructure engineered for reliability when a story breaks.
Scoped, revocable access. No personal subscriber data is ever included — this is the public record, not our readers' inboxes.
The public-facing surface now exposes structured routes for representatives, recent activity, votes, questions, speeches and legislation.
These routes all return JSON, support pagination, and keep a source URL on every record. Committee-specific feeds are not exposed yet on the public API surface.
Live now
/v1/representativesSearch active TDs and Senators by name, area, party or chamber before you pull activity.
Common filters: q, chamber
/v1/activityOne timeline across votes, questions, speeches and legislation with filters for type, member and date range.
Common filters: type, representative, date_start, date_end, limit, offset
/v1/votesStructured voting records with participation, member metadata, date and source links back to the official record.
Common filters: representative, chamber, date_start, date_end, q
/v1/questionsOfficial question records matched to the representative who asked them, with searchable text and source links.
Common filters: representative, date_start, date_end, q
/v1/speechesDebate contributions grouped by representative and document date, ready for search, quoting and monitoring.
Common filters: representative, date_start, date_end, q
/v1/legislationBill status, current stage and related source metadata for parliamentary monitoring workflows.
Common filters: date_start, date_end, q, limit, offset
The API is deliberately plain: predictable route names, conventional query params and stable JSON objects.
https://www.daildex.comcurl "https://www.daildex.com/v1/activity?type=vote&representative=jennifer-whitmore&date_start=2026-07-01&date_end=2026-07-09&limit=2"application/json{
"items": [
{
"id": "cf2416bf-8f5d-4f17-a6d5-4ec5318d6c5a",
"type": "vote",
"date": "2026-07-08",
"title": "Motion on housing delivery targets",
"summary": "Passed · Dáil Éireann debate",
"sourceUrl": "https://www.oireachtas.ie/en/debates/vote/dail/34/2026-07-08/12/",
"representative": {
"id": "jennifer-whitmore",
"name": "Jennifer Whitmore",
"area": "Wicklow",
"party": "Social Democrats",
"chamber": "Dáil",
"role": "TD"
},
"participation": "Tá"
}
],
"limit": 2,
"offset": 0
}fetchconst response = await fetch(
"https://www.daildex.com/v1/questions?representative=catherine-connolly&limit=1"
);
const data = await response.json();Anyone who needs the Oireachtas record as data, not as a webpage to scrape.
Political and investigative reporters who need to check a vote, a quote or a committee record fast, with a source to cite.
Academics, transparency projects and civic-tech builders who need structured, historical Oireachtas data at scale.
Teams building their own tools, dashboards or alerts on top of the official record, without building a scraper first.
There's no self-serve signup yet. Email api@daildex.com with what you're building and how much you need, and we'll get back to you.