Logistics tech
What a container tracking API actually gives you
Before you integrate anything, understand what the data looks like and where its limits are.
Quick take
- You get normalised events from many carriers through one interface.
- Normalisation is the value, not the connection itself.
- No API can return an event the carrier never published.
Tracking APIs are sold on carrier counts. The count is the least interesting part.
The shape of the data
You send a reference, a container number, bill of lading or booking. You get back a shipment object: the carrier, the vessel and voyage, the route, and a list of events. Each event has a type, a location, a timestamp and a flag for estimated or actual.
That is essentially it. Everything else is packaging.
Where the value is
Every carrier names things differently. One calls it gate out, another discharge from terminal, a third uses a numeric code. A good API maps all of that into one vocabulary so your code has one branch instead of forty.
That mapping is the product. Connecting to a carrier is a week of work. Maintaining forty mappings as carriers change their formats is a permanent job, and it is the job you are outsourcing.
See it on your own shipment
Paste a container number, bill of lading or booking reference. We detect the carrier across 170+ shipping lines, and when the data does not line up, a person checks it.
The honest limits
An API cannot invent events. If a carrier does not publish transshipment loading, no provider will return it. Be suspicious of anyone claiming complete visibility across all carriers, because the underlying data does not exist for that claim to be true.
Ask instead what happens when two sources disagree, and whether anybody looks at the conflict before it reaches you.
Questions people ask
How many carriers can one API cover?
Coverage varies by provider. What matters more is whether your carriers are covered, not the headline number.
Do I need an API if I ship fifty containers a month?
Probably not immediately. A dashboard with alerts covers that volume comfortably.
Read next
Trade and customs
What a bill of lading actually is
A receipt, a contract and, sometimes, the thing that controls who gets the cargo. Three jobs in one document.
Trade and customs
Container sizes: what actually fits
Internal dimensions, payload limits and the door opening. Three numbers that decide whether your cargo fits.