📡

HTTP Status Code Lookup

Look up HTTP status codes with meanings and use cases.

JWT & API ToolsBrowser-only • PrivateFree
100
Continue 1xx Informational
The server has received the request headers and the client should proceed to send the body.
101
Switching Protocols 1xx Informational
The requester has asked the server to switch protocols.
200
OK 2xx Success
The request succeeded. The meaning depends on the HTTP method used.
201
Created 2xx Success
The request succeeded and a new resource was created.
202
Accepted 2xx Success
The request has been received but not yet acted upon.
204
No Content 2xx Success
The server successfully processed the request and is not returning any content.
206
Partial Content 2xx Success
The server is delivering only part of the resource due to a range header.
301
Moved Permanently 3xx Redirection
The URL of the resource has been changed permanently.
302
Found 3xx Redirection
The resource is temporarily located at a different URL.
304
Not Modified 3xx Redirection
The cached response is still valid; the client can reuse it.
307
Temporary Redirect 3xx Redirection
The resource is temporarily at a different URL; method must not change.
308
Permanent Redirect 3xx Redirection
The resource is permanently at a different URL; method must not change.
400
Bad Request 4xx Client Error
The server cannot process the request due to a client error.
401
Unauthorized 4xx Client Error
Authentication is required and has failed or not been provided.
403
Forbidden 4xx Client Error
The server understood the request but refuses to authorize it.
404
Not Found 4xx Client Error
The server cannot find the requested resource.
405
Method Not Allowed 4xx Client Error
The request method is not supported for the resource.
408
Request Timeout 4xx Client Error
The server timed out waiting for the request.
409
Conflict 4xx Client Error
The request conflicts with the current state of the server.
410
Gone 4xx Client Error
The resource is no longer available and will not be available again.
418
I'm a teapot 4xx Client Error
The server refuses to brew coffee because it is a teapot.
422
Unprocessable Entity 4xx Client Error
The request was well-formed but has semantic errors.
429
Too Many Requests 4xx Client Error
The user has sent too many requests in a given amount of time (rate limiting).
500
Internal Server Error 5xx Server Error
A generic error occurred on the server.
501
Not Implemented 5xx Server Error
The server does not support the functionality required.
502
Bad Gateway 5xx Server Error
The server received an invalid response from an upstream server.
503
Service Unavailable 5xx Server Error
The server is not ready to handle the request (overloaded or down for maintenance).
504
Gateway Timeout 5xx Server Error
The upstream server failed to respond in time.
Privacy First: All processing happens locally in your browser. Your data never leaves your device and is never uploaded to any server.

About HTTP Status Code Lookup

The HTTP Status Code Lookup is a searchable reference for every standard status code — from 200 OK and 301 redirects to 404 Not Found and 500 server errors — with a plain-language meaning and guidance on when each applies. It's the quick answer while building or debugging an API. Everything runs in your browser. Pair it with the cURL to Fetch converter when testing endpoints, or the URL Query Parser when inspecting requests.

How to Use

  1. 1Open HTTP Status Code Lookup and paste or type your data into the input area.
  2. 2Adjust any available options to match the result you want.
  3. 3Your output is generated instantly — no button-clicking required for most tools.
  4. 4Use the Copy or Download button to save your result.

Common Use Cases

  • Inspecting JWT claims while debugging authentication
  • Converting cURL commands into fetch or Axios code
  • Building and parsing query strings and tracking URLs
  • Looking up HTTP status codes during API development

Frequently Asked Questions

What do the status code categories mean?

Codes are grouped by first digit: 1xx informational, 2xx success, 3xx redirection, 4xx client errors, and 5xx server errors. The category tells you at a glance who is responsible for the response.

What's the difference between 301 and 302?

301 is a permanent redirect that tells clients and search engines the resource moved for good, while 302 is temporary. Using the right one matters for SEO and caching.

Is HTTP Status Code Lookup free to use?

Yes. HTTP Status Code Lookup is completely free with no sign-up, no subscription, and no usage limits. Every tool on CodeUtilityKit is free forever.

Is my data safe when I use HTTP Status Code Lookup?

Absolutely. HTTP Status Code Lookup runs entirely in your browser. Your input is processed locally with JavaScript and is never sent to, stored on, or logged by any server — so it is safe even for private or sensitive data.

Features

  • Run HTTP Status Code Lookup instantly, right in your browser
  • 100% private — your data never leaves your device
  • Copy the result to your clipboard in one click
  • Free and unlimited with no account or sign-up
  • Clear, friendly error messages when something is wrong
  • Works on desktop and mobile, even offline after first load

Related tools: cURL to Fetch, URL Query Parser.