codeforboston / police-data-trust

A national archive of police data collected by journalists, lawyers, and activists around the country.
https://www.nationalpolicedata.org
MIT License
47 stars 82 forks source link

[FEATURE] Search (Location) #369

Open DMalone87 opened 8 months ago

DMalone87 commented 8 months ago

Is your feature request related to a problem? Please describe. There may be times when a user wants to view information from the index about a particular location. We should have an API endpoint that manages these requests.

Describe the solution you'd like Create an endpoint that retrieves the most relevant agencies, officers, and incidents for a particular location. The method should accept the name of a city, state, or county. This will require one to implement a Maps or Place List API that contains a variety of regularly updated location names and coordinates for the United States.

Additional context NPDI Search Architecture