Skip to content
GETAPI key

DCSA event feed

GETapi.trackingmcp.com/v2/events

Track and Trace events in the DCSA 2.2 shape, for systems that already speak the standard.

Query parameters

equipmentReferencestring

Filter to one container number.

limitinteger

Page size.

Response fields

Derived from the example response.

eventsobject[]
events[].eventTypestring
events[].equipmentEventTypeCodestring
events[].equipmentReferencestring
events[].eventDateTimestring
events[].eventLocationobject
events[].eventLocation.UNLocationCodestring
curl https://api.trackingmcp.com/v2/events \
  -H "Authorization: Bearer tmcp_YOUR_API_KEY"
Response
{
  "events": [
    { "eventType": "EQUIPMENT",
      "equipmentEventTypeCode": "LOAD",
      "equipmentReference": "MEDU1234562",
      "eventDateTime": "2026-06-18T22:10:00Z",
      "eventLocation": { "UNLocationCode": "CNNGB" } }
  ]
}