Is there a quota limit for SoundCloud API?

Viewed 2240

I have an android app using SoundCloud API. Some of my users complaining about connection issues. Is there a quota limit?

2 Answers

According Terms of Use, API calls are limited to 15,000 per app per day.

We reserve the right, at our discretion, to impose restrictions and limitations on the number and frequency of calls made by your app to the SoundCloud® API. You must not attempt to circumvent any restrictions or limitations that we impose. Presently, API calls are limited to 15,000 per app per day.

See https://developers.soundcloud.com/docs/api/terms-of-use#quotas

Related