APIResponse[list[VariableSummary]]
data object[]required
Stable API identifier, e.g. 'sex_and_age_total_population'
census_code object
Census Bureau variable code, e.g. 'B01001_001E'
- string
- null
Human-readable variable label
Measurement unit: count | dollar | percent | year
topic object
- TopicSummary
- null
Unique slug for the topic, e.g. 'demographics'
Human-readable topic name
Nesting depth (0 = root)
display_format object
Suggested display format hint, e.g. 'integer', 'percent_1dp'
- string
- null
matched_census_codes object
Census codes that matched the search query (only present when search matches a Census code)
- object[]
- null
Census Bureau variable code, e.g. 'DP05_0001E'
Vintage years where this code maps to this variable
meta objectrequired
Metadata envelope present in every response.
source object
Data provenance; null for catalog endpoints
- SourceMeta
- null
Dataset key, e.g. 'acs5'
Survey vintage year, e.g. 2022
reference_period object
Human-readable reference period, e.g. '2018–2022'
- string
- null
U.S. Census Bureauvariable_count object
Number of variables returned (data endpoint only)
- integer
- null
geography_count object
Number of geographies returned (data endpoint only)
- integer
- null
total_count object
Total records available before pagination (list endpoints)
- integer
- null
hint object
Contextual guidance when results are empty or limited
- string
- null
UUID identifying this request
Server-side processing time in milliseconds
links objectrequired
Canonical URL of this response
next object
Next page URL (if paginated)
- string
- null
prev object
Previous page URL (if paginated)
- string
- null
{
"data": [
{
"api_name": "string",
"census_code": "string",
"label": "string",
"unit": "string",
"topic": {
"topic_key": "string",
"label": "string",
"depth": 0
},
"display_format": "string",
"matched_census_codes": [
{
"code": "string",
"vintages": [
0
]
}
]
}
],
"meta": {
"source": {
"dataset": "string",
"vintage_year": 0,
"reference_period": "string",
"census_program": "U.S. Census Bureau"
},
"variable_count": 0,
"geography_count": 0,
"total_count": 0,
"hint": "string",
"request_id": "string",
"elapsed_ms": 0
},
"links": {
"self": "string",
"next": "string",
"prev": "string"
}
}