Container Tracking
API
Synchronize automated data of events and statuses of the shipment. Integrate real-time tracking into your ERP, TMS, or any system with a single API call.
const response = await fetch('https://api.tracktainer.com/v1/track', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
container: 'MSCU7283613'
})
});
// Response
{
"carrier": "MSC",
"status": "in_transit",
"eta": "2026-04-18T08:00:00Z",
"vessel": "MSC AURORA III",
"route": { "origin": "Shanghai", "dest": "Rotterdam" },
"events": [ ... ]
}
Built for developers, designed for logistics
Everything you need to integrate container tracking into your systems.
Major Carriers
One endpoint, all major shipping lines. MSC, Maersk, CMA CGM, Hapag-Lloyd, COSCO, OOCL, and more. Auto-detect carrier from container prefix.
Real-Time Webhooks
Get instant push notifications for status changes, delays, and ETA updates. No polling required - events delivered as they happen.
AI ETA Predictions
Machine learning powered arrival forecasts more accurate than carrier ETAs. Predict delays before they happen.
Integration in 3 Steps
Get started in minutes, not weeks.
Get your API key
Sign up and get your API key in seconds. No credit card required for the free tier.
Make your first call
Send a container number, BL, or booking reference. We return structured JSON with all events.
Set up webhooks
Configure webhook URLs. We push status changes, ETAs, and milestones automatically to your system.
API FAQ
Ready to integrate?
Get your API key in seconds. No credit card required.