{ "opencollection": "1.0.0", "info": { "name": "SpotHero Parking Availability API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Availability", "type": "folder" }, "items": [ { "info": { "name": "Get Facility Availability", "type": "http" }, "http": { "method": "GET", "url": "https://api.spothero.com/v2/facilities/:facility_id/availability", "params": [ { "name": "facility_id", "value": "", "type": "path", "description": "Unique identifier for the parking facility" }, { "name": "starts", "value": "", "type": "query", "description": "Start time for availability check in ISO 8601 format" }, { "name": "ends", "value": "", "type": "query", "description": "End time for availability check in ISO 8601 format" }, { "name": "vehicle_type", "value": "", "type": "query", "description": "Type of vehicle" } ] }, "docs": "Check real-time availability for a specific parking facility during a given time period. Returns current capacity, available spaces, and pricing for the requested window." } ] } ], "bundled": true }