Events — entry 002 of 3
SeatGeek
SeatGeek's Platform API returns JSON data on live events, performers, and venues across the US — including average ticket prices and venue geolocation — authenticated with a free client_id issued from a SeatGeek account. A live unauthenticated request against api.seatgeek.com/2/events returned SeatGeek's own "Client is required" error while still reporting a 100-requests-per-minute rate-limit ceiling in its response headers, confirming the API is reachable and free to register for without any paid tier. Its Platform Terms of Use prohibit reselling or displaying raw ticket listings from other sellers, restricting use to building on SeatGeek's own event data rather than a general ticketing aggregator.
GreatAPIs Score
Auth quickstart
- Sign up with the provider to get an API key.
- Send it on every request as a header
Authorization: <key> - The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.