404
⚠️ Client Error RFC 9110, Section 15.5.5

Not Found

The requested resource could not be found on the server.

Common Use

The most famous HTTP error. Resource doesn't exist or the endpoint is wrong. Often used instead of 403 to hide resource existence.

API Endpoint

https://codes.uncodigo.com/http/404

Example with curl

curl -i https://codes.uncodigo.com/http/404

Try It

GET /http/404
Click "Send Request" to see the response...

Example

Request

GET /api/users/999999 HTTP/1.1

Response

HTTP/1.1 404 Not Found

{"error": "User not found"}