Ship24 · Schema

Ship24 Tracking Result

Normalized tracking timeline returned by Ship24 for a tracker.

TrackingLogisticsShippingCouriersParcelsWebhookE-CommercePost-Purchase

Properties

Name Type Description
tracker object
shipment object
events array Normalized timeline of events from one or more couriers.
statistics object
View JSON Schema on GitHub

JSON Schema

ship24-tracking-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ship24/main/json-schema/ship24-tracking-result-schema.json",
  "title": "Ship24 Tracking Result",
  "description": "Normalized tracking timeline returned by Ship24 for a tracker.",
  "type": "object",
  "properties": {
    "tracker": {
      "$ref": "ship24-tracker-schema.json"
    },
    "shipment": {
      "type": "object",
      "properties": {
        "shipmentId": { "type": "string" },
        "statusCode": {
          "type": "string",
          "enum": [
            "pending",
            "info_received",
            "in_transit",
            "out_for_delivery",
            "failed_attempt",
            "available_for_pickup",
            "exception",
            "delivered",
            "expired",
            "unknown"
          ]
        },
        "statusCategory": { "type": "string" },
        "statusMilestone": { "type": "string" },
        "originCountryCode": { "type": ["string", "null"] },
        "destinationCountryCode": { "type": ["string", "null"] },
        "delivery": {
          "type": "object",
          "properties": {
            "estimatedDeliveryDate": { "type": ["string", "null"], "format": "date-time" },
            "service": { "type": ["string", "null"] },
            "signedBy": { "type": ["string", "null"] }
          }
        }
      }
    },
    "events": {
      "type": "array",
      "description": "Normalized timeline of events from one or more couriers.",
      "items": {
        "type": "object",
        "required": ["occurrenceDatetime", "status"],
        "properties": {
          "eventId": { "type": "string" },
          "trackerId": { "type": "string" },
          "trackingNumber": { "type": "string" },
          "courierCode": { "type": "string" },
          "status": { "type": "string" },
          "statusCode": { "type": "string" },
          "statusCategory": { "type": "string" },
          "statusMilestone": { "type": "string" },
          "occurrenceDatetime": { "type": "string", "format": "date-time" },
          "datetime": { "type": "string", "format": "date-time" },
          "location": { "type": ["string", "null"] },
          "sourceCode": { "type": ["string", "null"] }
        }
      }
    },
    "statistics": {
      "type": "object",
      "properties": {
        "timestamps": {
          "type": "object",
          "properties": {
            "infoReceivedDatetime": { "type": ["string", "null"], "format": "date-time" },
            "inTransitDatetime": { "type": ["string", "null"], "format": "date-time" },
            "outForDeliveryDatetime": { "type": ["string", "null"], "format": "date-time" },
            "failedAttemptDatetime": { "type": ["string", "null"], "format": "date-time" },
            "availableForPickupDatetime": { "type": ["string", "null"], "format": "date-time" },
            "exceptionDatetime": { "type": ["string", "null"], "format": "date-time" },
            "deliveredDatetime": { "type": ["string", "null"], "format": "date-time" }
          }
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/ship24-tracking-result"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.