Coyote Logistics · Schema

LoadDetail

Load Details

Freight BrokerageLogisticsTruckloadLTLLess-Than-TruckloadShippingSupply Chainfreight quotesShipment TrackingLoad Management3PLCustoms Brokeragecarrier APIshipper API

Properties

Name Type Description
mode object
equipmentType object
equipmentLength integer Equipment length
requirements array Load requirements
equipmentRequirements array Load equipment requirements
stops array List of load stops
commodities array List of commodities
spotQuoteId string Spot Quote ID retrieved from Spot Quote requests API. For Truck Loads(TL) use the SpotQuoteId returned in TL Spot Quote request. For Less Than Truck Loads(LTL) use the CarrierQuoteId returned in LTL S
View JSON Schema on GitHub

JSON Schema

loaddetail.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "LoadDetail",
  "x-source-schema": "Coyote.Systems.ExternalApi.Contracts.Models.LoadBuilding.LoadDetail",
  "required": [
    "commodities",
    "equipmentLength",
    "equipmentType",
    "mode",
    "stops"
  ],
  "type": "object",
  "properties": {
    "mode": {
      "$ref": "#/components/schemas/Coyote.Systems.ExternalApi.Contracts.Models.Mode"
    },
    "equipmentType": {
      "$ref": "#/components/schemas/Coyote.Systems.ExternalApi.Contracts.Models.Enums_EquipmentType"
    },
    "equipmentLength": {
      "type": "integer",
      "description": "Equipment length",
      "format": "int32"
    },
    "requirements": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Coyote.Systems.ExternalApi.Contracts.Models.LoadBuilding.LoadRequirement"
      },
      "description": "Load requirements",
      "nullable": true
    },
    "equipmentRequirements": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Coyote.Systems.ExternalApi.Contracts.Models.LoadBuilding.LoadEquipmentRequirement"
      },
      "description": "Load equipment requirements",
      "nullable": true
    },
    "stops": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Coyote.Systems.ExternalApi.Contracts.Models.LoadBuilding.LoadStop"
      },
      "description": "List of load stops"
    },
    "commodities": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Coyote.Systems.ExternalApi.Contracts.Models.LoadBuilding.LoadCommodity"
      },
      "description": "List of commodities"
    },
    "spotQuoteId": {
      "type": "string",
      "description": "Spot Quote ID retrieved from Spot Quote requests API. For Truck Loads(TL) use the SpotQuoteId returned in TL Spot Quote request. For \r\nLess Than Truck Loads(LTL) use the CarrierQuoteId returned in LTL Spot Quote request.",
      "nullable": true
    }
  },
  "additionalProperties": false,
  "description": "Load Details"
}

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/loaddetail"
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.