- Low limit endpoints (write-heavy operations)
- High limit endpoints (read-heavy operations)
Rate limits for different dimensions are separate but can be utilized independently.
For example, on the Plus plan, the low limit is 70 requests per minute and the high limit is 200 requests per minute. Each limit applies independently. Free access is view-only; API usage requires an active trial or a paid plan.
allow_partial_results set to true will trigger an error message: “error”: “Partial Result, please request with ‘allow_partial_results=true’”. If you wish to retrieve partial results, you can pass the parameter allow_partial_results=true. But please make sure you indeed want to fetch the truncated result.