Skip to content

Commit

Permalink
Added EASY zipcode API
Browse files Browse the repository at this point in the history
  • Loading branch information
azadibogolubov committed Nov 24, 2013
1 parent 1a44738 commit 6735cd3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Links and APIs/zipcode_api.txt
@@ -1,4 +1,11 @@
url: zipfeed.us
1. VERY EASY ZIPCODE API
http://ZiptasticAPI.com/ZIPCODE
Will return the following for this example:
http://ziptasticapi.com/97219
{"country":"US","state":"OR","city":"PORTLAND"}
In Java, using a JSONArray, and the web DB API which was linked before, this is a breeze to use and parse.

2.url: zipfeed.us
code: 2xXxE6vH

zipcodes by state http://en.wikipedia.org/wiki/File:ZIP_Code_zones.svg

0 comments on commit 6735cd3

Please sign in to comment.