Does Rdio's Web Service API have rate limits? Can't seem to find it in the docs or with a quick search, but I'm getting 403 Developer Over Qps
from scripted calls to the search endpoint.
Asked
Active
Viewed 493 times
1

devin_s
- 3,345
- 1
- 27
- 32

hurrymaplelad
- 26,645
- 10
- 56
- 76
1 Answers
4
They do. When you sign in to your developer account, you can see your rate limits for each app by going to "My Account".
The default setting is 10 calls per second, and 15,000 per day.

samullen
- 2,380
- 2
- 17
- 18
-
Any idea what kind of error is raised when you do a request and you are over-quota ? – aurels Jan 26 '15 at 09:49
-
Sorry @aurels, I haven't worked with the API for about 18 months. – samullen Jan 26 '15 at 14:49
-
Ok thanks anyway. I considered every request failure to be an over quota for now. – aurels Jan 26 '15 at 19:09