{ "opencollection": "1.0.0", "info": { "name": "SpotHero Parking Availability Rates API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Rates", "type": "folder" }, "items": [ { "info": { "name": "Get Facility Rates", "type": "http" }, "http": { "method": "GET", "url": "https://api.spothero.com/v2/facilities/:facility_id/rates", "params": [ { "name": "facility_id", "value": "", "type": "path", "description": "Unique identifier for the parking facility" }, { "name": "starts", "value": "", "type": "query", "description": "Start time for rate calculation in ISO 8601 format" }, { "name": "ends", "value": "", "type": "query", "description": "End time for rate calculation in ISO 8601 format" } ] }, "docs": "Retrieve pricing rates for a specific parking facility. Returns hourly, daily, monthly, and event rates where available." } ] } ], "bundled": true }