API error codes

missing-parameter

Missing parameter · HTTP 400

A required query or path parameter was not supplied. The detail names it. Supply the parameter and retry.

Response shape

Returned as application/problem+json per RFC 9457. status is the HTTP status actually returned, which may differ from the 400 above where an endpoint has a more specific one.

{
  "type": "https://www.stackerscan.com/errors/missing-parameter",
  "title": "Missing parameter",
  "status": 400,
  "detail": "…"
}

Every path the API serves is listed in its OpenAPI document.

Missing parameter (missing-parameter) | StackerScan API errors | StackerScan