Census Block Group Level

Batch Multiple Endpoints

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>blockgroup_id</td><td>string</td><td>12-digit census block group ID</td><td>060750615003</td> </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>
get/v2/blockgroup/component_mget

Query parameters

blockgroup_idstring required

12-digit census block group ID

componentsstring required

Comma separated list of blockgroup endpoint names, like "blockgroup/hcri,blockgroup/value_ts_historical". Spaces are not allowed between listed endpoints.

Response

Success

Example response

[
  {
    "blockgroup_info": {
      "block_id": "060750615003"
    }
  }
]