🚦

HTTP Status Codes

Complete reference for all HTTP response status codes β€” 1xx to 5xx. Search by code number or keyword.

Advertisement
How to use
  1. Type a code (e.g. 404) or keyword (e.g. "redirect") into the search box.
  2. Filter by category using the 1xx / 2xx / 3xx / 4xx / 5xx pills.
  3. Click Copy on any card to copy the status code number.
FAQ

301 is a permanent redirect (clients should update bookmarks/links). 302 is temporary (clients should keep using the original URL).

401 means "not authenticated β€” please log in". 403 means "authenticated but not allowed to access this resource".

Not always β€” 201 Created for new resources after POST, 204 No Content for successful DELETEs, 202 Accepted for async jobs.