API
Look up locations
Fuzzy city search returning the location codes the search endpoint accepts.
GET/api/v1/locations?q=:query
Fuzzy search for cities. Returns the location_code values the search endpoint accepts. Free — no leads spent.
json
{
"locations": [
{ "location_code": 1026201, "name": "Austin", "full_name": "Austin, TX, Texas, United States" }
]
}