Geolocation based on ip address.
HealthCheck through "/healthz"
and "/readiness"
endpoints, status code are 200 response.
Maxmind Downloader "/updatedb"
is mandatory the license key.
Call GET https://server/ip?address=4.4.4.4
{
"data":{
"Country":{
"IsInEuropeanUnion":false,
"ISOCode":"US"
},
"City":{
"Names":{
"de":"Nashville",
"en":"Nashville",
"es":"Nashville",
"fr":"Nashville",
"ja":"ナッシュビル",
"pt-BR":"Nashville",
"ru":"Нашвилл",
"zh-CN":"纳什维尔"
}
},
"Location":{
"AccuracyRadius":500,
"Latitude":36.0964,
"Longitude":-86.8212,
"MetroCode":659,
"TimeZone":"America/Chicago"
},
"Postal":{
"Code":"37215"
},
"Traits":{
"IsAnonymousProxy":false,
"IsSatelliteProvider":false
},
"IP":"4.4.4.4"
}
}
Our version numbers follow the semantic versioning specification. You can see the available versions by checking the tags on this repository. For more details about our license model, please take a look at the LICENSE file.
2023, thiagozs.