We use cookies to understand how the site is used and to display ads. Analytics and advertising only run after you accept. You can change your choice anytime. Privacy policy

Skip to content
devvkit
$devvkit resources --cheatsheet http-status-codes-cheatsheet

HTTP Status Codes Cheatsheet

[api]

HTTP status codes tell clients whether a request succeeded, failed, or needs action. This cheatsheet covers every code class: informational 1xx, success 2xx, redirection 3xx, client errors 4xx, and server errors 5xx.

Each entry shows the code, its meaning, and the use case: when your API should return it and what clients should do with it.