RESTful API v1.0

Developer API

Integrate carrier tracking data into your applications with our REST API

Carrier Data

Direct carrier integrations with regular ocean and air cargo updates

Secure & Reliable

API-key authentication, HTTPS endpoints, and account-based access controls

Webhook Support

Receive shipment and container events with webhook support.

Bulk Operations

Track up to 100 containers or AWBs in a single API call with batch processing support

API Endpoints

All endpoints use base URL https://api.trackcargo.co. Authenticated endpoints require an x-api-key header. Public endpoints marked (Public) do not require authentication.

Orders API docs →

MethodEndpointDescription
POST/api/v1/client-orders/create Create a new client order
POST/api/v1/client-orders/create/tracking/sea Create and immediately initiate sea shipment tracking
POST/api/v1/client-orders/create/tracking/air Create and immediately initiate air shipment tracking
POST/api/v1/client-orders/create/bulk/tracking/sea Bulk-create sea tracking orders (up to 100 per request)
POST/api/v1/client-orders/create/bulk/tracking/air Bulk-create air tracking orders (up to 100 per request)
GET/api/v1/client-orders/{orderId} Get details for a specific order
GET/api/v1/client-orders/recent List most recent orders across all modes
GET/api/v1/client-orders/sea List all sea shipment orders
GET/api/v1/client-orders/air List all air shipment orders
GET/api/v1/client-orders/sea/overview Aggregated overview stats for sea shipments
GET/api/v1/client-orders/air/overview Aggregated overview stats for air shipments
PATCH/api/v1/client-orders/{orderId}/set-carrier Assign or update the carrier for an order
POST/api/v1/client-orders/{orderId}/cancel Cancel tracking for an order
DELETE/api/v1/client-orders/{orderId} Permanently delete an order
GET/api/v1/client-orders/{orderId}/tracking Get tracking data for an order (sea or air)

Carriers (Public)

MethodEndpointDescription
GET/api/tracking/api/v1/active-airlines List all supported airlines for air tracking
GET/api/tracking/api/v1/active-shipping-lines List all supported shipping lines for sea tracking

Ready to integrate?

Get your API key and start tracking shipments programmatically