Texas APIhouse.texas.gov ↗
Watch live legislative events from the Texas House of Representatives by accessing the broadcast schedule for committee hearings and other proceedings. Plan your viewing by retrieving detailed information about upcoming livestreams and their scheduled times.
No input parameters required.
curl -X GET 'https://api.parse.bot/scraper/19889b09-2ffb-41f2-8eab-8e286ae96741/get_broadcast_schedule' \ -H 'X-API-Key: $PARSE_API_KEY'
Returns all currently scheduled, live, and completed broadcast events from the Texas House of Representatives video page. Each event includes title, date, time, computed UTC start time, status, location, channel, type, and video page URL. Results are returned as a single unpaginated list of all events the site currently publishes.
No input parameters required.
{
"type": "object",
"fields": {
"total": "integer count of events returned",
"events": "array of broadcast event objects"
},
"sample": {
"data": {
"total": 17,
"events": [
{
"date": "8/17/26",
"time": "9:00AM",
"type": "committee",
"title": "Higher Education",
"format": "scheduled",
"status": "pending",
"channel": "CH 289",
"captions": true,
"category": "committee",
"duration": null,
"event_id": 22751,
"location": "E2.036",
"thumbnail": null,
"program_id": 4,
"description": null,
"series_title": "Higher Education",
"start_time_utc": "2026-08-17T15:00:00Z",
"video_page_url": "https://www.house.texas.gov/videos/22751"
}
]
},
"status": "success"
}
}About the Texas API
The Texas API on Parse exposes 1 endpoint for the publicly available data on house.texas.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.