Texas: Get Schedule
Texas via Parse · government_public
Returns all live broadcasts from the Texas Senate live video page in a normalized LiveMediaScheduleItem format. Each item includes the program title, date, time, start_time_utc (derived from Central time), stream URL, location as a nested object, inferred status (live if currently airing, otherwise scheduled), description from notes, and video_file (the m3u8 stream URL extracted from the player page). Fields not available from the source (is_early, original_start_date, type, event_id, program_id, duration, duration_minutes, thumbnail, category, format, series_title) are null. The source page only exposes today's broadcasts; if a non-today date is requested, an empty schedule is returned with a note explaining the limitation. Returns a top-level schedule array; empty when no broadcasts are scheduled. Retrieves currently scheduled live video broadcasts from the Texas Senate website, including program details and stream page URLs. Fulfilled by Parse from www.senate.texas.gov.
- government-public
- news-media
- parse
- platform-key
- streaming-video
- texas
- www-senate-texas-gov
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/0012df6b-3bfc-40f7-8026-22c15cb1ccd3/get_schedule
- Interface artifact
- sha256:fbf82224862ab63c6253cf43382dfc20952e04655d01887f4daf5339f1cfa8a2
- Manifest digest
- sha256:8791ffde8dcc2f6c82990add65b6a9cf75038d640468cca5e8f8ceabea03f948
Request fields
- date (string): ISO date YYYY-MM-DD to filter broadcasts. The source only exposes today's schedule; if omitted, today's broadcasts are returned. If a date other than today (US Central time) is provided, an empty schedule is returned with an explanatory note.
Example queries
- {"date":"2026-08-11"}