StubHub Events API
## StubHub Events API The StubHub Events API provides fast and reliable access to upcoming stadium events collected from StubHub. This API continuously synchronizes event data in the background and stores it in a local database to ensure extremely fast response times (usually within a few milliseconds). Instead of scraping data on every request, the API uses a background worker that refreshes…
StubHub Events API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Health /health |
Returns the API health status and synchronization information. This endpoint can be used to verify that the API is running correctly and to check the latest background… |
| GET |
Venues /venues |
Returns the list of all supported stadium venues monitored by the API. Each venue includes its unique identifier and basic information required to search events. The venue_id… |
| GET |
Events /events |
Returns events for a specific stadium venue. Use the venue_id parameter obtained from the `/venues` endpoint to retrieve events for a particular stadium. Optional date filters… |
StubHub Events API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $12 / month | 60 / minute |
|
| ULTRA | $39 / month | 20 / second |
|
| MEGA | $99 / month | — |
|