These are the calls that are used to generate all landing pages on the Beatport website.
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
GET /catalog/3/beatport/genre
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
GET /catalog/3/beatport/label
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
GET /catalog/3/beatport/artist
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
GET /catalog/3/beatport/chart
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
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
GET /catalog/3/beatport/release
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
GET /catalog/3/beatport/track
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