Look up an API error
Search 429, 502, or timeout to understand what a response code usually means.
Search common HTTP status codes by number, category, or meaning.
404 Not Found
Client error
The requested resource was not found.
HTTP status codes describe the result of a request. They help clients, APIs, proxies, and browsers understand whether a request succeeded, redirected, failed on the client, or failed on the server.
Search 429, 502, or timeout to understand what a response code usually means.
Compare 301, 302, and 304 when debugging browser, crawler, or CDN behavior.
4xx codes usually indicate a client-side problem, such as a missing resource, failed authentication, or invalid request.
5xx codes usually indicate a server or upstream problem, such as an internal error, bad gateway, or gateway timeout.
No. It is a lookup table for common status codes and meanings.