get https://api.iexitapp.com/v1/search/input/
Create an auto-complete search engine for business/amenity keywords.
JSON Response
Key | Value | Description |
---|---|---|
search_items | Array of Search Item | An array of Search Item objects matching the user's input. |
This API allows your iExit client to build a keyword search engine. Results returned by this input-matching API are either business's (like Starbucks, Cracker Barrel, etc) or amenities (like WiFi, DEF, Truck Stop, etc).
Common Next API(s)
- Upcoming Exits (assuming the Search Button was selected while viewing Upcoming Exits, supply it with
results[]
.id
) - Exits for Highway in State (assuming the Search Button was selected while viewing Exits For Highway In State, , supply it with
results[]
.id
)