Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get residentadvisor API work?

Tags:

api

I´m trying to connect to the API of residentadvisor (http://www.residentadvisor.net/api/dj.asmx?op=getartist).

My goal is, to get all informations of DJs (tracks and labels) and labels (DJs and tracks) and the TOP100, TOP1000 and so on. Unfortunatelly, there is no good manual for this API. I wrote to residentadvisor and got no answer. There are some examples given, but I don´t know what are the example values:

<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 hints? Thanks in advance

like image 274
MZL Avatar asked Dec 09 '15 15:12

MZL


1 Answers

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

like image 196
Michael Millar Avatar answered Nov 15 '22 04:11

Michael Millar