Nothing yet — inputs you run here are remembered on this device.
Result appears here as you type
Nothing yet — inputs you run here are remembered on this device.
Result appears here as you type
Updated 2026-07-26
HTTP 418 I'm a Teapot is the internet's best-known joke status code — born from RFC 2324's April Fools' "Hyper Text Coffee Pot Control Protocol" in 1998, and formally reserved (not standard, but not removed either) in RFC 7168. It means exactly what it says: the server is a teapot, and a teapot cannot brew coffee.
Despite being a joke, it's technically valid to send and receive — a handful of real services use it as a deliberate easter egg for requests they want to playfully reject. It's not something to build production error-handling around, but if you've stumbled on this page because a service actually returned it, you've found the internet's favorite piece of HTTP trivia. For every other status code — the real ones — use the full HTTP Status Codes reference.
418
418 I'm a Teapot — Client Error (4xx). A joke status code from the April Fools' Hyper Text Coffee Pot Control Protocol.
400
400 Bad Request — a genuine, RFC-mandated status for malformed requests.
curl -X POST https://thesnaptools.com/api/v1/tools/http-418 \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"text":"418"}'