API error codes

upstream-unavailable

Upstream unavailable · HTTP 502

A service this endpoint depends on failed or timed out. The request itself was well formed, so retrying it later may succeed.

Response shape

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

{
  "type": "https://www.stackerscan.com/errors/upstream-unavailable",
  "title": "Upstream unavailable",
  "status": 502,
  "detail": "…"
}

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

Upstream unavailable (upstream-unavailable) | StackerScan API errors | StackerScan