Beatport Detail Pages

These are the calls that are used to generate all landing pages on the Beatport website.

Home

GET /catalog/3/beatport/home

Contains all of the data needed to build this type of page: http://www.beatport.com/

Example: GET /catalog/3/beatport/home

Genre

GET /catalog/3/beatport/genre

Required Parameters:
  • id: The ID of the genre to retrieve

Contains all of the data needed to build this type of page: http://www.beatport.com/genre/trance/7

More info on Genres.

Example: GET /catalog/3/beatport/genre?id=7

Label

GET /catalog/3/beatport/label

Required Parameters:
  • id: The ID of the label to retrieve

Contains all of the data needed to build this type of page: http://www.beatport.com/label/anjunabeats/804

More info on Labels.

Example: GET /catalog/3/beatport/label?id=804

Artist

GET /catalog/3/beatport/artist

Required Parameters:
  • id: The ID of the artist to retrieve

Contains all of the data needed to build this type of page: http://www.beatport.com/artist/arty/100105

More info on Artists.

Example: GET /catalog/3/beatport/artist?id=100105

Chart

GET /catalog/3/beatport/chart

Required Parameters:
  • id: The ID of the chart to retrieve

Contains all of the data needed to build this type of page: http://www.beatport.com/chart/nitrous-oxide-april-top-10/15722

More info on Charts.

Example: GET /catalog/3/beatport/chart?id=15722

Chart Overview

GET /catalog/3/beatport/chart-overview

Contains all of the data needed to build this type of page: http://www.beatport.com/charts

More info on Charts.

Example: GET /catalog/3/beatport/chart-overview

Release

GET /catalog/3/beatport/release

Required Parameters:
  • id: The ID of the release to retrieve

Contains all of the data needed to build this type of page: http://www.beatport.com/release/cryptanalysis/385763

More info on Releases.

Example: GET /catalog/3/beatport/release?id=385763

Track

GET /catalog/3/beatport/track

Required Parameters:
  • id: The ID of the track to retrieve

Contains all of the data needed to build this type of page: http://www.beatport.com/track/cryptanalysis-original-mix/1986134

More info on Tracks.

Example: GET /catalog/3/beatport/track?id=1986134

Table Of Contents

Previous topic

Object Structures

Next topic

Account Types

This Page