Home
Ship24
Ship24 Tracking Result Example
Ship24 Tracking Result Example
Tracking Logistics Shipping Couriers Parcels Webhook E-Commerce Post-Purchase
Ship24 Tracking Result Example is an example object payload from Ship24, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
request response
Example Payload
{
"request": {
"method": "GET",
"url": "https://api.ship24.com/public/v1/trackers/tracker_01HZ9XYABCDEFG/results",
"headers": {
"Authorization": "Bearer YOUR_SHIP24_API_KEY"
}
},
"response": {
"status": 200,
"body": {
"data": {
"trackings": [
{
"tracker": {
"trackerId": "tracker_01HZ9XYABCDEFG",
"trackingNumber": "1Z999AA10123456784",
"shipmentReference": "ORDER-10042",
"isSubscribed": true,
"isTracked": true
},
"shipment": {
"shipmentId": "shipment_01HZ9XYHIJKLMN",
"statusCode": "in_transit",
"statusCategory": "in_transit",
"statusMilestone": "in_transit",
"originCountryCode": "CN",
"destinationCountryCode": "US",
"delivery": {
"estimatedDeliveryDate": "2026-05-29T00:00:00Z",
"service": "Ground",
"signedBy": null
}
},
"events": [
{
"eventId": "evt_01",
"trackerId": "tracker_01HZ9XYABCDEFG",
"trackingNumber": "1Z999AA10123456784",
"courierCode": "ups",
"status": "Order processed: Ready for UPS",
"statusCode": "info_received",
"statusCategory": "info_received",
"statusMilestone": "info_received",
"occurrenceDatetime": "2026-05-24T18:11:00Z",
"location": "Shenzhen, CN"
},
{
"eventId": "evt_02",
"trackerId": "tracker_01HZ9XYABCDEFG",
"trackingNumber": "1Z999AA10123456784",
"courierCode": "ups",
"status": "Departed from facility",
"statusCode": "in_transit",
"statusCategory": "in_transit",
"statusMilestone": "in_transit",
"occurrenceDatetime": "2026-05-25T02:47:00Z",
"location": "Anchorage, AK, US"
}
],
"statistics": {
"timestamps": {
"infoReceivedDatetime": "2026-05-24T18:11:00Z",
"inTransitDatetime": "2026-05-25T02:47:00Z",
"outForDeliveryDatetime": null,
"deliveredDatetime": null
}
}
}
]
}
}
}
}
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/ship24-tracking-result-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.