Reputation: 21
I need to find all zipcodes within a given radius. I've googled a page that does exactly that: https://www.freemaptools.com/find-zip-codes-inside-radius.htm but its author doesnt respond. Any ideas how he did that?
Upvotes: 2
Views: 6056
Reputation: 51
Here's a product ZipCodeAPI that does that.
Use this API to find all US zip codes within a given radius of a zip code. Send a GET request to https://www.zipcodeapi.com/rest/<api_key>/radius./<zip_code>//.
There is a free subscription and a paid subscription available.
Upvotes: 5