Census API: Examples for /data/2013/pep/housing

All data queries to the Census Data API now require an API key.
Please cut and paste the Example Calls below into your web browser and replace YOUR_KEY_GOES_HERE with your personal API Key.
If you do not have an API Key, request one here
Geography HierarchyGeography LevelExample URLNumber
7 examples
usN/Ahttps://api.census.gov/data/2013/pep/housing?get=CTYNAME,HUEST,STNAME&for=us:*&DATE_=6&key=YOUR_KEY_GOES_HERE
https://api.census.gov/data/2013/pep/housing?get=CTYNAME,HUEST,STNAME&for=us:00&DATE_=6&key=YOUR_KEY_GOES_HERE
stateN/Ahttps://api.census.gov/data/2013/pep/housing?get=CTYNAME,HUEST,STNAME&for=state:*&DATE_=6&key=YOUR_KEY_GOES_HERE
https://api.census.gov/data/2013/pep/housing?get=CTYNAME,HUEST,STNAME&for=state:01&DATE_=6&key=YOUR_KEY_GOES_HERE
statecountyN/Ahttps://api.census.gov/data/2013/pep/housing?get=CTYNAME,HUEST,STNAME&for=county:*&DATE_=6&key=YOUR_KEY_GOES_HERE
https://api.census.gov/data/2013/pep/housing?get=CTYNAME,HUEST,STNAME&for=county:*&in=state:*&DATE_=6&key=YOUR_KEY_GOES_HERE
https://api.census.gov/data/2013/pep/housing?get=CTYNAME,HUEST,STNAME&for=county:001&in=state:01&DATE_=6&key=YOUR_KEY_GOES_HERE