Discover/Texas API
live

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.

This API takes change requests — .
Endpoint health
monitored
get_broadcast_schedule
Checks pendingself-healing
Endpoints
1
Updated
3h ago
This call costs1 credit / call— charged only on success
Try it

No input parameters required.

api.parse.bot/scraper/19889b09-2ffb-41f2-8eab-8e286ae96741/<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/19889b09-2ffb-41f2-8eab-8e286ae96741/get_broadcast_schedule' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 1 totalmissing one? ·

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.

Input

No input parameters required.

Response
{
  "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.