Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Up to Date - Zip Code Database? [closed]

I've been using the zipcode information from here:

http://www.census.gov/geo/maps-data/data/gazetteer2010.html

in my mySQL database but I've noticed that it's missing quite a few zipcodes

(ex. 94142, San Francisco, CA)

....does anyone know of some more up to date zip code data?

like image 993
A.O. Avatar asked Nov 06 '13 18:11

A.O.


People also ask

How many US ZIP codes have been discontinued?

Over 1,000 ZIP codes have been decomissioned as post offices close or the needs of the United States Postal Service change.

How often does ZIP Code data change?

The USPS updates their zip codes quarterly.

When was the last ZIP Code created?

The term ZIP Code was originally registered as a service mark by the USPS; its registration expired in 1997.

Are new ZIP codes created?

Due to an increase in population or to the improve postal operations, the US Postal Service® will occasionally add a new ZIP Code or change ZIP Code boundaries.


2 Answers

Try the data at http://www.geonames.org/

(There's a Free postal Code Data link there, with postal codes for lots of countries).

like image 109
Krishna Gupta Avatar answered Oct 03 '22 02:10

Krishna Gupta


The United States Postal Service is the government entity that provisions ZIP codes. As such, the authoritative, always-correct database is theirs.

Happily, they provide free APIs that developers can use:

https://www.usps.com/business/web-tools-apis/welcome.htm

like image 20
JakeRobb Avatar answered Oct 03 '22 02:10

JakeRobb