Trace

Carrier tracking

XPO tracking API

XPO is a freight carrier serving US, EU routes. Trace accepts the XPO carrier code (xpo) and returns a normalized tracking timeline when a source provides usable data.

Use the Trace package tracking API to track XPO shipments without integrating directly with XPO's own systems. Send a tracking number, and Trace detects the carrier automatically where possible or accepts the code explicitly.

Carrier type

freight

Regions

US, EU

Carrier code

xpo

Track XPO in one request

Automatic detection covers selected number formats. For ambiguous or unlisted formats, send the carrier code explicitly (xpo); a listed code does not guarantee live events. Send a tracking number to the Trace API and receive a normalized event timeline.

curl -X POST https://api.traceapi.dev/v1/track \
  -H "Authorization: Bearer trc_test_key" \
  -H "Content-Type: application/json" \
  -d '{"tracking_number":"YOUR_TRACKING_NUMBER"}'

XPO tracking FAQ

Does Trace support XPO tracking?

Yes. Trace accepts the xpo carrier code and returns a normalized event timeline for XPO shipments when a source provides usable data.

How do I track XPO packages with Trace?

Send a POST request to /v1/track with the tracking number and, for ambiguous formats, the carrier code xpo. Trace returns normalized statuses and dated events with timestamps and locations.

Is XPO detected automatically?

Automatic detection covers selected number formats. For ambiguous or unlisted formats, send the carrier code explicitly (xpo); a listed code does not guarantee live events.

Start tracking XPO for free.

Create an account, generate an API key, and track your first XPO package in under two minutes.