/api/v1/launcher/search.json?q=coffee
Searches navigation and geographic records for command-palette style experiences. Searches data when q has at least two characters.
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
q |
string | No | Search text. Data results begin at two characters. |
Example request
curl --get 'https://hoodsdk.com/api/v1/launcher/search.json?q=coffee'
Example response 200 OK
{
"navigation": [{"title": "Places", "url": "/places/all"}],
"places": [{"id": 42, "name": "Example Cafe", "url": "/places/42"}],
"neighborhoods": [],
"districts": [],
"cities": []
}