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.