Discover/Nyassembly API
live

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.

This API takes change requests — .
Endpoint health
monitored
get_schedule
Checks pendingself-healing
Endpoints
1
Updated
1h ago
This call costs2 credits / call— charged only on success
Try it
Date to check for upcoming events in YYYYMMDD format (e.g. 20260821). When omitted, returns all upcoming events with today as the reference date.
api.parse.bot/scraper/80b47340-6337-423d-9276-09e07593a3b7/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/80b47340-6337-423d-9276-09e07593a3b7/get_schedule?date=20260818' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 1 totalmissing one? ·

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.

Input
ParamTypeDescription
datestringDate to check for upcoming events in YYYYMMDD format (e.g. 20260821). When omitted, returns all upcoming events with today as the reference date.
Response
{
  "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.