Discover/1001tracklists.com API
live

1001tracklists.com API1001tracklists.com

Access DJ set tracklists, event metadata, track details, and chart rankings from 1001tracklists.com via a structured JSON API.

Endpoints
3
Updated
14d ago
Try it
The full URL of the tracklist page (e.g. https://www.1001tracklists.com/tracklist/bv2cpz1/
api.parse.bot/scraper/b93889bc-63b3-4524-8ff6-be513ab4401a/<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/b93889bc-63b3-4524-8ff6-be513ab4401a/get_tracklist?url=https%3A%2F%2Fwww.1001tracklists.com%2Ftracklist%2Fbv2cpz1%2Farmin-van-buuren-a-state-of-trance-1275-unfiltered-special-2026-04-30.html' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Get detailed tracklist from a 1001tracklists URL. Returns event metadata and individual track details including artist, title, label, and mix information. Solves Turnstile challenge automatically.

Input
ParamTypeDescription
urlrequiredstringThe full URL of the tracklist page (e.g. https://www.1001tracklists.com/tracklist/bv2cpz1/armin-van-buuren-a-state-of-trance-1275-unfiltered-special-2026-04-30.html)
Response
{
  "type": "object",
  "fields": {
    "url": "string, the tracklist page URL",
    "event": "object containing name, date, and lineup array",
    "tracks": "array of track objects with artist, title, label, mix, links, and order"
  },
  "sample": {
    "data": {
      "url": "https://www.1001tracklists.com/tracklist/bv2cpz1/armin-van-buuren-a-state-of-trance-1275-unfiltered-special-2026-04-30.html",
      "event": {
        "name": "Armin van Buuren-A State Of Trance1275 (Unfiltered Special) 2026-04-30",
        "lineup": []
      },
      "tracks": [
        {
          "label": "DOMINO",
          "links": {},
          "order": 1,
          "title": "Jon Hopkins & Olafur Arnalds - Forever Held",
          "artist": "Jon Hopkins & Olafur Arnalds"
        },
        {
          "label": "JOOF",
          "links": {},
          "order": 2,
          "title": "Basil O'Glue - Course Of No Return",
          "artist": "Basil O'Glue"
        }
      ]
    },
    "status": "success"
  }
}

About the 1001tracklists.com API

The 1001tracklists.com API exposes 3 endpoints that return DJ set tracklists, event metadata, and chart data from one of the largest DJ set databases on the web. The get_tracklist endpoint resolves any tracklist page URL into structured track-by-track data — including artist, title, label, remix info, and streaming links — alongside event name, date, and lineup. list_latest and list_charts cover feed-style browsing and ranked chart data.

Tracklist Data

The get_tracklist endpoint accepts a single required url parameter pointing to any 1001tracklists.com tracklist page. It returns an event object with name, date, and a lineup array, plus a tracks array where each entry carries artist, title, label, mix (remix or edit info), links (to streaming platforms), and order (position in the set). This makes it straightforward to reconstruct a full DJ set with metadata suitable for music discovery, playlist building, or archive projects.

Latest Sets Feed

The list_latest endpoint requires no parameters and reflects the tracklists currently featured on the 1001tracklists.com homepage. Each item in the returned items array contains a title and url, which you can then pass directly into get_tracklist to pull full track data. This feed is useful for monitoring newly published sets as they appear.

Chart Rankings

The list_charts endpoint accepts an optional type parameter with three accepted values: weekly, trending, and mostheard. Each represents a distinct ranking methodology on the site. The response includes a chart field confirming which type was returned, and an items array of charting tracks — each with a name (formatted as artist – title) and a url. Note that this endpoint returns individual charting songs, not tracklists.

Common use cases
  • Build a DJ set archive indexed by artist, event name, and date using data from get_tracklist
  • Track which tracks are trending in the electronic music scene by polling list_charts with the trending type
  • Identify frequently played or most-heard tracks across the DJ community using the mostheard chart type
  • Monitor newly published DJ sets by polling list_latest and auto-fetching full tracklists
  • Aggregate label exposure data by collecting the label field across thousands of tracklist entries
  • Correlate chart appearances with streaming links returned in the links field of track objects
  • Reconstruct setlists for specific events by combining event lineup, date, and ordered tracks fields
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 1001tracklists.com have an official developer API?+
No. 1001tracklists.com does not publish an official public developer API or documented data access program. This Parse API provides structured access to the same data available on the site.
What does `get_tracklist` return for each track in a set?+
Each object in the tracks array includes artist, title, label, mix (capturing remix or edit designations), links (URLs to streaming platforms where available), and order (the track's position in the set). The parent event object provides name, date, and a lineup array for the broader context of the set.
Can I retrieve tracklists for a specific DJ or filter by genre?+
Not currently. The API covers fetching a tracklist by direct page URL via get_tracklist, browsing the latest sets via list_latest, and fetching chart rankings via list_charts. There is no filter-by-artist or filter-by-genre endpoint. You can fork this API on Parse and revise it to add a search or artist-filter endpoint.
Does the charts endpoint return historical chart data or only current rankings?+
The list_charts endpoint returns the rankings currently live on the 1001tracklists.com chart pages — weekly, trending, or most-heard. Historical chart snapshots are not available through this endpoint. You can fork this API on Parse and revise it to add a date-parameterized historical charts endpoint if the underlying pages support it.
Are track timestamps or cue points within a set included in the response?+
No. The tracks array does not include timestamp or cue-point fields — only artist, title, label, mix, links, and order. You can fork this API on Parse and revise it to surface timestamp data if it is present on the source page.
Page content last updated . Spec covers 3 endpoints from 1001tracklists.com.
Related APIs in MusicSee all →
djmag.com API
Access the latest DJ and electronic music news, discover rankings of the world's top 100 DJs and clubs, view detailed club profiles, and search through DJ Mag's extensive article archive. Stay updated on the electronic music scene with curated features, news updates, and industry insights all in one place.
glastonburyfestivals.co.uk API
Discover historical and current Glastonbury Festival line-ups, find artist set times and stage locations, and search for specific performers across all festival years. Stay updated with the latest festival news and explore detailed information about festival areas and stages.
puntoticket.com API
Browse and search events happening in Chile with PuntoTicket, viewing featured shows, filtering by category, and checking detailed pricing and availability for concerts, theater, sports, and more. Find the perfect event by exploring all listings or discovering what's trending right now.
aoni.co.jp API
Browse and search voice actors, actresses, and junior talents from Aoni Production with detailed profiles including audio samples and work history. Access company information, news updates, and booking details to discover Japanese voice acting talent.
merchbar.com API
Search and discover music merchandise across vinyls, CDs, apparel, and accessories, then track product details, new arrivals, and sales by artist. Find exactly what you're looking for with real-time product information and pricing updates.
amoeba.com API
Search and browse Amoeba Music's catalog of vinyl records and CDs, including used listings, to find product details and discover new releases. Check store information to plan your visits to Amoeba's physical locations.
boletia.com API
Browse and search events on Boletia.com to discover concerts, shows, and performances across different venues and organizers, then view detailed event information and available ticket options. Filter events by category, venue, organizer, or explore trending music events in Mexico City.
axs.com API
Search for events, performers, and venues across AXS.com to find tickets, pricing, and availability information in your area or by category. Browse featured events, explore venues by city, and access detailed event information all in one place.