|
2 | 2 |
|
3 | 3 | 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 |
|
5 | | --[IP geolocation / geoIP data](https://ipinfo.io/ip-geolocation-api) (city, region, country, postal code, latitude and longitude) |
| 5 | +-[IP geolocation](https://ipinfo.io/ip-geolocation-api) (city, region, country, postal code, latitude and longitude) |
6 | 6 | -[ASN details](https://ipinfo.io/asn-api) (ISP or network operator, associated domain name, and type, such as business, hosting or company) |
7 | 7 | -[Firmographics data](https://ipinfo.io/ip-company-api) (the name and domain of the business that uses the IP address) |
8 | 8 | -[Carrier information](https://ipinfo.io/ip-carrier-api) (the name of the mobile carrier and MNC and MCC for that carrier if the IP is used exclusively for mobile traffic) |
|