USA-zip-to-coords
This API takes the US zip code and responds with the cooresponding longitude and latitude of the specific zip code and in reverse. If you got any suggestions, please make sure to contant me on twitter.
2 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
USA-zip-to-coords endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
zipcode to coords /zipcode/{zipcode_id} |
gets coords, state, city and country code based on zipcode number. |
| GET |
GET coords to zip /coords?lat=&lng= |
gets zip code based on the coords. |