Giter VIP home page Giter VIP logo

zipcodebase's Introduction

About Zipcodebase - Free Zip Code API

Zipcodebase is a zip code API that was founded in 2019 to solve common issues with postal code data. As we have launched geocodeapi.io, a general geocoding API for forward and reverse geocoding, we learned from our customers, that that there was a specific need for zip code data. Our customers were basically looking for a simple solution to do tasks:

  • calculate the distance between zip codes
  • find zip codes around a given zip code
  • find a major location behind a zip code
  • match together a list of zip codes by their distance to each other

This was the moment we decided to launch zipcodebase.com, a feature-complete zip code API.

The API uses keys to allow access to the API. You can register a free API key at our developer portal. This will allow you to conduct 10,000 free searches per month.

To provide you with the best developer experience possible, we also created a Postman collection covering all of our endpoints.

Run in Postman

Endpoints & Examples

(All links can be copied to your browser for testing, simply replace "YOUR-APIKEY", with your personal key)

postal code to location information

This endpoint allows you to receive information for one or multiple given postal codes.

https://app.zipcodebase.com/api/v1/search?apikey=YOUR-APIKEY&codes=10005%2C51503

distance calculation between postal codes

This endpoint allows you to calculate the distance between one and another (or multiple) postal codes.

https://app.zipcodebase.com/api/v1/distance?apikey=YOUR-APIKEY&code=10005&compare=10006%2C10007&country=us

postal codes within a radius

This endpoint will convert a list of submitted postal codes into a list of postal code pairs that are located within a given distance to each other.

https://app.zipcodebase.com/api/v1/radius?apikey=YOUR-APIKEY&code=10005&radius=100&country=us

postal codes within a certain distance

This endpoint returns a list of postal code pairs that are within a given distance to each other.

https://app.zipcodebase.com/api/v1/match?apikey=YOUR-APIKEY&codes=10005%2C10006%2C10009%2C90001&distance=100&country=us

postal codes by city

This endpoint returns a list of postal codes based on a city.

https://app.zipcodebase.com/api/v1/code/city?apikey=YOUR-APIKEY&city=New%20York&state_code=NY&country=us

postal codes by state

This endpoint returns a list of postal codes based on a state.

https://app.zipcodebase.com/api/v1/code/state?apikey=YOUR-APIKEY&state_code=NY&country=us

Documentation

Our full documentation can be found here: https://app.zipcodebase.com

Need help?

Do not hesitate to contact our support team that will help to get you started.

Legal

The use of zipcodebase API is subject to our terms & conditions.

zipcodebase's People

Contributors

saasindustries avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

aidotno bunix

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.