Skip to main content
L
Loopaloo
Buy Us a Coffee
All ToolsImage ProcessingAudio ProcessingVideo ProcessingDocument & TextPDF ToolsCSV & Data AnalysisConverters & EncodersWeb ToolsMath & ScienceGames
Guides & BlogAboutContact
Buy Us a Coffee
L
Loopaloo

Free online tools for developers, designers, and content creators. All processing happens entirely in your browser - your files never leave your device. No uploads, no accounts, complete privacy.

support@loopaloo.com

Tool Categories

  • Image Tools
  • Audio Tools
  • Video Tools
  • Document & Text
  • PDF Tools
  • CSV & Data
  • Converters
  • Web Tools
  • Math & Science
  • Games

Company

  • About Us
  • Contact
  • Blog
  • FAQ

Legal

  • Privacy Policy
  • Terms of Service
  • Disclaimer

Support

Buy Us a Coffee

© 2026 Loopaloo. All rights reserved. Built with privacy in mind.

Privacy|Terms|Disclaimer
  1. Home
  2. Web Tools
  3. HTTP Status Codes Reference
Add to favorites

HTTP Status Codes Reference

Complete HTTP status code reference with descriptions. Search all 1xx, 2xx, 3xx, 4xx, and 5xx status codes with explanations

A quick reference for every HTTP status code. Look up any code from 100 to 599, see what it means, when servers return it, and how to handle it in your application.

Runs in your browser and files never uploadedMore web toolsJump to full guide

Related reading

  • HTTP Status Codes: A Complete Reference Guide16 min read

Initializing in your browser…

You might also like

CSP Builder

Visual Content Security Policy builder. Create CSP headers to protect against XSS and code injection attacks

SRI Hash Generator

Generate Subresource Integrity (SRI) hashes for scripts and stylesheets. Protect against CDN compromise and tampering

Subnet Calculator

Calculate IPv4 and IPv6 subnet details including network address, broadcast, host range, netmask, and wildcard mask

HTTP Status Codes Reference: a worked example

Your API returns a 422 and a teammate insists "that is not a real status code." You want the authoritative meaning and when to use it.

Looked up

422
HTTP Status Codes Reference produces

Reference entry

422 Unprocessable Entity (RFC 4918)
Class: 4xx, Client Error
The request was well-formed but failed semantic validation
(e.g. valid JSON, but "email" is missing or malformed).
Retry without changes: No, fix the payload first.

422 is a real, registered status from the WebDAV spec that REST APIs widely reuse for validation failures, distinct from 400 (malformed syntax the server could not parse) and 409 (a state conflict). Knowing the class (4xx = caller must change something, 5xx = server problem) tells you immediately whether retrying the identical request can ever succeed.

HTTP status codes at a glance

A quick reference for every HTTP status code. Look up any code from 100 to 599, see what it means, when servers return it, and how to handle it in your application.

How to use

  1. 1Browse status codes by category (1xx–5xx) or search by number.
  2. 2Click a code to see its description and common scenarios.
  3. 3Copy the code and description for documentation.

Key features

  • Complete 1xx through 5xx coverage
  • Plain-language explanations
  • Searchable by code number or keyword
  • Grouped by response class

Frequently asked questions

What's the difference between 401 and 403?

401 means the request lacks valid authentication credentials. 403 means the server understood who you are but you're not allowed to access the resource.

When should I use 404 vs. 410?

Use 404 when a resource is not found but might exist later. 410 signals the resource existed once but has been permanently removed.

Private by design

This runs as client-side JavaScript. Keys, tokens, payloads, and other inputs never leave your device.