/
Zip codes List API

Zip codes List API

Overview

The Zipcodes Details List API allows you to retrieve detailed information for a list of zipcodes. You can also specify a resolution to downsample the data for improved performance.

Base URL

The base URL for the API is https://api.realtyfeed.com.

Endpoint

Get Zipcodes Details by List

Endpoint

POST /zipcode/list

Request Body

  • zipcodes (array): An array of zipcodes for which details will be retrieved. Example:

    { "zipcodes": [ { "zipcode": "97872" } ] }

Response

  • 200 OK: Returns a JSON response containing detailed information for the specified list of zip codes.

  • 400 Bad Request: If there is an issue with the request, such as providing too many zip codes.

  • 404 Not Found: If no details are found for the given zip codes.

Usage

To use the Zipcodes Details List API, perform a POST request to the specified endpoint with the list of zip codes provided in the request body. Optionally, include the resolution parameter to downsample the data. The API will respond with detailed information for the specified list of zip codes.

Related content

Customizing Widgets
Customizing Widgets
Read with this
Get Zip code By point
Get Zip code By point
More like this
Error Handling
Error Handling
Read with this
Nearby Zip codes API
Nearby Zip codes API
More like this
State Zip codes API
State Zip codes API
More like this
Get Zip code Details API
Get Zip code Details API
More like this