/
Get Zip code By point
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.
, multiple selections available,
Related content
Nearby Zip codes API
Nearby Zip codes API
More like this
Zip codes List API
Zip codes List API
More like this
Get Zip code Details API
Get Zip code Details API
More like this
Zip code Auto Suggestion API
Zip code Auto Suggestion API
More like this
State Zip codes API
State Zip codes API
More like this