# Can You Access Live TV Events via the WebApp?

**Yes. Live TV Events are available via API (our Broadcast API) and the WebApp.**

### How to use Live TV Events in the WebApp <a href="#how-to-use-live-tv-events-in-control-center" id="how-to-use-live-tv-events-in-control-center"></a>

To search for Live TV Events in the WebApp, follow these steps:

1. Log in to the [WebApp](https://control.predicthq.com)
2. Go to "**Search Events**" on the left hand tool bar
3. Select "Live TV Events" on the top of the search (the other option is "real-world events" which you would use for non televised events.) Set parameters for your search. Select the location, date range, timezone, etc. We only cover one category for Live TV Events for now, so you will only be searching within the "sports" category.
4. Televised sports games broadcast information is more accurate the closer to the date of the actual event, so although we recommend selecting a wide enough date range to get meaningful results for our real-world events, we recommend starting with 14-days forward looking data with Live TV Events. In this example we've chosen to look at the next 14 days (we performed the search on April 1st, 2025). You'll see an NBA game is scheduled for April 11th, 2025 between the Houston Rockets and the Los Angeles Lakers that is expected to have a viewership of 245,316.

<figure><img src="https://github.com/predicthq/gitbook-tech-docs/blob/main/docs/.gitbook/assets/image%20(40).png" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Note: We include historical data starting from January 1, 2018 for Live TV Events.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.predicthq.com/webapp-support/tools/live-tv-events/can-you-access-live-tv-events-via-the-webapp.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
