http_status_lookup
Explain what a numeric HTTP status code such as 404 or 429 means by returning its standard reason phrase and a short description for debugging or API responses.
Use when:
What does HTTP status 404 mean?
Get the standard name and description for status code 429
Explain an HTTP response code returned by an API
Do not use when:
Decide whether a request succeeded without needing the status name
Look up MIME types or content-type headers (use mime_lookup)
Diagnose TLS, DNS, or network failures that are not HTTP status codes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes |