SocioeconomicDataResponse
Complete socioeconomic data API response.
location_info objectnullable
Geocoded location information
formatted_addressFormatted Address (string)nullable
street_addressStreet Address (string)nullable
cityCity (string)nullable
stateState (string)nullable
state_codeState Code (string)nullable
countyCounty (string)nullable
postal_codePostal Code (string)nullable
latitudeLatitude (number)nullable
longitudeLongitude (number)nullable
geohash8Geohash8 (string)nullable
census_geoids objectnullable
Census geographic identifiers
state_fipsState Fips (string)nullable
county_fipsCounty Fips (string)nullable
cousub_fipsCousub Fips (string)nullable
tract_fipsTract Fips (string)nullable
block_fipsBlock Fips (string)nullable
socioeconomic object[]
Socioeconomic index data
Array [
geography_levelGeography Level (string)required
Geography level (county, cousub, tract, block_group)
comparison_basisComparison Basis (string)required
Comparison basis (cousub, county, state, country)
total_indexTotal Index (number)nullable
Overall socioeconomic index
gradeGrade (string)nullable
Overall letter grade
indices object
Individual index values
property name* IndexValue
Index value, optionally with grade.
valueValue (number)required
Index value (0-100)
gradeGrade (string)nullable
Letter grade (A-F)
]
natural_hazards object[]
Natural hazard index data
Array [
geography_levelGeography Level (string)required
Geography level
comparison_basisComparison Basis (string)required
Comparison basis
total_indexTotal Index (number)nullable
Overall natural hazard index
gradeGrade (string)nullable
Overall letter grade
hazards object
Individual hazard values
property name* IndexValue
Index value, optionally with grade.
valueValue (number)required
Index value (0-100)
gradeGrade (string)nullable
Letter grade (A-F)
]
SocioeconomicDataResponse
{
"location_info": {
"formatted_address": "string",
"street_address": "string",
"city": "string",
"state": "string",
"state_code": "string",
"county": "string",
"postal_code": "string",
"latitude": 0,
"longitude": 0,
"geohash8": "string"
},
"census_geoids": {
"state_fips": "string",
"county_fips": "string",
"cousub_fips": "string",
"tract_fips": "string",
"block_fips": "string"
},
"socioeconomic": [
{
"geography_level": "string",
"comparison_basis": "string",
"total_index": 0,
"grade": "string",
"indices": {}
}
],
"natural_hazards": [
{
"geography_level": "string",
"comparison_basis": "string",
"total_index": 0,
"grade": "string",
"hazards": {}
}
]
}