Skip to main content
GET
/
api
/
supply-chain
/
v1
/
get-chokepoint-status
GetChokepointStatus
curl --request GET \
  --url https://api.example.com/api/supply-chain/v1/get-chokepoint-status
{
  "chokepoints": [
    {
      "id": "<string>",
      "name": "<string>",
      "lat": 123,
      "lon": 123,
      "disruptionScore": 123,
      "status": "<string>",
      "activeWarnings": 123,
      "congestionLevel": "<string>",
      "affectedRoutes": [
        "<string>"
      ],
      "description": "<string>",
      "aisDisruptions": 123,
      "directions": [
        "<string>"
      ],
      "directionalDwt": [
        {
          "direction": "<string>",
          "dwtThousandTonnes": 123,
          "wowChangePct": 123
        }
      ],
      "transitSummary": {
        "todayTotal": 123,
        "todayTanker": 123,
        "todayCargo": 123,
        "todayOther": 123,
        "wowChangePct": 123,
        "history": [
          {
            "date": "<string>",
            "tanker": 123,
            "cargo": 123,
            "other": 123,
            "total": 123
          }
        ],
        "riskLevel": "<string>",
        "incidentCount7d": 123,
        "disruptionPct": 123,
        "riskSummary": "<string>",
        "riskReportAction": "<string>"
      }
    }
  ],
  "fetchedAt": "<string>",
  "upstreamUnavailable": true
}

Response

Successful response

chokepoints
object[]
fetchedAt
string
upstreamUnavailable
boolean