You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
This is the official Python client library for the IPinfo.io IP address API, allowing you to lookup your own IP address, or get any of the following details for an IP:
4
4
@@ -9,7 +9,7 @@ This is the official Python client library for the IPinfo.io IP address API, all
9
9
10
10
##Getting Started
11
11
12
-
You'll need an IPinfo® API access token, which you can get by singing up for a free account at[https://ipinfo.io/signup](https://ipinfo.io/signup).
12
+
You'll need an IPinfo API access token, which you can get by singing up for a free account at[https://ipinfo.io/signup](https://ipinfo.io/signup).
13
13
14
14
The free plan is limited to 50,000 requests per month, and doesn't include some of the data fields such as IP type and company data. To enable all the data fields and additional request volumes see[https://ipinfo.io/pricing](https://ipinfo.io/pricing)
15
15
@@ -84,7 +84,7 @@ The `Handler.getDetails()` method accepts an IP address as an optional, position
84
84
85
85
###Authentication
86
86
87
-
The IPinfo library can be authenticated with your IPinfo® API token, which is passed in as a positional argument. It also works without an authentication token, but in a more limited capacity.
87
+
The IPinfo library can be authenticated with your IPinfo API token, which is passed in as a positional argument. It also works without an authentication token, but in a more limited capacity.
88
88
89
89
```python
90
90
>>>import ipinfo
@@ -295,10 +295,10 @@ more information and limitations.
295
295
296
296
##Other Libraries
297
297
298
-
There are official[IPinfo® client libraries](https://ipinfo.io/developers/libraries) available for many languages including PHP, Go, Java, Ruby, and many popular frameworks such as Django, Rails and Laravel. There are also many third party libraries and integrations available for our API.
298
+
There are official[IPinfo client libraries](https://ipinfo.io/developers/libraries) available for many languages including PHP, Go, Java, Ruby, and many popular frameworks such as Django, Rails and Laravel. There are also many third party libraries and integrations available for our API.
299
299
300
-
##About IPinfo®
300
+
##About IPinfo
301
301
302
-
Founded in 2013, IPinfo® prides itself on being the most reliable, accurate, and in-depth source of IP address data available anywhere. We process terabytes of data to produce our custom IP geolocation, company, carrier, VPN detection, hosted domains, and IP type data sets. Our API handles over 40 billion requests a month for 100,000 businesses and developers.
302
+
Founded in 2013, IPinfo prides itself on being the most reliable, accurate, and in-depth source of IP address data available anywhere. We process terabytes of data to produce our custom IP geolocation, company, carrier, VPN detection, hosted domains, and IP type data sets. Our API handles over 40 billion requests a month for 100,000 businesses and developers.