{ "info": { "_postman_id": "587ccbee-ac10-4444-b4b6-916c64f84084", "name": "SpotHero Parking Availability Search API", "description": "The SpotHero Parking API provides programmatic access to the largest network of off-street parking facilities in North America. Partners can search for available parking spots, check real-time availability, create and manage reservations, and access facility details including pricing, amenities, and directions. The API supports navigation apps, mobility platforms, connected car dashboards, event ticketing systems, and enterprise fleet management solutions.\n\nContact Support:\n Name: SpotHero Partner Support\n Email: partner.support@spothero.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:00:58.000Z", "updatedAt": "2026-07-28T03:00:58.000Z", "lastUpdatedBy": "35240", "uid": "35240-587ccbee-ac10-4444-b4b6-916c64f84084" }, "item": [ { "name": "search", "item": [ { "name": "Search Parking Locations", "id": "4bc3a944-9464-4e20-b509-266b9fb8be27", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/search?latitude=&longitude=&address=&starts=&ends=&radius=0.5&vehicle_type=car&limit=20&sort=distance", "host": [ "{{baseUrl}}" ], "path": [ "search" ], "query": [ { "description": "Latitude of the search center point", "key": "latitude", "value": "" }, { "description": "Longitude of the search center point", "key": "longitude", "value": "" }, { "description": "Street address or point of interest name to search near", "key": "address", "value": "" }, { "description": "(Required) Parking start time in ISO 8601 format", "key": "starts", "value": "" }, { "description": "(Required) Parking end time in ISO 8601 format", "key": "ends", "value": "" }, { "description": "Search radius in miles (default 0.5)", "key": "radius", "value": "0.5" }, { "description": "Type of vehicle", "key": "vehicle_type", "value": "car" }, { "description": "Maximum number of results to return", "key": "limit", "value": "20" }, { "description": "Sort order for results", "key": "sort", "value": "distance" } ] }, "description": "Search for available parking locations near a given address, coordinates, or point of interest. Returns a list of facilities with availability and pricing for the requested time period." }, "response": [ { "id": "85f99b5d-b0a8-4a1c-95ca-2826745d2d3f", "name": "Successful search results", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/search?latitude=&longitude=&address=&starts=&ends=&radius=0.5&vehicle_type=car&limit=20&sort=distance", "host": [ "{{baseUrl}}" ], "path": [ "search" ], "query": [ { "description": "Latitude of the search center point", "key": "latitude", "value": "" }, { "description": "Longitude of the search center point", "key": "longitude", "value": "" }, { "description": "Street address or point of interest name to search near", "key": "address", "value": "" }, { "description": "(Required) Parking start time in ISO 8601 format", "key": "starts", "value": "" }, { "description": "(Required) Parking end time in ISO 8601 format", "key": "ends", "value": "" }, { "description": "Search radius in miles (default 0.5)", "key": "radius", "value": "0.5" }, { "description": "Type of vehicle", "key": "vehicle_type", "value": "car" }, { "description": "Maximum number of results to return", "key": "limit", "value": "20" }, { "description": "Sort order for results", "key": "sort", "value": "distance" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"facility_id\": \"\",\n \"name\": \"\",\n \"address\": {\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\",\n \"country\": \"\"\n },\n \"distance_miles\": \"\",\n \"price\": {\n \"amount\": \"\",\n \"currency\": \"\",\n \"display\": \"\"\n },\n \"availability\": {\n \"available\": \"\",\n \"spaces_available\": \"\"\n },\n \"amenities\": [\n \"\",\n \"\"\n ],\n \"rating\": \"\"\n },\n {\n \"facility_id\": \"\",\n \"name\": \"\",\n \"address\": {\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\",\n \"country\": \"\"\n },\n \"distance_miles\": \"\",\n \"price\": {\n \"amount\": \"\",\n \"currency\": \"\",\n \"display\": \"\"\n },\n \"availability\": {\n \"available\": \"\",\n \"spaces_available\": \"\"\n },\n \"amenities\": [\n \"\",\n \"\"\n ],\n \"rating\": \"\"\n }\n ],\n \"total\": \"\",\n \"offset\": \"\",\n \"limit\": \"\"\n}", "createdAt": "2026-07-28T03:00:58.000Z", "updatedAt": "2026-07-28T03:00:58.000Z", "uid": "35240-85f99b5d-b0a8-4a1c-95ca-2826745d2d3f" }, { "id": "e5e4ef12-6d64-4a86-b48e-de45331012dc", "name": "Bad request - missing or invalid parameters", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/search?latitude=&longitude=&address=&starts=&ends=&radius=0.5&vehicle_type=car&limit=20&sort=distance", "host": [ "{{baseUrl}}" ], "path": [ "search" ], "query": [ { "description": "Latitude of the search center point", "key": "latitude", "value": "" }, { "description": "Longitude of the search center point", "key": "longitude", "value": "" }, { "description": "Street address or point of interest name to search near", "key": "address", "value": "" }, { "description": "(Required) Parking start time in ISO 8601 format", "key": "starts", "value": "" }, { "description": "(Required) Parking end time in ISO 8601 format", "key": "ends", "value": "" }, { "description": "Search radius in miles (default 0.5)", "key": "radius", "value": "0.5" }, { "description": "Type of vehicle", "key": "vehicle_type", "value": "car" }, { "description": "Maximum number of results to return", "key": "limit", "value": "20" }, { "description": "Sort order for results", "key": "sort", "value": "distance" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"message\": \"\",\n \"details\": {}\n}", "createdAt": "2026-07-28T03:00:58.000Z", "updatedAt": "2026-07-28T03:00:58.000Z", "uid": "35240-e5e4ef12-6d64-4a86-b48e-de45331012dc" }, { "id": "c72ec238-ad60-4f6c-be03-64c8113ad2e0", "name": "Unauthorized - invalid or missing API key", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/search?latitude=&longitude=&address=&starts=&ends=&radius=0.5&vehicle_type=car&limit=20&sort=distance", "host": [ "{{baseUrl}}" ], "path": [ "search" ], "query": [ { "description": "Latitude of the search center point", "key": "latitude", "value": "" }, { "description": "Longitude of the search center point", "key": "longitude", "value": "" }, { "description": "Street address or point of interest name to search near", "key": "address", "value": "" }, { "description": "(Required) Parking start time in ISO 8601 format", "key": "starts", "value": "" }, { "description": "(Required) Parking end time in ISO 8601 format", "key": "ends", "value": "" }, { "description": "Search radius in miles (default 0.5)", "key": "radius", "value": "0.5" }, { "description": "Type of vehicle", "key": "vehicle_type", "value": "car" }, { "description": "Maximum number of results to return", "key": "limit", "value": "20" }, { "description": "Sort order for results", "key": "sort", "value": "distance" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"message\": \"\",\n \"details\": {}\n}", "createdAt": "2026-07-28T03:00:58.000Z", "updatedAt": "2026-07-28T03:00:58.000Z", "uid": "35240-c72ec238-ad60-4f6c-be03-64c8113ad2e0" }, { "id": "ebc4949b-4b83-464f-8ed5-392d447c1e25", "name": "Rate limit exceeded", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/search?latitude=&longitude=&address=&starts=&ends=&radius=0.5&vehicle_type=car&limit=20&sort=distance", "host": [ "{{baseUrl}}" ], "path": [ "search" ], "query": [ { "description": "Latitude of the search center point", "key": "latitude", "value": "" }, { "description": "Longitude of the search center point", "key": "longitude", "value": "" }, { "description": "Street address or point of interest name to search near", "key": "address", "value": "" }, { "description": "(Required) Parking start time in ISO 8601 format", "key": "starts", "value": "" }, { "description": "(Required) Parking end time in ISO 8601 format", "key": "ends", "value": "" }, { "description": "Search radius in miles (default 0.5)", "key": "radius", "value": "0.5" }, { "description": "Type of vehicle", "key": "vehicle_type", "value": "car" }, { "description": "Maximum number of results to return", "key": "limit", "value": "20" }, { "description": "Sort order for results", "key": "sort", "value": "distance" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"message\": \"\",\n \"details\": {}\n}", "createdAt": "2026-07-28T03:00:58.000Z", "updatedAt": "2026-07-28T03:00:58.000Z", "uid": "35240-ebc4949b-4b83-464f-8ed5-392d447c1e25" } ], "createdAt": "2026-07-28T03:00:58.000Z", "updatedAt": "2026-07-28T03:00:58.000Z", "uid": "35240-4bc3a944-9464-4e20-b509-266b9fb8be27" } ], "id": "73c2629b-11f2-4834-bd9e-c84ee896c8bf", "createdAt": "2026-07-28T03:00:58.000Z", "updatedAt": "2026-07-28T03:00:58.000Z", "uid": "35240-73c2629b-11f2-4834-bd9e-c84ee896c8bf" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-API-Key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.spothero.com/v2" } ] }