I am trying to connect to the liveadvisor API ( http://www.residentadvisor.net/api/dj.asmx?op=getartist ).
My goal is to get all the information about DJs (tracks and labels) and labels (DJs and tracks) and TOP100, TOP1000, etc. Unfortunately, there is no good guide for this API. I wrote to the residency and did not receive a response. There are some examples given, but I do not know what the values โโof this example are:
<UserID>string</UserID>: Is this my login name? <AccessKey>string</AccessKey> Is this my personal user password? <DJID>string</DJID> Where can I find the DJID of a DJ? <ArtistName>string</ArtistName> Ok, this is just the artist name, right? <ChartID>string</ChartID>: Where can I find the ChartID? <Option>string</Option>: What are the options? <URL>string</URL> Which URL ist this?
Any clues? thanks in advance
source share