Retrieve the artists or albums that are most written about
/hotlists/{entity}.{format}?{parameters}
Explanation of the fields:
Field
|
Values
|
Description
|
Optional?
|
entity
| artists, albums
| Get the latest hot artists or albums
| n
|
format
|
xml, json
|
This will be the returned format.
|
n
|
parameters
|
See below in Available parameters
|
Parameters which can be added only through GET.
|
y
|
Available parameters:
Name
|
Value
|
Description
|
max
|
[0-9]+
|
Maximum number of weblinks to display (default = 10)
|
callback
|
[a-zA-z0-9_]+
|
Callback function which is used in JSONp
|
Examples of URLs:
Hot artists: http://api.cloudspeakers.com/2.0/hotlists/artists.xmlHot albums: http://api.cloudspeakers.com/2.0/hotlists/albums.xml |