HTTP Status Codes
Technology 58 records updated 2026-07-19
HTTP Status Codes, with code, name, category, and description.
Get this data
GET https://mysafeinfo.com/api/data/httpstatuscodes
Sort, page, randomize, and download with query parameters; see the documentation.
Without a key, responses return up to 50 rows. A pass returns all 58 records.
Try it live
Run a request against httpstatuscodes straight from your browser. Add your API key
to lift the row cap and return every record. The call goes to the API and nothing is stored here.
Preview
First 25 of 58 records. Click a column to sort these rows.
| ID | Code | Name | Category | Description |
|---|---|---|---|---|
| 1 | 100 | Continue | Informational | The client should continue with its request. |
| 2 | 101 | Switching Protocols | Informational | The server is switching protocols. |
| 3 | 102 | Processing | Informational | The server has received and is processing the request. |
| 4 | 103 | Early Hints | Informational | Return some response headers before final response. |
| 5 | 200 | OK | Success | The request succeeded. |
| 6 | 201 | Created | Success | The request succeeded and a resource was created. |
| 7 | 202 | Accepted | Success | The request has been accepted for processing. |
| 8 | 203 | Non-Authoritative Information | Success | Returned metadata is from a local or third-party copy. |
| 9 | 204 | No Content | Success | There is no content to send for this request. |
| 10 | 205 | Reset Content | Success | Tells the client to reset the document that sent this request. |
| 11 | 206 | Partial Content | Success | Used when the Range header is sent by the client. |
| 12 | 207 | Multi-Status | Success | Conveys information about multiple resources (WebDAV). |
| 13 | 208 | Already Reported | Success | Members already enumerated (WebDAV). |
| 14 | 226 | IM Used | Success | Result of instance-manipulations applied to the resource. |
| 15 | 300 | Multiple Choices | Redirection | The request has more than one possible response. |
| 16 | 301 | Moved Permanently | Redirection | The resource has moved permanently. |
| 17 | 302 | Found | Redirection | The resource has moved temporarily. |
| 18 | 303 | See Other | Redirection | Get the requested resource at another URI with a GET. |
| 19 | 304 | Not Modified | Redirection | The response has not been modified. |
| 20 | 307 | Temporary Redirect | Redirection | The resource is temporarily at a different URI; method unchanged. |
| 21 | 308 | Permanent Redirect | Redirection | The resource is permanently at a different URI; method unchanged. |
| 22 | 400 | Bad Request | Client Error | The server cannot process the request due to a client error. |
| 23 | 401 | Unauthorized | Client Error | Authentication is required and has failed or not been provided. |
| 24 | 402 | Payment Required | Client Error | Reserved for future use. |
| 25 | 403 | Forbidden | Client Error | The client does not have access rights to the content. |
Notes
- Last updated on July 19, 2026.
- HTTP Status Codes data courtesy of Internet Assigned Numbers Authority (IANA) . Used with permission.