{ "opencollection": "1.0.0", "info": { "name": "TravelCenters of America Fuel Codes Parking API", "version": "v1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Parking", "type": "folder" }, "items": [ { "info": { "name": "Get Parking Availability", "type": "http" }, "http": { "method": "GET", "url": "https://api.accessta.com/v1/parking/availability", "params": [ { "name": "location_id", "value": "", "type": "query", "description": "Filter by specific location ID" }, { "name": "lat", "value": "", "type": "query", "description": "Latitude for proximity search" }, { "name": "lon", "value": "", "type": "query", "description": "Longitude for proximity search" }, { "name": "radius", "value": "", "type": "query", "description": "Search radius in miles" } ] }, "docs": "Returns current truck parking availability at travel center locations. Provides real-time counts of available and occupied parking spaces." } ] } ], "bundled": true }