Ship24 · JSON Structure

Ship24 Tracker Structure

Type: Properties: 0
TrackingLogisticsShippingCouriersParcelsWebhookE-CommercePost-Purchase

Ship24 Tracker Structure is a JSON Structure definition published by Ship24.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "Ship24 Tracker JSON Structure",
  "version": "1.0.0",
  "provider": "Ship24",
  "api": "Ship24 Tracking API",
  "entities": {
    "Tracker": {
      "description": "A parcel being followed.",
      "primaryKey": "trackerId",
      "fields": [
        { "name": "trackerId", "type": "string", "required": true },
        { "name": "trackingNumber", "type": "string", "required": true },
        { "name": "courierCode", "type": "array<string>" },
        { "name": "clientTrackerId", "type": "string?" },
        { "name": "shipmentReference", "type": "string?" },
        { "name": "isSubscribed", "type": "boolean" },
        { "name": "isTracked", "type": "boolean" },
        { "name": "destinationCountryCode", "type": "string?" },
        { "name": "createdAt", "type": "datetime" },
        { "name": "updatedAt", "type": "datetime" }
      ]
    },
    "Shipment": {
      "description": "Aggregated current state of the parcel across all couriers.",
      "primaryKey": "shipmentId",
      "fields": [
        { "name": "shipmentId", "type": "string", "required": true },
        { "name": "trackerId", "type": "string", "required": true },
        { "name": "statusCode", "type": "enum<pending,info_received,in_transit,out_for_delivery,failed_attempt,available_for_pickup,exception,delivered,expired,unknown>" },
        { "name": "statusCategory", "type": "string" },
        { "name": "statusMilestone", "type": "string" },
        { "name": "originCountryCode", "type": "string?" },
        { "name": "destinationCountryCode", "type": "string?" },
        { "name": "estimatedDeliveryDate", "type": "datetime?" },
        { "name": "service", "type": "string?" },
        { "name": "signedBy", "type": "string?" }
      ]
    },
    "Event": {
      "description": "Single courier event on a tracker timeline.",
      "primaryKey": "eventId",
      "fields": [
        { "name": "eventId", "type": "string", "required": true },
        { "name": "trackerId", "type": "string", "required": true },
        { "name": "trackingNumber", "type": "string" },
        { "name": "courierCode", "type": "string" },
        { "name": "status", "type": "string" },
        { "name": "statusCode", "type": "string" },
        { "name": "statusCategory", "type": "string" },
        { "name": "statusMilestone", "type": "string" },
        { "name": "occurrenceDatetime", "type": "datetime" },
        { "name": "location", "type": "string?" }
      ]
    },
    "Courier": {
      "description": "One of the 1,500+ couriers supported by Ship24.",
      "primaryKey": "courierCode",
      "fields": [
        { "name": "courierCode", "type": "string", "required": true },
        { "name": "courierName", "type": "string" },
        { "name": "courierCountryCode", "type": "string?" },
        { "name": "courierUrl", "type": "string?" }
      ]
    }
  },
  "relationships": [
    { "from": "Shipment.trackerId", "to": "Tracker.trackerId", "kind": "many-to-one" },
    { "from": "Event.trackerId", "to": "Tracker.trackerId", "kind": "many-to-one" },
    { "from": "Event.courierCode", "to": "Courier.courierCode", "kind": "many-to-one" }
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/ship24-tracker-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.