Skip to content
GETAPI key

Demurrage risk

GETapi.trackingmcp.com/v1/containers/demurrage

Free-time clocks across every box you hold, sorted by how close each is to accruing charges.

Response fields

Derived from the example response.

okboolean
itemsobject[]
items[].idstring
items[].referencestring
items[].free_untilstring
items[].days_leftnumber
items[].daily_rate_eurnumber
items[].locationstring
curl https://api.trackingmcp.com/v1/containers/demurrage \
  -H "Authorization: Bearer tmcp_YOUR_API_KEY"
Response
{
  "ok": true,
  "items": [
    { "id": "ctr_9Fk2mQ", "reference": "MEDU1234562",
      "free_until": "2026-07-10", "days_left": 2,
      "daily_rate_eur": 185, "location": "USLAX" }
  ]
}