Ez Geo Query
US Location Lookup Made Easy
Return consistent city, state, and ZIP lookup suggestions using our API and Typeahead plugin. Try it out for yourself below.
Results
{}
Query
https://ezgeoquery.us/query/
Return consistent city, state, and ZIP lookup suggestions using our API and Typeahead plugin. Try it out for yourself below.
{}
https://ezgeoquery.us/query/
Use our typeahead plugin to get started using the API in less than five minutes. Easily integrate with any website or codebase and take advantage of one of the most fluid, easy to use location lookup APIs available.
Grab the code
// Setup the EzGeoTypeahead with your apikey
var ezgeo = EzGeoTypeahead.init(apikey);
// Make a new Typeahead from an input element
var $input = ezgeo.make($('#ezgeo'));
Change the game for your site's city, state, or zip suggestions, using our API. Along with our Typeahead plugin (built on Twitter Typeahead/Bloodhound) you can change the way users fill out their address information. Search by city, state, or zip, or any combination, and get the data back in an expected, easy to use format.
Get an API keySimply quert a city and get a list of cities back
https://ezgeoquery.us/query/sea
[
{ "zip_code": "61476", "city": "Seaton", "state": "IL" },
{ "zip_code": "61359", "city": "Seatonville", "state": "IL" },
{ "zip_code": "20743", "city": "Seat Pleasant", "state": "MD"},
{ "zip_code": "98032", "city": "SeaTac", "state": "WA"},
{ "zip_code": "98148", "city": "SeaTac", "state": "WA"}
]
Query by zip code
https://ezgeoquery.us/query/425
[
{ "zip_code": "42501", "city": "Burnside", "state": "Kentucky" },
{ "zip_code": "42503", "city": "Burnside", "state": "Kentucky" },
{ "zip_code": "42518", "city": "Burnside", "state": "Kentucky" },
{ "zip_code": "42519", "city": "Burnside", "state": "Kentucky" },
{ "zip_code": "42544", "city": "Burnside", "state": "Kentucky" }
]
Query both w/ spaces or commas
https://ezgeoquery.us/query/Te 8
or
https://ezgeoquery.us/query/Te, 8
[
{ "zip_code": "86514", "city": "Teec Nos Pos", "state": "AZ" },
{ "zip_code": "86047", "city": "Tees Toh", "state": "AZ" },
{ "zip_code": "85008", "city": "Tempe", "state": "AZ" },
{ "zip_code": "85044", "city": "Tempe", "state": "AZ" },
{ "zip_code": "85202", "city": "Tempe", "state": "AZ"}
]
By submitting the following text strings to the API in any of the following formats (space sensitive), you can easily return and serve autocomplete suggestions or data for your application to use. We've written algorithms that make looking up city, state and ZIP info and building an autocomplete a breeze (especially with our Javascript plugin, get it on GitHub).
All payments securly processed by Stripe