A MESG service to find locations of IP addresses.
This product includes GeoLite2 data created by MaxMind, available from http://www.maxmind.com.
mesg-core service deploy https://github.com/ilgooz/service-location
Task key: locate
Key | Type | Description |
---|---|---|
ip | String |
IP address to find location for. |
Output key: error
Key | Type | Description |
---|---|---|
message | String |
Output key: location
Key | Type | Description |
---|---|---|
city | String |
|
continent | String |
|
continentCode | String |
|
country | String |
|
countryISOCode | String |
|
latitude | Number |
|
longitude | Number |
|
postalCode | String |
|
timeZone | String |