Most Popular Releases
The most popular calls are used to retrieve the most popular releases
(based on sales).
Overall/Home
This call is used to get overall most popular releases (the same ones that
are displayed on the home page).
- Required Parameters:
- none
- Optional Parameters:
- page (integer): Which page of the resultset to view.
- perPage (integer): How many results per page should be returned.
Examples
Get most popular releases for the Home page:
GET /catalog/3/most-popular-releases
Genre
This call is used to get the most popular releases for individual genres.
- Required Parameters:
- id (integer):
Depending on the context, returns the genre id specified.
- Optional Parameters:
- page (integer): Which page of the resultset to view.
- perPage (integer): How many results per page should be returned.
Examples
Get most popular releases for the Trance page:
GET /catalog/3/most-popular-releases/genre?id=7
Label
This call is used to get the most popular releases for individual labels.
- Required Parameters:
- id (integer):
Depending on the context, returns the label id specified.
- Optional Parameters:
- page (integer): Which page of the resultset to view.
- perPage (integer): How many results per page should be returned.
Examples
Get most popular releases for the Label Anjunabeats:
GET /catalog/3/most-popular-releases/label?id=804