---
title: "Batch Multiple Endpoints"
method: GET
path: "/v2/metrodiv/component_mget"
tags: ["Metro Division Level"]
---

# Batch Multiple Endpoints

`GET /v2/metrodiv/component_mget`

Retrieve data from multiple Analytics API endpoints in a single request, enabling efficient and consolidated data access.

Provide a comma separated list of Metropolitan Division level 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>metrodiv</td><td>string</td><td>5-digit US-census metrodiv ID</td><td>41884</td>
        </tr>
<tr><td>components</td><td>string</td><td>A comma separated list of metropolitan division endpoint names. Spaces are not allowed.</td><td>metrodiv/hpi_ts_historical,metrodiv/hpi_ts_forecast</td>
        </tr>
</table>

## Query parameters

- `metrodiv` string
- `components` string, required

## Response `200`

Success

- object[]
  - `metrodiv/component_mget` object
    - `api_code_description` string
    - `api_code` unknown
    - `result` object, nullable
  - `metrodiv_info` MetrodivInfo
    - `metrodiv` string — 5-digit US-census metrodiv ID
    - `metrodiv_name` string — Name of the metrodiv
    - `msa` string — 5-digit US-census msa ID
    - `msa_name` string — Name of the msa

## 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)
