The parent level feed returns "Top Charts" information for the AOL Music Now system. This comprises a daily list of RSS feeds for the top level RSS summaries. For example:
http://aol.musicnow.com/rss/
Top level RSS summary feeds have a single static URL. This feed returns a list of genres and genre ids. For example:
http://aol.musicnow.com/rss/genre/
Drilling down to a detail level, many RSS feeds support arguments or parameters, which enable you to generate different custom RSS feeds depending on the specific content you are interested in. From the example above, the Blues genre has an id=102. Therefore if we are only interested in the web feeds associated with Blues, the URL would look like this:
http://aol.musicnow.com/rss/genre/?id=102
Some RSS Web feeds can even be more customized using different parameters or settings. These feeds are known as custom or dynamic RSS feeds because the content of these RSS feeds is dynamic and changes on a regular basis (typically every 24 hours).
http://aol.musicnow.com/rss/genre/topsongs/?id=102&limit=20
In the example above, the web feed will retrieve the top 20 songs for the Blues genre. Since these parameters give more flexibility when interfacing with AOL Music Now, we provide enhanced API documentation for many of these feeds.
Download the complete technical documentation.
Music_Now_RSS_1_5_1.pdf (59K)
Back to top
|