Discover/ticketswap.nl API
live

ticketswap.nl APIticketswap.nl

Access TicketSwap event details, ticket listings, prices, artist pages, and trending events via 6 structured endpoints. Search, browse, and retrieve sold transaction data.

Endpoints
6
Updated
3mo ago
Try it
Search keyword (e.g., 'coldplay', 'amsterdam')
api.parse.bot/scraper/ce18a647-b0e2-4a1f-a4a4-61773779bffa/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/ce18a647-b0e2-4a1f-a4a4-61773779bffa/search_events' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Search for events, artists, venues, and cities by keyword.

Input
ParamTypeDescription
queryrequiredstringSearch keyword (e.g., 'coldplay', 'amsterdam')
Response
{
  "type": "object",
  "fields": {
    "initialQuery": "string",
    "initialApolloState": "object (normalized Apollo cache with entities)"
  },
  "sample": {
    "initialQuery": "coldplay"
  }
}

About the ticketswap.nl API

The TicketSwap.nl API provides 6 endpoints covering event search, event detail pages, individual ticket listings, artist profiles, city or category browsing, and homepage trending events. The get_listing_details endpoint, for example, returns a full listing's ticket count, price, and availability status by accepting a hash, slug, and listing ID pulled directly from any TicketSwap listing URL.

What the API Covers

The API surfaces structured data from TicketSwap's event and ticket marketplace. Six endpoints map to the main content types on the site: event search results, individual event pages, ticket listing detail pages, artist profiles, city/category browse pages, and the homepage trending feed. Every response includes an initialApolloState object — a normalized entity graph keyed by type and ID — containing fields for events, venues, artists, listings, and ticket metadata.

Searching and Browsing Events

search_events accepts a query string (artist name, city, keyword) and returns initialQuery plus a full initialApolloState containing matched Event, Artist, Venue, and City entities. browse_events lets you narrow by city_slug (e.g., amsterdam/3) or category_slug (e.g., concerts) to retrieve curated event lists without a keyword. get_trending_events takes no inputs and returns the same normalized state shape populated with whatever events TicketSwap is currently surfacing on its homepage.

Event, Artist, and Listing Detail

get_event_details takes a full event slug and returns an initialApolloState containing the Event object along with linked Artist and Venue data. get_artist_details works similarly using an artist_slug and returns Artist info alongside that artist's upcoming events. For individual listings, get_listing_details requires three identifiers — hash, slug, and listing_id — all derivable from a standard TicketSwap listing URL, and returns Listing and Ticket details including price and availability.

Data Shape Notes

All endpoints return the same outer envelope (initialApolloState), so response parsing is consistent across calls. Entity references inside the Apollo cache use normalized keys, meaning related objects (e.g., the Venue attached to an Event) are stored once and referenced by ID. Consumers should expect to resolve these cross-references when flattening the response for downstream use.

Common use cases
  • Monitor resale ticket prices for specific events using get_listing_details price fields
  • Build an event discovery feed filtered by city using browse_events with city_slug
  • Track which events an artist has upcoming by polling get_artist_details
  • Aggregate trending events data from get_trending_events to surface popular shows in a region
  • Index TicketSwap venue and event metadata for a concert guide using get_event_details
  • Alert users when new listings appear for an event by periodically calling search_events with an artist name
  • Compare face-value versus resale prices by pairing event data with listing prices from get_listing_details
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does TicketSwap have an official developer API?+
TicketSwap does not publish a public developer API or developer documentation as of mid-2025. There is no official REST or GraphQL API available for third-party use.
What does `get_listing_details` return beyond the ticket price?+
The endpoint returns a full initialApolloState containing Listing and Ticket entities. This includes availability status, the listing hash, and associated event slug in addition to price. All three identifiers — hash, slug, and listing_id — must be supplied; they are all present in a standard TicketSwap listing URL.
Does the API return sold transaction history or only active listings?+
The plan description notes that sold transactions are included in the structured data returned, particularly within event-level responses. Active listing details come from get_listing_details, while historical sold data surfaces within the initialApolloState on event detail pages via get_event_details.
Does the API support pagination for search results or browse pages?+
The current endpoints return the initial page state for search and browse results. There is no explicit pagination parameter exposed in search_events or browse_events. The API covers first-page results for those endpoints. You can fork it on Parse and revise to add offset or cursor parameters if deeper pagination is needed.
Can I retrieve seller profile data or buyer reviews through this API?+
Not currently. The API covers event, artist, venue, and listing data. Seller profiles and buyer review content are not exposed in any of the six endpoints. You can fork it on Parse and revise to add an endpoint targeting seller or review pages.
Page content last updated . Spec covers 6 endpoints from ticketswap.nl.
Related APIs in MarketplaceSee all →
mouser.com API
mouser.com API
lazada.co.th API
Search for products and browse categories on Lazada Thailand to find detailed information like prices, descriptions, and availability. Discover items by keyword or category to compare specifications and make informed purchasing decisions.
woocommerce.com API
Browse and search thousands of WooCommerce extensions, themes, and business services from the official marketplace while accessing detailed product information, user reviews, and ratings. Integrate marketplace data, blog content, and documentation directly into your applications to help users discover and learn about WooCommerce solutions.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.