Watch video (14:37)
Enrich your analysis & forecasting
Make your forecasts and operations more accurate by integrating event impact data directly into your BI tool of choice. PredictHQ's API access point options range from a granular event API to an API with prebuilt features to build models faster.

What are your business needs?
Depending on what you are looking for, we'll make sure we get you set up with the right API to start getting value out of PredictHQ's event data and intelligence as soon as possible.
Access to individual event data
Save time with prebuilt intelligence and features
import requests
data = {
"active": {
"gte": "2019-11-28",
"lte": "2019-11-29"
},
"location": {
"place_id": [
5224323,
5811704,
4887398
]
},
"phq_attendance_conferences": {
"stats": [
"min",
"max"
]
},
"phq_attendance_sports": True,
"phq_attendance_concerts": True,
"phq_rank_public_holidays": True
}
response = requests.post(
url="https://api.predicthq.com/v1/features",
headers={
"Authorization": "Bearer $ACCESS_TOKEN",
"Accept": "application/json"
},
json=data
)
print(response.json())
Easily identify Demand Surges
import requests
response = requests.get(
url="https://api.predicthq.com/v1/demand-surge/",
headers={
"Authorization": "Bearer $ACCESS_TOKEN",
"Accept": "application/json"
},
params={
"date_from": "2021-05-12",
"date_to": "2021-08-10",
"min_surge_intensity": "m",
"location.place_id": "2643743"
}
)
print(response.json())
Access to historical and predicted viewership data
import requests
response = requests.get(
url="https://api.predicthq.com/v1/broadcasts/",
headers={
"Accept": "application/json",
"Authorization": "Bearer $ACCESS_TOKEN"
},
params={
"location.place_id": "5368381,5391832",
"start.gte": "2020-11-01",
"start.lte": "2020-11-30",
"start.tz": "America/Los_Angeles"
}
)
print(response.json())
Regardless of the API you choose, get up and running quickly

Create a new API Token
Customer Stories
Demand intelligence gets results
Don't underestimate how much effort it takes to work with event data... Being able to rely on a company whose sole purpose is to remove the ambiguity of event data has been game-changing for us.
You can’t prepare for what you don’t see coming
Harness the power of demand intelligence
Knowing the impact of demand causal factors like events will transform your business. The American Society of Hematology has a $45M estimated economic impact — and that's only one event in one city.
- data points enriching0
- events across0
- cities, accessed via01 API
Get Started
Contact our data science experts to find out the best solutions for your business. We'll get back to you within 1 business day.