Skip to main content

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
estimate objectrequired

Numeric estimate; null when suppressed

anyOf
number
margin_of_error object

Margin of error at 90% confidence; null for non-estimates

anyOf
number
moe_annotation object

Census annotation flag on the MoE, e.g. '**'

anyOf
string
census_annotation object

Census annotation flag on the estimate, e.g. '-'

anyOf
string
suppressedSuppressed (boolean)

True when the Census Bureau suppressed this value

Default value: false
null_reason object

Why the value is null/suppressed, if known

anyOf
string
VariableValue
{
"api_name": "string",
"label": "string",
"unit": "string",
"display_format": "string",
"estimate": 0,
"margin_of_error": 0,
"moe_annotation": "string",
"census_annotation": "string",
"suppressed": false,
"null_reason": "string"
}