HTTP Status Code Lookup
Search, filter, and learn about HTTP status codes, their meanings, and typical use cases.
Web
200
Category: 2xx SuccessOK
Description
The request has succeeded. The meaning of the success depends on the HTTP method.
Technical Details
GET: The resource has been fetched and transmitted in the message body. HEAD: The entity headers are in the message body. POST/PUT: The resource describing the result of the action is transmitted in the message body.
Example Use Case
Standard successful response for standard web requests.
What are HTTP Status Codes?
HTTP response status codes indicate whether a specific HTTP request has been successfully completed. Responses are grouped in five classes:
- 1xx Informational: The request was received, continuing process.
- 2xx Success: The action was successfully received, understood, and accepted.
- 3xx Redirection: Further action needs to be taken in order to complete the request.
- 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
- 5xx Server Error: The server failed to fulfill an apparently valid request.
How to use the HTTP Status Code Lookup
- Search: Start typing a code (e.g.
404) or keywords (e.g.Not Found,Teapot) in the search bar. - Filter: Click on the tabs (1xx, 2xx, 3xx, 4xx, 5xx) to quickly filter status codes by category.
- Details: Click on any status code card to see detailed explanations, common use cases, and additional technical details.