Union Pacific · JSON Structure

Union Pacific Shipment Structure

A rail shipment with real-time tracking, location, and ETA information

Type: Properties: 0
Fortune 500FreightRailroadsShippingTrainsSupply ChainLogistics

Shipment is a JSON Structure definition published by Union Pacific.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Shipment",
  "description": "A rail shipment with real-time tracking, location, and ETA information",
  "fields": [
    { "name": "shipmentId", "type": "string", "description": "Unique shipment identifier" },
    { "name": "status", "type": "string", "description": "Current shipment status (IN_TRANSIT, DELIVERED, DELAYED, HELD, CANCELLED)" },
    { "name": "origin", "type": "string", "description": "Origin location code" },
    { "name": "destination", "type": "string", "description": "Destination location code" },
    { "name": "currentLocation", "type": "Location", "description": "Current location of the shipment" },
    { "name": "estimatedArrival", "type": "datetime", "description": "Estimated time of arrival at destination" },
    { "name": "estimatedGate", "type": "datetime", "description": "Estimated gate time at destination" },
    { "name": "equipment", "type": "array[Equipment]", "description": "Equipment associated with this shipment" },
    { "name": "accountId", "type": "string", "description": "Account identifier" },
    { "name": "waybillNumber", "type": "string", "description": "Associated waybill number" },
    { "name": "commodity", "type": "string", "description": "Type of commodity being shipped" }
  ]
}

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/union-pacific-shipment-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.