Skip to main content

    HTTP Status Code Lookup

    Look up any HTTP status code — see its meaning, category, and when it's used. Search by code number or name.

    No signup. 100% private. Processed in your browser.

    24 codes found

    Informational

    100Continue

    The server has received the request headers; the client should proceed to send the request body.

    101Switching Protocols

    The server is switching protocols as requested by the client (e.g., to WebSocket).

    Success

    200OK

    The request was successful. The response body contains the requested data.

    201Created

    The request was successful and a new resource was created.

    204No Content

    The server processed the request but returns no body content.

    Redirection

    301Moved Permanently

    The resource has moved to a new URL permanently. Update your links.

    302Found

    The resource is temporarily at a different URL. Keep using the original URL.

    304Not Modified

    The resource hasn't changed since last request. Use your cached version.

    307Temporary Redirect

    Temporary redirect preserving the HTTP method of the original request.

    308Permanent Redirect

    Permanent redirect preserving the HTTP method of the original request.

    Client Error

    400Bad Request

    The server cannot process the request due to malformed syntax or invalid parameters.

    401Unauthorized

    Authentication is required. The request lacks valid credentials.

    403Forbidden

    The server understood the request but refuses to authorise it.

    404Not Found

    The requested resource could not be found on the server.

    405Method Not Allowed

    The HTTP method used is not supported for this resource.

    409Conflict

    The request conflicts with the current state of the resource.

    410Gone

    The resource is permanently gone and will not return.

    413Payload Too Large

    The request body exceeds the server's size limit.

    422Unprocessable Entity

    The request is well-formed but contains semantic errors.

    429Too Many Requests

    You have sent too many requests in a given time. Slow down.

    Server Error

    500Internal Server Error

    The server encountered an unexpected condition.

    502Bad Gateway

    The server received an invalid response from an upstream server.

    503Service Unavailable

    The server is temporarily unable to handle the request (overload or maintenance).

    504Gateway Timeout

    The upstream server failed to respond in time.

    Share this tool

    Frequently Asked Questions