Get Zip code By point
Overview
The Zipcodes Details List API allows you to retrieve detailed zip code information that contains a given coordinate.
Base URL
The base URL for the API is https://api.realtyfeed.com
.
Endpoint
Get Zipcodes Details by List
Endpoint
POST /zipcode/point
Request Body
coordinate
(dictionary): A coordinate object. Example:{ "lat": -90, "lon": -180 }
Response
200 OK: Returns a JSON response containing detailed information for the zip code.
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 a coordinate point provided in the request body. The API will respond with detailed information for the zip codes.