HTTP Status Codes
Quick search reference table of standard HTTP status codes. Fast, free, and fully client-side.
| Code | Phrase | Description |
|---|---|---|
| 200 | OK | The request succeeded. |
| 201 | Created | The request succeeded and created a new resource. |
| 301 | Moved Permanently | Resource URI redirect URL has changed. |
| 302 | Found | Resource URI redirect URL temporarily changed. |
| 400 | Bad Request | Malformed query or parameters syntax. |
| 401 | Unauthorized | Authentication is required and has failed. |
| 403 | Forbidden | Permissions are insufficient to access resource. |
| 404 | Not Found | Server could not locate specified resource. |
| 500 | Internal Server Error | Generic fallback server error block. |
| 503 | Service Unavailable | Server is down or overloaded. |
Browse more
See all developer reference guides and interactive utilities.