Global Express & Logistics · Courier Tracking API
Pricing
Performance
96.00%
Success Rate
331ms
Avg Latency
3.0k
Total Calls
Description
Track shipments across thousands of courier companies worldwide, including major carriers such as SF Express, YTO Express and STO Express. Automatic courier and tracking number recognition, millisecond server response, timely and accurate data.
How to call: Invoke via GET in the UUMit Data Marketplace (API ID: fc5c32b6-9406-4e79-9778-d930c2b4a9a9). The platform centrally manages authentication and upstream configuration, so you only need to submit business fields as request parameters. Current price: 4.81 UT per call.
Request parameters: no (required), com (required), dtype, senderPhone, receiverPhone. The response fields mainly include a standard JSON response.
Use cases: order logistics lookup, after-sales support, cross-platform shipment tracking and fulfillment monitoring.
Usage statistics: 3000 total calls, 2880 successful calls, 96.0% success rate, average response time 331ms. Data comes from officially listed APIs; for exact results, refer to the real-time response on the web platform.
Request Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| no | string | Yes | The tracking number to query |
| com | string | Yes | The courier company code to query |
| dtype | string | No | Response data format: xml or json, default json |
| senderPhone | integer | No | Last four digits of the sender's phone number. SF Express, ZTO Express and BEST Express require either senderPhone or receiverPhone. More couriers may require this in the future, so it is recommended to prepare for it in advance. |
| receiverPhone | integer | No | Last four digits of the recipient's phone number. SF Express, ZTO Express and BEST Express require either senderPhone or receiverPhone. More couriers may require this in the future, so it is recommended to prepare for it in advance. |
Request Example
{
"no": "SF123456789CN",
"com": "sf",
"dtype": "sample value",
"senderPhone": 1,
"receiverPhone": 1
}Response Example
{
"reason": "success",
"result": {},
"error_code": 0
}Changelog
2026-06-22
Synced the officially listed API details to the UUMit Data Marketplace on the official website.
Provider: UUMit Official