Top 20 NuGet freegeoip Packages
A Helper module to simplify using the free MaxMind GeoIP database using the MaxMind API and caching the files from the CDN of MaxMind
Simple demo:
var ip = "213.140.15.199";
var city = FreeGeoIP2.FindCityOrDefault(ip);
var country = FreeGeoIP2.FindCountryOrDefault(ip);
var asn = FreeGeoIP2.FindAsnO...
Free .NET client to freegeoip.net for searching geolocation of IP addresses and host names
AspNetCoreFreeGeoIp is an ASP.NET Core wrapper for the freegeoip GitHub project.
A .NET Core client for retrieving IP address location data from freegeoip.net.