Skip to main content

Rate Limiting

Rate limits protect Planet's infrastructure and experience for all customers. Planet APIs will respond with an HTTP 429 Too Many Requests status code when rate limits have been exceeded. When this happens, we recommend retrying with an exponential backoff to slow down the request volume.

The Planet Python client will automatically handle this condition and retry several times.

See individual API documentation for information about particular APIs' rate limits and endpoints.