SpotHero · JSON Structure
Spothero Reservation Structure
Hierarchical structure of the SpotHero Reservation object
Type: object
Properties: 0
ParkingMobilityTransportationNavigationReservations
Spothero Reservation Structure is a JSON Structure definition published by SpotHero.
Meta-schema:
JSON Structure
{
"title": "SpotHero Reservation Structure",
"description": "Hierarchical structure of the SpotHero Reservation object",
"type": "object",
"fields": [
{"name": "reservation_id", "type": "string", "description": "Unique reservation identifier (pattern: res_{id})"},
{"name": "status", "type": "enum", "values": ["active", "completed", "cancelled", "upcoming"]},
{"name": "facility_id", "type": "string", "description": "Reference to parking facility"},
{"name": "facility_name", "type": "string", "description": "Human-readable facility name"},
{"name": "starts", "type": "datetime", "description": "ISO 8601 reservation start time"},
{"name": "ends", "type": "datetime", "description": "ISO 8601 reservation end time"},
{
"name": "price",
"type": "object",
"fields": [
{"name": "amount", "type": "number", "description": "Numeric price in major units"},
{"name": "currency", "type": "string", "description": "ISO 4217 currency code"},
{"name": "display", "type": "string", "description": "Formatted display string (e.g., '$15.00')"}
]
},
{
"name": "driver",
"type": "object",
"fields": [
{"name": "first_name", "type": "string", "required": true},
{"name": "last_name", "type": "string", "required": true},
{"name": "email", "type": "string", "format": "email", "required": true},
{"name": "phone", "type": "string", "format": "E.164"}
]
},
{
"name": "vehicle",
"type": "object",
"fields": [
{"name": "type", "type": "enum", "values": ["car", "motorcycle", "oversized"]},
{"name": "license_plate", "type": "string"},
{"name": "state", "type": "string", "description": "US state or CA province"},
{"name": "make", "type": "string"},
{"name": "model", "type": "string"},
{"name": "color", "type": "string"}
]
},
{"name": "barcode", "type": "string", "description": "Access barcode value"},
{"name": "barcode_format", "type": "string", "description": "QR, Code128, etc."},
{"name": "confirmation_code", "type": "string", "description": "Human-readable code (SH-XXXXXX)"},
{"name": "partner_reference", "type": "string", "description": "Partner tracking ID"},
{"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/spothero-reservation-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.