Too Many Requests
Reduce request rate and retry after a delay.
An HTTP 429 application/problem+json response:
{
"type": "https://problems.atlas.propertyfinder.com/common-http-429-too-many-requests/",
"title": "Too Many Requests",
"status": 429,
"code": "common_http_429-too-many-requests",
"detail": "The user has sent too many requests in a given amount of time."
}