Back to tools
Reference
devtoolsforme
HTTP Status Lookup
Search all standard HTTP response codes with practical examples and troubleshooting guidance.
Showing 1 standard status code.
Client Error
404 Not Found
The target resource does not exist at the requested URL.
Example use cases
- An API consumer requests `/users/9999` after the record has been deleted.
Troubleshooting / follow-up
- Check route spelling, resource identifiers, and whether the object was moved or soft-deleted.