Sprague Resources · JSON Structure
Sprague Fuel Order Structure
Hierarchical structure of a Sprague Energy fuel delivery order
Type: object
Properties: 0
EnergyPetroleumNatural GasFuel DistributionMaterials HandlingNortheast
Sprague Fuel Order Structure is a JSON Structure definition published by Sprague Resources.
Meta-schema:
JSON Structure
{
"title": "Sprague Fuel Order Structure",
"description": "Hierarchical structure of a Sprague Energy fuel delivery order",
"type": "object",
"fields": [
{"name": "order_id", "type": "string", "description": "Unique order reference (SPR-YYYY-NNNNNN)"},
{"name": "status", "type": "enum", "values": ["pending", "scheduled", "in_transit", "delivered", "cancelled"]},
{"name": "order_date", "type": "date", "description": "ISO 8601 date placed"},
{"name": "delivery_date", "type": "date", "description": "Scheduled or actual delivery date"},
{
"name": "customer",
"type": "object",
"fields": [
{"name": "account_id", "type": "string", "required": true},
{"name": "name", "type": "string", "required": true},
{"name": "contact_name", "type": "string"},
{"name": "phone", "type": "string"},
{"name": "email", "type": "string", "format": "email"}
]
},
{
"name": "delivery_location",
"type": "object",
"fields": [
{"name": "name", "type": "string", "description": "Site or facility name"},
{"name": "street", "type": "string", "required": true},
{"name": "city", "type": "string", "required": true},
{"name": "state", "type": "string", "required": true},
{"name": "zip", "type": "string", "required": true},
{"name": "country", "type": "string", "default": "US"}
]
},
{
"name": "product",
"type": "object",
"fields": [
{"name": "type", "type": "enum", "values": ["heating_oil", "diesel", "ultra_low_sulfur_diesel", "gasoline", "kerosene", "biofuel", "bunker_fuel", "residual_fuel"]},
{"name": "blend", "type": "string"},
{"name": "sulfur_content", "type": "string"}
]
},
{
"name": "quantity",
"type": "object",
"fields": [
{"name": "amount", "type": "number", "required": true},
{"name": "unit", "type": "enum", "values": ["gallons", "barrels", "liters"]},
{"name": "fill_type", "type": "enum", "values": ["keep_full", "will_call", "automatic"]}
]
},
{
"name": "pricing",
"type": "object",
"fields": [
{"name": "price_per_unit", "type": "number"},
{"name": "currency", "type": "string", "default": "USD"},
{"name": "pricing_type", "type": "enum", "values": ["fixed", "index", "market"]},
{"name": "total_amount", "type": "number"},
{"name": "fuel_surcharge", "type": "number"}
]
},
{
"name": "terminal",
"type": "object",
"fields": [
{"name": "terminal_id", "type": "string"},
{"name": "name", "type": "string"},
{"name": "location", "type": "string"}
]
},
{"name": "driver_notes", "type": "string"},
{"name": "created_at", "type": "datetime"},
{"name": "updated_at", "type": "datetime"}
]
}
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.
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/sprague-fuel-order-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.