GeographyDataPoint
All requested variable values for a single geography.
geo_keyGeo Key (string)required
nameName (string)required
geo_typeGeo Type (string)required
fips_state object
anyOf
- string
- null
string
fips_county object
anyOf
- string
- null
string
geoid_full object
anyOf
- string
- null
string
variables objectrequired
Map of api_name → VariableValue
property name* VariableValue
A single variable's observed value for one geography.
api_nameApi Name (string)required
labelLabel (string)required
unitUnit (string)required
display_format object
anyOf
- string
- null
string
estimate objectrequired
Numeric estimate; null when suppressed
- number
- integer
- null
number
margin_of_error object
Margin of error at 90% confidence; null for non-estimates
- number
- integer
- null
number
moe_annotation object
Census annotation flag on the MoE, e.g. '**'
- string
- null
string
census_annotation object
Census annotation flag on the estimate, e.g. '-'
- string
- null
string
suppressedSuppressed (boolean)
True when the Census Bureau suppressed this value
Default value:
falsenull_reason object
Why the value is null/suppressed, if known
- string
- null
string
geometry object
GeoJSON geometry (20m resolution) when include_geometry=true
- object
- null
object
GeographyDataPoint
{
"geo_key": "string",
"name": "string",
"geo_type": "string",
"fips_state": "string",
"fips_county": "string",
"geoid_full": "string",
"variables": {},
"geometry": {}
}