Metropolitan Statistical Area 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 msa 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>msa</td><td>string</td><td>5-digit US-census msa ID</td><td>38060</td> </tr> <tr><td>components</td><td>string</td><td>A comma separated list of msa endpoint names. Spaces are not allowed.</td><td>msa/details,msa/hpi_ts_forecast</td> </tr> </table>
get/v2/msa/component_mget

Query parameters

msastring

5-digit US-census msa ID

componentsstring required

A comma separated list of msa endpoint names. Spaces are not allowed.

Response

Success

Example response

[
  {
    "msa_info": {
      "msa": "41860",
      "msa_name": "San Francisco-Oakland-Hayward, CA"
    }
  }
]