Rate Limits
Applications can hit the following limits per-user:
Endpoint | Request(s) Limit |
---|---|
/weather_events/search | 100 / minute |
/weather_events/:date | 10 / minute |
/location/impact_history | 10 / minute |
/location/impact_history/pdf_report | 1 / 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.