Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Databases for things like dictionaries, zip codes etc [closed]

Where can I find/get databases for things like dictionaries, list of states, zip codes, cities etc? Preferably open-source or free and for MySQL but converting from another db or XML to MySQL with PHP would be a fun side project.

like image 268
Yamiko Avatar asked Feb 20 '23 10:02

Yamiko


1 Answers

We often used the data of http://www.geonames.org/ There's a nice tutorial at the forum to learn how to import the date into a MySQL-Database: http://forum.geonames.org/gforum/posts/list/732.page

They have a webservice, too: http://www.geonames.org/export/web-services.html

If the datasets are not sufficient enough, there are a lot of open APIs:

http://www.programmableweb.com/apitag/?q=zip%20codes

like image 152
chris Avatar answered Apr 08 '23 01:04

chris