I am currently experimenting with the SoundCloud API, and have noticed that my GET requests for the /tracks resource never return more than 200 results at one time. A few questions about this:
- Is this limit intentional?
- Is there a way to increase this limit?
- If not, what is the best way to work around this? is there an easy way to get some sort of continuation/pagination parameter, so that if more than 200 tracks match my query, I can issue a new query to get the next set of matches?