codeforkansascity / address-api

A address database accessible through an API that will return attributes about the address, neighborhood, council district, zoning...
http://address-api.codeforkc.org
MIT License
5 stars 9 forks source link

Provide a way to query the list of Neighborhoods #94

Open JakeLaCombe opened 8 years ago

JakeLaCombe commented 8 years ago

Would it be possible to attach a search query to the following endpoint?

http://api.codeforkc.org/neighborhoods-geo/V0/99?city=KANSAS%20CITY&state=MO

It would look similiar to this

http://api.codeforkc.org/neighborhoods-geo/V0/99?city=KANSAS%20CITY&state=MO&q=Qual

and the endpoint would return the list of neighborhoods that match up to that search.

This isn't a high priority issue, as I can import all of the data that exist into our application database, and do searching from that.