Back to store

Dance-Tunes Public API

This page describes the API for Dance-Tunes topic-by-topic. The API serves as an interface between the database and the client front-end. The language used is XML over HTTP. In the near future we will expand the possibilities of this API. You can think of cart/buy functionality, rss feeds, etc.


Request a Dance-Tunes Open API key

Please login before requesting a Dance-Tunes Open API key.

download documentation in PDF

Inspiration

Here are some suggestions


Made with flickr
Create a mashup of the vast photo library of Flickr and Dance-Tunes' extensive music catalogue.

Add previews of tracks to pictures of your favorite DJ's and artists photos on Flickr to hear the sound an artist or DJ represents.


Made with facebook
Create a Facebook widget that shows the hottest Dance-Tunes on your Facebook profile.

Use the Dance-Tunes chart to stay up to date on the best dance music right in your Facebook page. Spice up a fan page by adding a player that plays previews of tracks by your favourite artist.


Made with googlemaps
Create a mashup with Google Maps to show famous DJ's and Artists on the world map and play their tracks.

Get a feel for each countries individual sound by playing local Artists tunes on the map. Which country fits your taste best?

Get_artist_tune_list

This request retrieves a tune list for the artist specified by the element <art_id>. The number to return is specified by the <count> element. Ordening is descending release date. Also from and till can be used for pagination.

In
<cmd>get_artiest_tune_list</cmd>
<session>H0RPJ3HJBVEEOF93XZKU</session>
<count>23</count>
<from>1</from>
<till>3</till>
<art_id>art_id</art_id>
Out
<?xml version="1.0" encoding="UTF-8"?> 
<reply>
<total_count>10</total_count>
<tune_list>
   <tune>
   <rownumber>1</rownumber> 
   See: get_tune_info
   </tune>

</tune_list>
<security>
   <session>H0RPJ3HJBVEEOF93XZKU</session>
</security>
</reply>