United States Zip Codes JSON Data Feed

Data Fields:

  • Longitude
  • Zipcode
  • ZipClass
  • County
  • City
  • State
  • Latitude

 

USA Zip Codes by State

http://gomashup.com/json.php?fds=geo/usa/zipcode/state/[STATE Abrv].&jsoncallback=?

Example:

To query for all zip codes in Illinois...

http://gomashup.com/json.php?fds=geo/usa/zipcode/state/IL&jsoncallback=?

USA Zip Codes by County

http://gomashup.com/json.php?fds=geo/usa/zipcode/county/[County Name]&jsoncallback=?

Example:

To query for all zip codes in Cook County...

http://gomashup.com/json.php?fds=geo/usa/zipcode/county/COOK&jsoncallback=?

USA Zip Codes by City

http://gomashup.com/json.php?fds=geo/usa/zipcode/city/[City Name]&jsoncallback=?

Example:

To query for zip codes for Glenview City...

http://gomashup.com/json.php?fds=geo/usa/zipcode/city/GLENVIEW&jsoncallback=?

USA Zip Codes

http://gomashup.com/json.php?fds=geo/usa/zipcode/[Zip Code]&jsoncallback=?

Example:

To query for zip code 60025

http://gomashup.com/json.php?fds=geo/usa/zipcode/60025&jsoncallback=?

Sample output

http://gomashup.com/json.php?fds=geo/usa/zipcode/city/BERKELEY&jsoncallback=?

?({
	"result":[
	{
		"Longitude" : "-087.687320",
		"Zipcode" : "60163",
		"ZipClass" : "STANDARD",
		"County" : "COOK",
		"City" : "BERKELEY",
		"State" : "IL",
		"Latitude" : "+41.811929"
	},
	{
		"Longitude" : "-122.296730",
		"Zipcode" : "94701",
		"ZipClass" : "STANDARD",
		"County" : "ALAMEDA",
		"City" : "BERKELEY",
		"State" : "CA",
		"Latitude" : "+37.860576"
	},
	{
		"Longitude" : "-122.287130",
		"Zipcode" : "94702",
		"ZipClass" : "STANDARD",
		"County" : "ALAMEDA",
		"City" : "BERKELEY",
		"State" : "CA",
		"Latitude" : "+37.864425"
	},
	{
		"Longitude" : "-122.275730",
		"Zipcode" : "94703",
		"ZipClass" : "STANDARD",
		"County" : "ALAMEDA",
		"City" : "BERKELEY",
		"State" : "CA",
		"Latitude" : "+37.865725"
	},
	{
		"Longitude" : "-122.256729",
		"Zipcode" : "94704",
		"ZipClass" : "STANDARD",
		"County" : "ALAMEDA",
		"City" : "BERKELEY",
		"State" : "CA",
		"Latitude" : "+37.866975"
	},
	{
		"Longitude" : "-122.242029",
		"Zipcode" : "94705",
		"ZipClass" : "STANDARD",
		"County" : "ALAMEDA",
		"City" : "BERKELEY",
		"State" : "CA",
		"Latitude" : "+37.859830"
	},
	{
		"Longitude" : "-122.276080",
		"Zipcode" : "94707",
		"ZipClass" : "STANDARD",
		"County" : "ALAMEDA",
		"City" : "BERKELEY",
		"State" : "CA",
		"Latitude" : "+37.892675"
	},
	{
		"Longitude" : "-122.260429",
		"Zipcode" : "94708",
		"ZipClass" : "STANDARD",
		"County" : "ALAMEDA",
		"City" : "BERKELEY",
		"State" : "CA",
		"Latitude" : "+37.891825"
	},
	{
		"Longitude" : "-122.265530",
		"Zipcode" : "94709",
		"ZipClass" : "STANDARD",
		"County" : "ALAMEDA",
		"City" : "BERKELEY",
		"State" : "CA",
		"Latitude" : "+37.879825"
	},
	{
		"Longitude" : "-122.302730",
		"Zipcode" : "94710",
		"ZipClass" : "STANDARD",
		"County" : "ALAMEDA",
		"City" : "BERKELEY",
		"State" : "CA",
		"Latitude" : "+37.873366"
	},
	{
		"Longitude" : "-121.921498",
		"Zipcode" : "94712",
		"ZipClass" : "STANDARD",
		"County" : "ALAMEDA",
		"City" : "BERKELEY",
		"State" : "CA",
		"Latitude" : "+37.680181"
	},
	{
		"Longitude" : "-122.253582",
		"Zipcode" : "94720",
		"ZipClass" : "UNIQUE",
		"County" : "ALAMEDA",
		"City" : "BERKELEY",
		"State" : "CA",
		"Latitude" : "+37.866825"
	}
]})