Skip to main content

Rate Limits

Applications can hit the following limits per-user:

EndpointRequest(s) Limit
/weather_events/search100 / minute
/weather_events/:date10 / minute
/location/impact_history10 / minute
/location/impact_history/pdf_report1 / minute

If you hit the limit the following response payload will be sent.

{
"statusCode": 429,
"error": "Too Many Requests",
"message": "This endpoint only allows 1 requests per 1 minute per user.",
"date": 1653920332072,
"exiresIn": 46563
}

If you hit the limit, wait the exiresIn before hitting the endpoint again.