RedLine Zipcode
The Zip Code API provides the following functions for US zip codes: Distance Between Zip Code API - The API allows you to quickly and easily figure out the distance between zip codes. Zip Codes in Radius API - You can use this API to find all zip codes within a given radius from another zip code. Zip Code to City and State API and Zip Code to Latitude/Longitude API - The API can convert a zip…
RedLine Zipcode endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Zip Codes within Radius /rest/radius.json/{zipcode}/{radius}/{units} |
Returns all zip codes within a radius of the given zip code. |
| GET |
Distance Between Zip Codes /rest/distance.json/{zipcode1}/{zipcode2}/{units} |
Determine the distance between two zip codes. |
| GET |
Zip Code to Location Information /rest/info.json/{zipcode}/{units} |
Returns location information for a zip code. This information includes city, state, latitude, longitude, and time zone information. It also contains a list of other acceptable… |
| GET |
Location to Zip Code /rest/city-zips.json/{city}/{state} |
Returns zip codes for a given city. |
| POST |
Multiple Zip Codes by Radius /rest/multi-radius.json/{distance}/{units} |
Use this API to find all zip codes within a given radius of multiple zip codes. Each line is charged as a separate request. |
| GET |
State to Zip Codes /rest/state-zips.json/{state} |
Get all zip codes for a state. **Each 10 zip codes returned are charged as separate request.** For example, if the state you select returns 200 zip codes, you will be charged for… |
| GET |
Multiple Zip Codes to Location Information /rest/multi-info.json/{zipcodes}/{units} |
Returns location information for multiple zip codes (up to 100). This information includes city, state, latitude, longitude, and time zone information. It also contains a list of… |
RedLine Zipcode pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $10 / month | — |
|
| PRO Recommended | $20 / month | — |
|
| ULTRA | $99 / month | — |
|
| MEGA | $599 / month | — |
|