Tracking Package API
### What is the Tracking Package API? Tracking Package API gives developers a simple, unified interface for querying parcel status across the world's major carriers — without signing up for individual carrier accounts or maintaining separate integrations for each one. The API exposes two focused endpoints: - **Carrier Detection (`/suggest`)** — Submit any tracking number and get back a ranked…
Tracking Package API endpoints
| Method | Endpoint | Description |
|---|---|---|
| channel_A | ||
| POST |
trackParcel /api/track/a/track |
Returns tracking state events, detected carrier, and current status for the given tracking number. Carrier auto-detection is used when `carrier` is omitted. Optional fields… |
| channel_B | ||
| POST |
searchTracking /api/track/b/search |
Submit a tracking number and courier slug to receive the complete shipment record: current status, full checkpoint history, carrier information, and estimated delivery date — all… |
| POST |
suggestCourier /api/track/b/detect |
Automatically identifies which courier(s) a tracking number belongs to. Returns a ranked list of carrier candidates with their slugs, names, and logos. Pass the `slug` from this… |
| channel_official | ||
| POST |
trackUspsPackage /api/usps/track |
USPS official inquiry channel |
Tracking Package API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO | $10 / month | 10 / minute |
|
| ULTRA | $50 / month | 30 / minute |
|
| MEGA | $100 / month | 100 / minute |
|