Statistics by Zip Code
I'm doing a project where I require census statistics by Zip Code. I want to look at correlations between several different factors. I have addresses and zip codes.
To pull in data by zip code what would my API call look like.
I'm doing a project where I require census statistics by Zip Code. I want to look at correlations between several different factors. I have addresses and zip codes.
To pull in data by zip code what would my API call look like.
Hi all, I am trying to use the api to collect information for zip code tabulation areas from the ACS 2011 survey. I have tried several variations of the following url, but get an unsupported/unknown geography error: http://api.census.gov/data/2011/acs5?key={key}&get=B25070_003E&for=zip+code+tabulation+area:*&in=state:06 I have read elsewhere on this form that the 2011 ACS is now available via the API by zip ...more »
Hi all,
I am trying to use the api to collect information for zip code tabulation areas from the ACS 2011 survey.
I have tried several variations of the following url, but get an unsupported/unknown geography error:
http://api.census.gov/data/2011/acs5?key={key}&get=B25070_003E&for=zip+code+tabulation+area:*&in=state:06
I have read elsewhere on this form that the 2011 ACS is now available via the API by zip code. Is this correct? If so, what is the proper format to query the API for the ACS survey?
« less full details »
We are trying to create a tool where a user would:
1) Enter in their "home" zip code
2) Enter in a radius in miles
3) Hit an "Update" button.
Once the user hit the Update button, the screen would show all zip codes, all cities and all counties within the specified number of miles from the home zip code. Can these Census tools be used to create such a system?