HTTP 503 Service Unavailable

The server is temporarily unable to handle the request — overloaded, or down for maintenance. Often accompanied by Retry-After.

Why you would test it

Unlike a 500, a 503 is explicitly retryable. Test that your client treats them differently instead of collapsing both into "error".

Endpoints that return 503

2 endpoints in this playground answer with 503. Every one is free, needs no signup, and can be called from the browser or with curl.

Other server error codes

All HTTP status codes · All 37 mock REST APIs · Getting started guide