Coyote Logistics · Schema

SpotQuoteRequest

Spot Quote Request

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

Properties

Name Type Description
equipmentTypeId object
origin object
destination object
pickUpDateUTC string Load Pickup Date UTC
minTemperature number Minimum Temperature (required if Equipment Type = R)
maxTemperature number Maximum Temperature (required if Equipment Type = R)
weight number Weight
commodity string Commodity
equipmentLength number Equipment Length
isHazmat boolean Load is Hazmat __(currently unsupported)__
isDropTrailer boolean Load Requires Drop Trailer __(currently unsupported)__
customerShipmentId string Shipment ID
View JSON Schema on GitHub

JSON Schema

spotquoterequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "SpotQuoteRequest",
  "x-source-schema": "Coyote.Systems.ExternalApi.Contracts.Models.Spot.SpotQuoteRequest",
  "required": [
    "customerShipmentId",
    "destination",
    "equipmentTypeId",
    "origin",
    "pickUpDateUTC"
  ],
  "type": "object",
  "properties": {
    "equipmentTypeId": {
      "$ref": "#/components/schemas/Coyote.Systems.ExternalApi.Contracts.Models.Enums_EquipmentType"
    },
    "origin": {
      "$ref": "#/components/schemas/Coyote.Systems.ExternalApi.Contracts.Models.Spot.LocationData"
    },
    "destination": {
      "$ref": "#/components/schemas/Coyote.Systems.ExternalApi.Contracts.Models.Spot.LocationData"
    },
    "pickUpDateUTC": {
      "type": "string",
      "description": "Load Pickup Date UTC",
      "format": "date-time"
    },
    "minTemperature": {
      "type": "number",
      "description": "Minimum Temperature (required if Equipment Type = R)",
      "format": "double",
      "nullable": true
    },
    "maxTemperature": {
      "type": "number",
      "description": "Maximum Temperature (required if Equipment Type = R)",
      "format": "double",
      "nullable": true
    },
    "weight": {
      "type": "number",
      "description": "Weight",
      "format": "double",
      "nullable": true
    },
    "commodity": {
      "type": "string",
      "description": "Commodity",
      "nullable": true
    },
    "equipmentLength": {
      "type": "number",
      "description": "Equipment Length",
      "format": "double",
      "nullable": true
    },
    "isHazmat": {
      "type": "boolean",
      "description": "Load is Hazmat __(currently unsupported)__",
      "nullable": true
    },
    "isDropTrailer": {
      "type": "boolean",
      "description": "Load Requires Drop Trailer __(currently unsupported)__",
      "nullable": true
    },
    "customerShipmentId": {
      "type": "string",
      "description": "Shipment ID"
    }
  },
  "additionalProperties": false,
  "description": "Spot Quote Request"
}

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