Zipcode 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 ZIP code 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>zipcode</td><td>string</td><td>5-digit zipcode</td><td>33019</td> </tr> <tr><td>components</td><td>string</td><td>A comma separated list of zip endpoint names. Spaces are not allowed.</td><td>zip/details,zip/volatility</td> </tr> </table>
get/v2/zip/component_mget

Query parameters

zipcodestring required

5-digit zipcode

componentsstring required

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

Response

Success

Example response

[
  {
    "zipcode_info": {
      "zip": "33019"
    }
  }
]