Home › Dev & Data › HTTP Status Lookup
Dev & Data
HTTP Status Lookup
Look up what an HTTP status code means — from 200 OK to 500 Internal Server Error and the teapot in between. A quick reference while debugging APIs.
Try it now
💡 Good to know: HTTP 418 "I'm a teapot" is a real, standardized code — it began as a 1998 April Fools' joke and simply stuck around.
Worked example
Meaning: 404 Not Found
Learn the method
Inputs
- Status code
404
Frequently asked
What does 404 mean?
Not Found — the server has no resource at that URL.
What's a 429?
Too Many Requests — you're being rate-limited.