Skip to main content
GET
/
api
/
supply-chain
/
v1
/
get-chokepoint-history
GetChokepointHistory
curl --request GET \
  --url https://api.example.com/api/supply-chain/v1/get-chokepoint-history
{
  "chokepointId": "<string>",
  "history": [
    {
      "date": "<string>",
      "tanker": 123,
      "cargo": 123,
      "other": 123,
      "total": 123,
      "container": 123,
      "dryBulk": 123,
      "generalCargo": 123,
      "roro": 123,
      "capContainer": 123,
      "capDryBulk": 123,
      "capGeneralCargo": 123,
      "capRoro": 123,
      "capTanker": 123
    }
  ],
  "fetchedAt": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://worldmonitor.app/docs/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

chokepointId
string

Response

Successful response

chokepointId
string
history
object[]
fetchedAt
string<int64>