API Rate Limiting
All endpoints have a rate limit which has been set to 60 requests per minute.
This makes it exceptionally important to use the API as efficiently as possible.
Such examples are:
Pass the
per_page
parameter with the request and set to the maximum value of100
.When querying a relationship for multiple resources of the same type, make one request rather than a separate request for each. This can be achieved by passing the comma separated ID's of all the resources to filter by.