Simple City Location API
Simple City Location API. The API gets the city information from the zip code. And can also get all zip codes for a city. The data can be output in XML or plain text. XML is default.
Simple City Location API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get City From Zip Code /v1/simple-location/getcity |
This gets the entire city information from the zip code. The zip query is required. But output will be blank if nothing is entered. |
| GET |
Get Zip Code From City /v1/simple-location/getzip |
This gets the zip code from the city and state code. Both city query and state query are required, but it will not throw an error if null. Instead the output will be blank. |
Simple City Location API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $2.5 / month | — |
|
| ULTRA Recommended | $5 / month | — |
|
| MEGA | $10 / month | — |
|