{ "opencollection": "1.0.0", "info": { "name": "TravelCenters of America Fuel Codes Showers API", "version": "v1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Showers", "type": "folder" }, "items": [ { "info": { "name": "Get Shower Availability", "type": "http" }, "http": { "method": "GET", "url": "https://api.accessta.com/v1/showers/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 shower facility availability at travel center locations, including wait times and number of available units." } ] } ], "bundled": true }