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
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"
}