Closed eemshi closed 5 years ago
Hi team, I dump in 2017 tables into the acs5 schema
tract
, county
)b01001
)year (ex. 2016
)
the above 3 parameters are from database table names.
geoid10 = '08001'
)b01001_001e
, b01001_002e
, etc.)
the above 2 parameters are from columns inside the tabledesirable return: [ { "geoid10": "08023", "b01001_001e": 3628 }, { "geoid10": "08001", "b01001_001e": 487850 }, { "geoid10": "08021", "b01001_001e": 8147 } ]
api.shiftresearchlab.org/census/acs5/
path params:
tract
,county
)b01001
)year (ex.
2016
) the above 3 parameters are from database table names.geoid10 = '08001'
)b01001_001e
,b01001_002e
, etc.) the above 2 parameters are from columns inside the tablesample GET:
api.shiftresearchlab.org/census/acs5/{subject}/{geounit}/{year}?geoid10='08001'&fields=b01001_001e,b01001_002e