IP2Location.IPGeolocation
8.10.0
See the version list below for details.
dotnet add package IP2Location.IPGeolocation --version 8.10.0
NuGet\Install-Package IP2Location.IPGeolocation -Version 8.10.0
<PackageReference Include="IP2Location.IPGeolocation" Version="8.10.0" />
paket add IP2Location.IPGeolocation --version 8.10.0
#r "nuget: IP2Location.IPGeolocation, 8.10.0"
// Install IP2Location.IPGeolocation as a Cake Addin
#addin nuget:?package=IP2Location.IPGeolocation&version=8.10.0
// Install IP2Location.IPGeolocation as a Cake Tool
#tool nuget:?package=IP2Location.IPGeolocation&version=8.10.0
Discover your visitors’ geolocation information such as country, region, city, latitude & longitude, ZIP codes, time zone and more from an IP address. It support both the IPv4 and IPv6 address. Below are the complete geolocation information that you can query using this component.
* Country
* Region
* City
* Latitude & Longitude
* Time zone
* ZIP code
* ISP
* Domain
* Netspeed
* Area code
* Weather information
* Mobile information
* Elevation
* Usage Type
* Address Type
* IAB Category
This component works together with IP2Location BIN data file. You can download the free BIN data file at https://lite.ip2location.com/ or a commercial BIN data (high accuracy) at https://www.ip2location.com/.
As an alternative, you can also call the IP2Location Web Service using an API key. If you don't have an API key, you can subscribe for one at https://www.ip2location.com/web-service/ip2location to get started.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.7.2
- CsvHelper (>= 29.0.0)
- Newtonsoft.Json (>= 13.0.1)
-
.NETFramework 4.8
- CsvHelper (>= 29.0.0)
- Newtonsoft.Json (>= 13.0.1)
-
.NETStandard 2.0
- CsvHelper (>= 29.0.0)
- Newtonsoft.Json (>= 13.0.1)
-
net5.0
- CsvHelper (>= 29.0.0)
- Newtonsoft.Json (>= 13.0.1)
-
net6.0
- CsvHelper (>= 29.0.0)
- Newtonsoft.Json (>= 13.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
8.10.1 | 801 | 12/9/2022 |
8.10.0 | 2,572 | 10/25/2022 |
8.9.4 | 799 | 9/7/2022 |
8.9.3 | 3,759 | 7/15/2022 |
8.9.2 | 817 | 6/17/2022 |
8.9.1 | 251 | 6/17/2022 |
8.9.0 | 278 | 6/16/2022 |
8.8.0 | 983 | 5/30/2022 |
8.7.1 | 475 | 5/17/2022 |
8.7.0 | 36,387 | 6/10/2021 |
8.6.3 | 6,776 | 3/15/2021 |
8.6.2 | 23,385 | 11/2/2020 |
8.6.1 | 489 | 10/30/2020 |
8.6.0 | 692 | 10/27/2020 |
8.5.0 | 2,630 | 9/17/2020 |
8.4.0 | 13,773 | 7/1/2020 |
8.3.0 | 4,957 | 4/24/2020 |
8.2.1 | 15,116 | 10/29/2019 |
8.2.0 | 554 | 10/14/2019 |
8.1.0 | 2,346 | 7/5/2019 |
8.0.5 | 12,696 | 1/8/2019 |
8.0.4 | 14,633 | 2/6/2017 |
8.0.3 | 948 | 12/29/2016 |
8.0.2 | 3,021 | 7/25/2016 |
7.0.0 | 14,084 | 8/29/2014 |
1.0.1 | 5,468 | 11/20/2013 |
Added Country class to query country information and Region class to lookup the ISO 3166-2 subdivision code for country code and region name.