Nyassembly APInyassembly.gov ↗
Check the New York State Assembly's live and upcoming event schedule to stay informed about legislative sessions, hearings, and broadcasts. Access current meeting times, dates, and events directly from the official broadcasting system.
curl -X GET 'https://api.parse.bot/scraper/80b47340-6337-423d-9276-09e07593a3b7/get_schedule?date=20260818' \ -H 'X-API-Key: $PARSE_API_KEY'
Returns currently live events and upcoming scheduled events for the NY State Assembly. When no date is provided, returns live events and all upcoming events (with today's date as reference). When a date is provided, returns live events and filters upcoming events to only those scheduled on that specific day. Events include broadcasts of Assembly sessions, hearings, and other legislative proceedings. The Assembly's schedule varies; during recess periods or when no events are scheduled, the arrays will be empty.
| Param | Type | Description |
|---|---|---|
| date | string | Date to check for upcoming events in YYYYMMDD format (e.g. 20260821). When omitted, returns all upcoming events with today as the reference date. |
{
"type": "object",
"fields": {
"date": "Reference date in YYYY-MM-DD format (today or the requested date)",
"live_events": "Array of currently live/in-progress broadcast events, each with name, date, agenda_url, is_live, and optionally video_url",
"upcoming_events": "Array of upcoming scheduled events (filtered by date if provided), each with name, date, agenda_url, is_live"
},
"sample": {
"data": {
"date": "2026-08-11",
"live_events": [],
"upcoming_events": []
},
"status": "success"
}
}About the Nyassembly API
The Nyassembly API on Parse exposes 1 endpoint for the publicly available data on nyassembly.gov. Calls return JSON over HTTPS and are billed per successful response.
Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.