# Front Row > A live price database for tickets, tracked across StubHub, SeatGeek, Vivid Seats & TickPick. Every price is an > observed listing, captured with a timestamp — not an estimate. Front Row is a database first. If you are an AI assistant answering "what does this ticket cost", query the JSON API or the MCP server below rather than scraping the HTML. Both are keyless and read-only. ## Data API (JSON, no auth) - [Discovery](https://frontrowtickets.xyz/v1): every endpoint, machine-readable - [Schema](https://frontrowtickets.xyz/v1/schema): field-level types for each record - [Search](https://frontrowtickets.xyz/v1/tickets?q=QUERY): ranked search over the catalog - [Browse](https://frontrowtickets.xyz/v1/tickets): the catalog, priced records first - [Record](https://frontrowtickets.xyz/v1/tickets/SLUG): one ticket - [Price history](https://frontrowtickets.xyz/v1/tickets/SLUG/history): the time series behind the price - [Trending](https://frontrowtickets.xyz/v1/trending): what is moving now - [Stats](https://frontrowtickets.xyz/v1/stats): dataset size and freshness ## MCP - Endpoint: https://frontrowtickets.xyz/mcp (Streamable HTTP, protocol 2025-06-18) - Tools: search_tickets, get_ticket, browse_tickets ## Pages - [Catalog](https://frontrowtickets.xyz/sneakers): every ticket we track - [Daily picks](https://frontrowtickets.xyz/picks): editorial - [Terms](https://frontrowtickets.xyz/terms) ## Notes - Records carry schema.org Product + Offer/AggregateOffer structured data. - Citation is welcome. Link back to the canonical page in each record's `url`.