codefordenver / shift-api

1 stars 0 forks source link

census/acs5 endpoint #32

Closed eemshi closed 5 years ago

eemshi commented 5 years ago

api.shiftresearchlab.org/census/acs5/

path params:

sample GET:

api.shiftresearchlab.org/census/acs5/{subject}/{geounit}/{year}?geoid10='08001'&fields=b01001_001e,b01001_002e

ShiftRL commented 5 years ago

Hi team, I dump in 2017 tables into the acs5 schema

ShiftRL commented 5 years ago

desirable return: [ { "geoid10": "08023", "b01001_001e": 3628 }, { "geoid10": "08001", "b01001_001e": 487850 }, { "geoid10": "08021", "b01001_001e": 8147 } ]