HTTP Status Code Reference

HTTP Status Code Generator

Generate HTTP status codes for your API responses. Quick reference with copy-to-clipboard for 200, 201, 301, 400, 401, 403, 404, 500, 502, and more.

100% client-side. Your data never leaves your browser.

1xx Informational

(4)

2xx Success

(10)

3xx Redirection

(7)

4xx Client Error

(29)

5xx Server Error

(11)
61 of 61 status codes

Related Tools

HTTP Status Code Generator

This example generates common HTTP status codes with their names and descriptions. Use it as a quick reference when building APIs or debugging HTTP responses. Click any status code to copy it to your clipboard.

Status Code Categories

CategoryRangePurpose
Informational100-199Request received, processing continues
Success200-299Request successfully received and processed
Redirection300-399Further action needed to complete request
Client Error400-499Request contains bad syntax or cannot be fulfilled
Server Error500-599Server failed to fulfill valid request

Most Common Status Codes

Success (2xx)

Client Errors (4xx)

Server Errors (5xx)

How to Use

  1. Browse the list of status codes above
  2. Click any code to copy it to your clipboard
  3. Use the code in your API responses with the appropriate message

Tips for API Design