Census Block Group Level
Batch Multiple Endpoints (Batch)
Retrieve data from multiple Analytics API endpoints in a single request, enabling efficient and consolidated data access.
Provide a comma separated list of blockgroup endpoint names in the components query parameter to specify which endpoints you would like to include.
Request Query Params
<table><tr><th>Property</th><th>Type</th><th>Description</th><th>Example</th></tr> <tr><td>components</td><td>string</td><td>Comma separated list of blockgroup endpoint names, like "blockgroup/hcri,blockgroup/value_ts_historical". Spaces are not allowed between listed endpoints.</td><td>blockgroup/hcri,blockgroup/value_ts_historical</td> </tr> </table>Request Body Fields
<table><tr><th>Field</th><th>Type</th><th>Description</th><th>Example</th></tr> <tr><td>[]</td><td>object</td><td></td><td></td> </tr> <tr><td>[].blockgroup_id</td><td>string</td><td>12-digit census block group ID</td><td>060750615003</td> </tr> </table>post/v2/blockgroup/component_mget
Query parameters
componentsstring required
Comma separated list of blockgroup endpoint names, like "blockgroup/hcri,blockgroup/value_ts_historical". Spaces are not allowed between listed endpoints.
Request body
Example request
[
{
"blockgroup_id": "060750615003"
}
]Response
Success
Example response
[
{
"blockgroup_info": {
"block_id": "060750615003"
}
}
]