API Rate Limiting
In order to protect our network, we have rate-limiting rules applied to our REST API. These limits work in most cases where queries to the api are properly constructed. All queries to the wp-json
endpoint have the following limit:
- 100 requests from a single ip allowed within a 1 minute window
This is a global limit applied to all requests across all sites hosted on the EventSmart domain and not a per site limit.
If you have an application that requires greater access, please contact us.