How to get liveadvisor API work?

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

+5
source share
1 answer

I just contacted them and they answered within 24 hours: "There are currently no plans to release our API"

+2
source

Source: https://habr.com/ru/post/1237762/


All Articles