From 8b290686e53e0978fc0818c8fffa64e38ff3fca3 Mon Sep 17 00:00:00 2001 From: Polina St <41347222+st-polina@users.noreply.github.com> Date: Mon, 6 Jul 2020 23:07:21 +0200 Subject: [PATCH] Update readme for Go library Update text, links, add new data types --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 18b2179..b7aad2e 100644 --- a/README.md +++ b/README.md @@ -3,18 +3,20 @@ [![License](http://img.shields.io/:license-apache-blue.svg)](LICENSE) [![GoDoc](https://godoc.org/github.com/ipinfo/go-ipinfo/ipinfo?status.svg)](https://godoc.org/github.com/ipinfo/go-ipinfo/ipinfo) -This is the official Go client library for the [IPinfo.io](https://ipinfo.io) IP address API, allowing you to lookup your own IP address, or get any of the following details for an IP: +This is the official Go client library for the [IPinfo.io](https://ipinfo.io) IP address API, allowing you to lookup your own IP address, or get any of the following details for other IP addresses: -- IP geolocation (city, region, country, postal code, latitude and longitude) -- ASN details (ISP or network operator, associated domain name, and type, such as business, hosting or company) -- Company details (the name and domain of the business that uses the IP address) -- Carrier details (the name of the mobile carrier and MNC and MCC for that carrier if the IP is used exclusively for mobile traffic) +- [IP to Geolocation](https://ipinfo.io/ip-geolocation-api) (city, region, country, postal code, latitude and longitude) +- [IP to ASN](https://ipinfo.io/asn-api) (ISP or network operator, associated domain name, and type, such as business, hosting or company) +- [IP to Company](https://ipinfo.io/ip-company-api) (the name and domain of the business that uses the IP address) +- [IP to Carrier](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) + +Check all the data we have for your IP address [here](https://ipinfo.io/what-is-my-ip). ### Getting Started -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?ref=lib-go). +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). -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?ref=lib-go) +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) #### Installation @@ -51,12 +53,11 @@ func main() { ### Other Libraries -There are official IPinfo client libraries available for many languages including PHP, Python, 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. +There are official [IPinfo client libraries](https://ipinfo.io/developers/libraries) available for many languages including PHP, Python, 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. -https://ipinfo.io/developers/libraries ### About IPinfo -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 and IP type data sets. Our API handles over 12 billion requests a month for 100,000 businesses and developers. +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 20 billion requests a month for 100,000 businesses and developers. [![image](https://avatars3.githubusercontent.com/u/15721521?s=128&u=7bb7dde5c4991335fb234e68a30971944abc6bf3&v=4)](https://ipinfo.io/)