HTTP Status Codes Reference
Browse and search HTTP status codes with descriptions. Free reference tool.
All processing happens in your browser. Your data never leaves your device.
100ContinueSuccess
101Switching ProtocolsSuccess
200OKSuccess
201CreatedSuccess
204No ContentSuccess
301Moved PermanentlyRedirection
302FoundRedirection
304Not ModifiedRedirection
400Bad RequestClient Error
401UnauthorizedClient Error
403ForbiddenClient Error
404Not FoundClient Error
405Method Not AllowedClient Error
408Request TimeoutClient Error
409ConflictClient Error
413Payload Too LargeClient Error
415Unsupported Media TypeClient Error
422Unprocessable EntityClient Error
429Too Many RequestsClient Error
500Internal Server ErrorServer Error
502Bad GatewayServer Error
503Service UnavailableServer Error
504Gateway TimeoutServer Error
How to Use
- 1Search or filter HTTP status codes.
- 2Click any code to see detailed information.
- 3Use as a quick reference while developing APIs.
What is HTTP Status Codes Reference?
HTTP Status Codes Reference is a free online API development tool that helps with request building, testing, and debugging.
Key Features
- Searchable
- Category filters
- Detailed descriptions
- Color-coded categories
- Click to expand
- 100% client-side
HTTP Status Codes Reference vs Other Tools
| Feature | HTTP Status Codes Reference | Other Tools |
|---|---|---|
| Client-side processing | Yes | Varies |
| No signup required | Yes | Often required |
| Privacy-first (no data sent) | Yes | Rarely |
| Free & unlimited | Yes | Often limited |
| No ads interruption | Yes | Often no |
FAQ
What are API tools?
API tools help developers work with web APIs. They include request builders, cURL converters, HTTP status code references, and CORS header generators.
Do API tools send actual requests?
The API Request Builder generates request code (cURL, fetch, axios) but doesn't send requests directly. The Webhook Tester does send actual HTTP requests for testing purposes.
