Developer

JSON (22)API (9)Text (31)Security (11)Network (1)

SEO & Content

SEO (11)AI (7)Design (8)Image (9)

Data & Math

XML (6)Math (6)Database (3)Date (4)

More Tools

Next.js (5)PDF (5)Video (3)Random (2)
WorkspacesAll ToolsAboutPrivacyTermsContact

© 2026 Web Util Slyce. All tools run client-side — your data stays private.

APIHTTP Status Code Reference

HTTP Status Code Reference

HTTP status code reference. Browse all HTTP status codes from 1xx to 5xx with descriptions, RFC references, and code examples.

100% browser-based — your data never leaves your device

Complete ReferenceSearch & FilterCode ExamplesQuick Copy
HomeAPIHTTP Status Code Reference
All tools
Tool

Searchable reference of all HTTP status codes with descriptions and use cases.

Complete Reference

All HTTP status codes from 1xx to 5xx with RFC references.

Search & Filter

Filter by category (success, redirect, client error, server error).

Code Examples

Example responses and common scenarios for each status code.

Quick Copy

Copy status code descriptions and example responses.

How to Use

1

Browse or search for a status code

Scroll through the list or type a code (e.g., 404) or name (e.g., "Not Found") to find the status code you need.

2

Filter by category

Use category filters to narrow results — 2xx for success codes, 4xx for client errors, 5xx for server errors, etc.

3

View details and examples

Click any status code to see its full description, RFC reference, and common usage examples.

4

Copy for documentation

Copy the status code description or example response for use in your API documentation.

0 chars0 words0 lines
Ln 1, Col 1

Ctrl+Enter to look up

Frequently Asked Questions

401 Unauthorized means the client must authenticate. 403 Forbidden means the server understood the request but refuses to authorize it, even with authentication.

Related Tools

REST API Client

Send HTTP requests (GET, POST, PUT, DELETE) and inspect responses from your browser.

WebSocket Tester

Connect to WebSocket endpoints, send messages, and inspect frames.

HTTP Status Code Reference

Searchable reference of all HTTP status codes with descriptions and use cases.

Request Builder

Build HTTP requests interactively and generate code snippets in multiple languages.

curl to Fetch Converter

Convert curl commands to JavaScript fetch, Python requests, and more.

OpenAPI Validator

Validate OpenAPI 3.x and Swagger 2.0 specifications for correctness.

Mock API Generator

Generate mock API responses from JSON schemas for rapid development.

Docker → Compose

Convert docker run commands to docker-compose.yml format instantly.

Fake Data Generator

Generate realistic fake data including names, emails, phone numbers, addresses, and more.

Developer Workspace
Related:JSON FormatterJSON ValidatorJSON CompareJSON Path Tester

What is HTTP Status Code Reference?

HTTP Status Code Reference is a free online api tool that searchable reference of all http status codes with descriptions and use cases. It works entirely in your browser — no downloads, no installations, and no server uploads required. backend developers, QA engineers, integration specialists use HTTP Status Code Reference when they need a fast, privacy-respecting way to process api data without installing additional software. It supports capabilities such as complete reference, search & filter, code examples. Additional features include quick copy. Common use cases include quickly look up status codes while debugging api responses, learn proper status code usage when designing restful apis, reference rfc documentation for custom api error responses. All processing happens locally using modern browser APIs, which means your data never leaves your device. This makes HTTP Status Code Reference ideal for working with sensitive data, proprietary code, or any situation where privacy matters.

HTTP Status Code Reference Overview

HTTP Status Code Reference is a free online api tool that helps you searchable reference of all http status codes with descriptions and use cases. Key capabilities include complete reference, search & filter, code examples. All processing is done locally in your browser — no data is uploaded, stored, or shared with any server. There are no sign-ups, no file size limits, and no hidden charges. It is commonly used to quickly look up status codes while debugging api responses.

How to Use HTTP Status Code Reference

1

Browse or search for a status code

Scroll through the list or type a code (e.g., 404) or name (e.g., "Not Found") to find the status code you need.

2

Filter by category

Use category filters to narrow results — 2xx for success codes, 4xx for client errors, 5xx for server errors, etc.

3

View details and examples

Click any status code to see its full description, RFC reference, and common usage examples.

4

Copy for documentation

Copy the status code description or example response for use in your API documentation.

Technical Specifications

CategoryDetails
Input LimitsRequest timeout: Configurable (default: 30 s)
Response size: Browser memory bound
Supported FormatsHTTP/1.1, HTTP/2, WebSocket, JSON, XML, Form data, Binary
Browser Engine
  • Fetch API
  • XMLHttpRequest
  • WebSocket API
  • AbortController for timeout management

All operations run entirely in your browser using built-in API APIs. No server uploads, no data storage, and no third-party requests.

When to Use HTTP Status Code Reference

HTTP Status Code Reference is ideal when you need to quickly look up status codes while debugging api responses without installing software or uploading data to a server. Since everything runs in your browser, there is no setup time and no risk of your data being stored on external servers. For for collaborative API development and testing, consider using Postman. For for lightweight REST and GraphQL debugging, Insomnia may be a better fit. HTTP Status Code Reference fills the gap between heavyweight desktop tools and insecure online services that require uploading your data.

Frequently Asked Questions

Does HTTP Status Code Reference send my data to any server?

No. HTTP Status Code Reference processes everything entirely in your browser using JavaScript. Nothing you type, paste, or upload is ever transmitted to any server. Your data never leaves your device.

What is the difference between 401 and 403?

401 Unauthorized means the client must authenticate. 403 Forbidden means the server understood the request but refuses to authorize it, even with authentication.

What does 502 Bad Gateway mean?

502 Bad Gateway means the server, acting as a gateway or proxy, received an invalid response from an upstream server it accessed to fulfill the request.

Key Features

Complete Reference

All HTTP status codes from 1xx to 5xx with RFC references.

Search & Filter

Filter by category (success, redirect, client error, server error).

Code Examples

Example responses and common scenarios for each status code.

Quick Copy

Copy status code descriptions and example responses.

Common Use Cases

HTTP Status Code Reference is useful in a variety of scenarios across different workflows:

Quickly look up status codes while debugging API responses

Learn proper status code usage when designing RESTful APIs

Reference RFC documentation for custom API error responses

Tips & Best Practices

Use 201 for resource creation

Return 201 Created (not 200 OK) when a POST request successfully creates a new resource, and include the resource URL in the Location header.

Use 409 for conflicts

Return 409 Conflict when a request conflicts with the current state of the resource, such as duplicate entries or version conflicts.

More Tools in This Workspace

Explore more tools in the Developer Workspace workspace:

JSON Formatter

Format, minify, validate, and explore JSON with tree view, JSONPath queries, and multi-format export — the complete JSON workbench.

JSON Validator

Validate JSON data and detect syntax errors with detailed error messages and line numbers.

JSON Compare

Compare two JSON files side by side with real-time diff highlighting.

JSON Path Tester

Test JSONPath expressions against JSON data and see matched results.

JSON Query Tool

Extract values from JSON using dot-notation and bracket-notation paths.

JSON Schema Generator

Generate JSON Schema (draft-07) from sample JSON data automatically.