Do not stop at the number
A status code is a signal, not a full diagnosis. Pair it with the request method, route, request ID, environment, user role and payload shape before deciding what changed.
API reference
Search status codes, filter by response class and read practical debugging notes for the codes developers meet during API reviews and production incidents.
Reference notes
A status code is a signal, not a full diagnosis. Pair it with the request method, route, request ID, environment, user role and payload shape before deciding what changed.
4xx responses usually point to request identity, authorization or payload contract problems. 5xx responses point to server-side handling, dependency failure or unexpected runtime behavior.
Good APIs return a stable code, a clear machine-readable error key and a human-readable message that helps the caller fix the next request without exposing secrets.