API error codes

internal-error

Internal error · HTTP 500

The request failed for a reason that is not the caller's fault and is not attributable to a named upstream. Retrying may succeed.

Response shape

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

{
  "type": "https://www.stackerscan.com/errors/internal-error",
  "title": "Internal error",
  "status": 500,
  "detail": "…"
}

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

Internal error (internal-error) | StackerScan API errors | StackerScan