Free Online HTTP Status Codes Tool
An HTTP status code reference lists every standard code from 100 to 599 with its name and plain-English meaning, grouped by class and searchable.
Your data is processed entirely in your browser and never sent to any server.
1xx Informational
2xx Success
3xx Redirection
4xx Client Error
5xx Server Error
How to Use This Tool
- Browse the codes grouped into 1xx through 5xx classes.
- Type a number like 404 or a keyword like 'redirect' to filter.
- Read each code's name and plain-English meaning.
- Use it to pick the right response or debug an API error.
What Is a HTTP Status Codes?
HTTP status codes are three-digit numbers a server returns to summarise the result of a request. RFC 9110 (HTTP Semantics) organises them into five classes by leading digit: 1xx informational, 2xx success, 3xx redirection, 4xx client errors and 5xx server errors. The class alone tells a client roughly what happened before it even reads the code.
This reference lists the standard codes across all five classes with their canonical names and a short, practical meaning — what 404 versus 410 implies, when 301 (permanent) is right instead of 302 (temporary), why 429 signals rate limiting. A filter box matches on the number or a keyword so you can jump straight to the code you need.
It is a quick lookup for API designers choosing the correct response, developers debugging a failing request, and SEO work where redirect type affects how ranking signals transfer. The data is static and rendered in your browser, so no lookups are sent anywhere.
Frequently Asked Questions
Which codes are covered?
What is the difference between 301 and 302?
Can I search the list?
Published by the WeGotEveryTool team. We build and test every tool in-house and update pages when the underlying spec, formula, or recommendation changes.
Reviewed: May 2026. Disclaimer: this tool is provided as-is for general informational use. For decisions with material consequences (medical, legal, financial, security) verify results against a qualified professional source.
Related Web & HTML
Read and decode your own user-agent string into browser, engine, operating system and device type.
Load a URL in an iframe at common phone, tablet and desktop widths to spot responsive layout issues fast.
Create an anchor tag from a URL and link text with target, rel and title attributes, plus a copy button.
Paste HTML and see it rendered live in a sandboxed iframe, with the source side by side. Nothing is uploaded.
Build an iframe tag from a URL with width, height, border, scrolling and fullscreen options, plus a live preview.