---
title: "Batch Multiple Endpoints (Batch)"
method: POST
path: "/v2/block/component_mget"
tags: ["Census Block Level"]
---

# Batch Multiple Endpoints (Batch)

`POST /v2/block/component_mget`

The block/component_mget endpoint allows you to retrieve data from multiple Analytics API block-level endpoints in one request. Provide a comma separated list of block endpoint names in the components query parameter to specify which block endpoints you would like to include. This endpoint does not have a predefined schema because the response will depend on the specific endpoints that are included in the request.   

## 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 block endpoint names, like "block/hcri,block/value_ts_historical". Spaces are not allowed between listed endpoints.</td><td>block/hcri,block/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>[].block_id</td><td>string</td><td>15-digit US-census block ID</td><td>360050001001000</td>
        </tr>
</table>

## Query parameters

- `components` string, required

## Request body

- object[]
  - `block_id` string, required — 15-digit US-census block ID

## Response `200`

Success

- object[]
  - `block/component_mget` object
    - `api_code_description` string
    - `api_code` unknown
    - `result` object, nullable
  - `block_info` BlockInfo
    - `block_id` string, nullable — 15-digit US-census block ID

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `429` — Rate limit exceeded

---

[API](https://skmtc.net/housecanary/apis/housecanary-analytics-and-portfolio-monitoring-apis.md) · [All operations](https://skmtc.net/housecanary/apis/housecanary-analytics-and-portfolio-monitoring-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/housecanary/housecanary-analytics-and-portfolio-monitoring-apis/revisions/38afb6724de7/schema)
