Malegislature: Get Events
Malegislature via Parse · government_public
Returns all hearings and events from the Massachusetts Legislature for a given month and year. Each event includes its time, status, type, title, location, video availability, and detail-page fields (video file URL, video start time, description, duration). Supports filtering by event type (Hearings, Sessions, SpecialEvents) and branch (Senate, House, Joint). Makes 1 + N requests (one list page plus one detail page per event). Returns an empty events array when no events match the filters. Retrieve legislative session live stream schedule from the Massachusetts General Court (malegislature.gov) for a given date. Fulfilled by Parse from malegislature.gov.
- government-public
- malegislature
- malegislature-gov
- news-media
- parse
- platform-key
- streaming-video
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/9d80c8cf-a04b-4506-b553-3aca5c5ba369/get_events
- Interface artifact
- sha256:47a642ca0132d31681531061b1a1c6c821ad67a89facbaee730feeeab12b6893
- Manifest digest
- sha256:dc7ce4d78d8416b13b50c01ee0e1b75406db72f89f1b156de5289a489bd1a36d
Request fields
- type (string): Filter by event type. One of: Hearings, Sessions, SpecialEvents. When omitted, returns all hearings and events.: Allowed values: Hearings, Sessions, SpecialEvents
- year (integer): Four-digit year (e.g. 2026). When omitted, defaults to the current UTC year.
- month (integer): Month number (1-12). When omitted, defaults to the current UTC month.
- branch (string): Filter by legislative branch. One of: Senate, House, Joint. When omitted, returns events from all branches.: Allowed values: Senate, House, Joint
Example queries
- {"type":"Hearings","year":"2026","month":"8","branch":"Senate"}