1,500+ Carriers Supported
Track parcels from DHL, FedEx, UPS, USPS, Aramex, Royal Mail, Canada Post, Australia Post, and hundreds more — all from a single API endpoint.
One REST API to track parcels across 1,500+ carriers worldwide. Real-time status, delivery milestones, and carrier events — ready to integrate in minutes.
No SDKs, no complex setup. Just a simple REST call.
// Track a shipment in 3 lines
const response = await fetch("https://api.track.finxa.ai/api/v1/track", {
method: "POST",
headers: {
"Content-Type": "application/json",
"x-api-key": "fxa_live_xxxxx.xxxxxxxxxxxxxxxxxx"
},
body: JSON.stringify({ trackingNumber: "1Z999AA10123456784" })
});
const data = await response.json();
console.log(data.data.trackings[0].shipment.statusMilestone);
// → "in_transit"The shipment tracking API built for speed, simplicity, and scale.
Track parcels from DHL, FedEx, UPS, USPS, Aramex, Royal Mail, Canada Post, Australia Post, and hundreds more — all from a single API endpoint.
Get instant shipment status changes with sub-second response times. Our tracking API polls carriers continuously so you always have the latest data.
One POST request with a tracking number — that's it. No carrier-specific logic, no complex SDKs. JSON in, JSON out.
Track international and domestic shipments worldwide. Our API auto-detects the carrier from the tracking number format.
Normalized status categories (in_transit, delivered, exception) plus raw carrier events. Build shipment timelines with structured data.
API key authentication, rate limiting, usage dashboards, and HTTPS-only. SOC 2 practices for enterprise shipment data.
See how teams use Finxa Track to power their logistics.
Give your customers real-time shipment visibility. Embed tracking pages, send proactive delivery notifications, and reduce "where is my order?" support tickets by up to 80%.
Aggregate tracking data across multiple carriers into a single dashboard. Monitor SLAs, detect delivery exceptions, and optimize last-mile performance.
Auto-update shipment status for marketplace orders. Sync tracking across Amazon, eBay, Shopify, and WooCommerce from one integration.
Power push notifications and in-app tracking timelines with lightweight JSON responses optimized for mobile. Low latency, high reliability.
Free plan includes 5 shipment lookups/month. No credit card required. Paid plans from $10/mo for 200 shipments.
A shipment tracking API is a programming interface that lets applications retrieve real-time package status, delivery milestones, and carrier events by sending a tracking number. Instead of building separate integrations for DHL, FedEx, UPS, and hundreds of other carriers, a tracking API provides one unified endpoint that returns normalized shipment data.
Finxa Track supports over 1,500 carriers worldwide including DHL, FedEx, UPS, USPS, Aramex, Royal Mail, Canada Post, Australia Post, TNT, GLS, DPD, Hermes, Japan Post, China Post, SF Express, and many more. We auto-detect the carrier from the tracking number.
Average API response time is under 800ms for cached tracking data and under 2 seconds for fresh carrier lookups. We continuously poll carriers and cache results to minimize latency.
Yes! Our Free plan includes 5 shipment lookups per month — perfect for testing and prototyping. Paid plans start at $10/month for 200 shipments with production-grade features.
Each response includes: carrier name, tracking number, delivery status milestone (e.g., in_transit, delivered, exception), estimated delivery date, origin/destination countries, full event timeline with timestamps and locations, and delivery confirmation including signature data.
Send a POST request to our /api/v1/track endpoint with a JSON body containing the tracking number. Authenticate with your API key in the x-api-key header. You'll receive a JSON response with full shipment data. No SDKs or complex setup required — works with any language.
Absolutely. Finxa Track is designed for production workloads with API key management, rate limiting, usage dashboards, and HTTPS encryption. Our Growth and Enterprise plans include priority support and higher rate limits.