HTTP Status Codes Inspector
Interactive reference guide and quick lookup for all 1xx, 2xx, 3xx, 4xx, and 5xx HTTP response status codes.
OK
Standard response for successful HTTP requests.
Created
Request fulfilled, resulting in the creation of a new resource.
No Content
Request processed successfully, returning no body content.
Moved Permanently
Resource URI permanently changed to a new location.
Found (Temporary Redirect)
Resource temporarily resides under a different URI.
Not Modified
Resource unchanged since last request. Client can use cached version.
Bad Request
Server cannot process request due to malformed syntax or bad parameters.
Unauthorized
Authentication required or invalid authentication credentials.
Forbidden
Client authenticated, but lacks permissions to access resource.
Not Found
Requested resource could not be found on the server.
Conflict
Request conflicts with current state of target resource.
Unprocessable Entity
Syntax correct, but payload contains semantic validation errors.
Too Many Requests
Rate limit exceeded. Client sent too many requests in given timeframe.
Internal Server Error
Generic error encountered by server preventing request fulfillment.
Bad Gateway
Invalid response received from upstream server while acting as proxy.
Service Unavailable
Server overloaded or down for maintenance temporarily.
Gateway Timeout
Upstream server failed to respond in time while acting as gateway.
⚡Related Developer Tools
Frequently used together with HTTP Status Codes Inspector
CIDR & Subnet Calculator
Analyze IPv4 subnets from CIDR notation to calculate netmasks, wildcard masks, network and broadcast addresses, usable IP address ranges, and total host counts.
IPv4 & IPv6 Address Converter
Convert IP addresses across IPv4 dotted decimal, integer decimal, hexadecimal, binary, and expanded/compressed IPv6 representations with instant validation.
JSON Formatter & Beautifier
Format, beautify, and validate raw JSON with customizable indentation, collapsible tree view, inline line-number error highlights, and minification.