Search or browse all HTTP status codes.
Quick Reference
| Range | Category | Meaning |
|---|---|---|
| 1xx | Informational | Request received, continuing |
| 2xx | Success | Request accepted and processed |
| 3xx | Redirection | Further action needed |
| 4xx | Client Error | Bad request from client |
| 5xx | Server Error | Server failed to fulfill request |
Most Common in APIs
- 200 β Success
- 201 β Created (after POST)
- 204 β No Content (after DELETE)
- 400 β Bad Request (validation error)
- 401 β Unauthorized (not logged in)
- 403 β Forbidden (no permission)
- 404 β Not Found
- 422 β Validation Error
- 429 β Rate Limited
- 500 β Server Error