5xx Server Error
Our service is temporarily down for maintenance or overloaded. Please try again later.
Use 503 when the service is temporarily unable to handle requests because of overload, maintenance, or another short-lived capacity issue.
GET https://api.example.test/api/users503 Service Unavailable
# Headers
Retry-After: 3600
Content-Type: application/json
# Body
{
"error": "service_unavailable"
}Service down for maintenance, retry in 1 hour
Slow down! You're making too many requests too quickly. Wait a bit and try again later.
Something broke on our end! It's not your fault - our server had a problem and couldn't handle your request.
I'm a middleman server, and the server I was trying to talk to gave me a bad or broken response.
I'm a middleman server, and the server I was trying to talk to took too long to respond, so I gave up waiting.