Zippopotamus (Independent Publisher) (Preview)
Zippopotamus is an open source project that is focused on converting zip codes into valid geographical locations. API allows to obtain location details for a given postal code or state and city. It provides data for over 60 countries.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Tomasz Poszytek |
URL | https://aka.ms/poszytek |
tomasz@poszytek.eu |
Connector Metadata | |
---|---|
Publisher | Tomasz Poszytek |
Website | https://api.zippopotam.us/ |
Privacy policy | https://api.zippopotam.us/ |
Categories | Commerce;Marketing |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Get location details for postal code |
Action lets to obtain lat, lon and other location details for a given postal code. |
Get location details for state and city |
Action lets to obtain lat, lon and other location details for a given state and city. |
Get location details for postal code
Action lets to obtain lat, lon and other location details for a given postal code.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Country
|
country | True | string |
ISO code of the country, eg. US |
Postal code
|
postal-code | True | string |
Postal code |
Returns
Name | Path | Type | Description |
---|---|---|---|
Post code
|
post code | string |
Post code |
Country
|
country | string |
Country |
Country abbreviation
|
country abbreviation | string |
Country abbreviation |
places
|
places | array of object |
places |
Place name
|
places.place name | string |
Place name |
Longitude
|
places.longitude | string |
Place's longitude |
State
|
places.state | string |
State |
State abbreviation
|
places.state abbreviation | string |
State abbreviation |
Latitude
|
places.latitude | string |
Place's latitude |
Get location details for state and city
Action lets to obtain lat, lon and other location details for a given state and city.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Country
|
country | True | string |
ISO code of the country, eg. US |
State
|
state | True | string |
State abbreviation, eg. CA (for California) |
City
|
city | True | string |
City |
Returns
Name | Path | Type | Description |
---|---|---|---|
Country abbreviation
|
country abbreviation | string |
Country abbreviation |
places
|
places | array of object |
places |
Place name
|
places.place name | string |
Place name |
Longitude
|
places.longitude | string |
Place's longitude |
Post code
|
places.post code | string |
Post code |
Latitude
|
places.latitude | string |
Place's latitude |
Country
|
country | string |
Country |
Place name
|
place name | string |
Place name |
State
|
state | string |
State |
State abbreviation
|
state abbreviation | string |
State abbreviation |