ZIP code radius finder
Find up to 100 nearby ZIP codes, nearest first.
Radius
Up to 100 ZIP codes, nearest first. Straight-line distance between ZIP centers.
Copy the list or download a CSV.
Use it in your app
GET /postal/33139/nearby?country=US&radius=25&unit=mi
This page is that call, running from your browser. The same endpoint ships on every plan, one pooled request per lookup. Coverage follows the countries listed on /postal where coordinates are available.
QUESTIONS
- How far can the radius go?
- Up to 500 miles. Results come back nearest first, up to 100 ZIP codes.
- Is the distance driving distance?
- No. It measures a straight line between ZIP reference points. It can help shortlist nearby ZIPs, but does not check individual addresses or driving routes.
- Can I do this from code?
- Yes. This page is GET /postal/{code}/nearby, running from your browser. Same endpoint on every plan, one pooled request per call.
- What about postal codes outside the US?
- The API covers the countries listed on /postal where coordinates are available. This tool speaks ZIP, and the endpoint takes a country parameter for the rest.
- I have a whole file of ZIPs.
- Drop it on /bulk/zip. City, state, coordinates, and timezone land on every row.