Skip to main content
GET
/
api
/
supply-chain
/
v1
/
get-shipping-stress
GetShippingStress
curl --request GET \
  --url https://api.example.com/api/supply-chain/v1/get-shipping-stress
{
  "carriers": [
    {
      "symbol": "<string>",
      "name": "<string>",
      "price": 123,
      "changePct": 123,
      "carrierType": "<string>",
      "sparkline": [
        123
      ]
    }
  ],
  "stressScore": 123,
  "stressLevel": "<string>",
  "fetchedAt": 123,
  "upstreamUnavailable": true
}

Response

Successful response

carriers
object[]
stressScore
number<double>

Composite stress score 0–100 (higher = more disruption).

stressLevel
string

"low" | "moderate" | "elevated" | "critical".

fetchedAt
integer<int64>

Warning: Values > 2^53 may lose precision in JavaScript

upstreamUnavailable
boolean

Set to true when upstream data source is unavailable and cached data is stale.