These are the search input parameters:
Note that text and address searches cannot be combined. An error will occur if a request has those two values. The exception is country. Text and country can be specified at the same time.
An example searching for Walmarts in Canada:
/search?text=Walmart&country=CA
These are the reverse input parameters:
An example reverse search:
/reverse?lat=43.650176&lon=-79.363694
The resulting JSON is in this format:
{
"name":"2, Berkeley Street, Corktown, Financial District, Toronto, Ontario, M5A 4J6, Canada",
"address1":"2",
"address2":"Berkeley Street",
"address3":"Toronto",
"address4":"Ontario",
"address5":"M5A 4J6",
"address6":"Canada",
"bounds":null,
"lat":"43.650207"}
"lon":"-79.3637029",
"externalId":"7875268",
"geometry":null
}
Note that searches will return an array of these result JSON objects