There are a few limitations you should be aware of when using the API:
…………………………………………………………………………………………………………..
Return limits on calls
Our default number of individual calls will return a maximum of 100 entries.
Note: If 100 does not work, use a number less than 98.
For example, using the /event/{Event Id}/all to get all posts from an event, you will notice we can set the “Max” to 1000. However the returned data will only have a maximum of 99 entries. To adjust for this, we recommend using the pagination calls for posts and call the needed pages as needed.
…………………………………………………………………………………………………………..
Call limits on the API end points
API rate limits:
There’s a limit of 2000 hits per minute on calls that are uncached.
Cached calls are unlimited.
Note: The cache expires after 30 seconds.
…………………………………………………………………………………………………………..
Uncached Calls
A call is uncached if parameters with random strings are added to the call.
We strongly recommend that you avoid using uncached calls.