IP2Location IP Geolocation Ruby Library

The IP2Location IP Geolocation Ruby library helps users to get IP geolocation data of an IP address, such as the country, region, district, city, coordinates (longitude / latitude), ZIP code, time zone, ISP, domain name, connection type, area code, weather, MCC, MNC, mobile brand name, elevation usage type, address type, IAB category and ASN that any IP address or hostname originates from. It has been optimized for speed and memory utilization. Developers can use the API to query all IP2Location™ binary databases for IPv4 and IPv6 address.

Installation
  1. Download the Ruby package above.
  2. Decompress the package.
    tar xvfz ip2location-ruby-x.x.x.tar.gz
  3. Install ip2location_ruby using RubyGems.
    gem install ip2location_ruby
  4. Run the script
    ruby -rubygems example.rb
Sample Codes
require 'ip2location_ruby'

# BIN Database
i2l = Ip2location.new.open("./data/IP2LOCATION-LITE-DB1.IPV6.BIN")
record = i2l.get_all('8.8.8.8')

print 'Country Code: ' + record['country_short'] + "\n"
print 'Country Name: ' + record['country_long'] + "\n"
print 'Region Name: ' + record['region'] + "\n"
print 'City Name: ' + record['city'] + "\n"
print 'Latitude: '
print record['latitude']
print "\n"
print 'Longitude: '
print record['longitude']
print "\n"
print 'ISP: ' + record['isp'] + "\n"
print 'Domain: ' + record['domain'] + "\n"
print 'Net Speed: ' + record['netspeed'] + "\n"
print 'Area Code: ' + record['areacode'] + "\n"
print 'IDD Code: ' + record['iddcode'] + "\n"
print 'Time Zone: ' + record['timezone'] + "\n"
print 'ZIP Code: ' + record['zipcode'] + "\n"
print 'Weather Station Code: ' + record['weatherstationname'] + "\n"
print 'Weather Station Name: ' + record['weatherstationcode'] + "\n"
print 'MCC: ' + record['mcc'] + "\n"
print 'MNC: ' + record['mnc'] + "\n"
print 'Mobile Name: ' + record['mobilebrand'] + "\n"
print 'Elevation: '
print record['elevation']
print "\n"
print 'Usage Type: ' + record['usagetype'] + "\n"
print 'Address Type: ' + record['addresstype'] + "\n"
print 'Category: ' + record['category'] + "\n"
print 'District: ' + record['district'] + "\n"
print 'ASN: ' + record['asn'] + "\n"
print 'AS: ' + record['as'] + "\n"

i2l.close()

# Web Service
ws = Ip2locationWebService.new('demo', 'WS25')
record = ws.lookup('8.8.8.8', 'continent,country,region,city,geotargeting,country_groupings,time_zone_info', 'en')
print record
print "\n"
print ws.get_credit()
Sample IP2Location Databases (BIN)
Sample Packages - BIN File IPv4 IPv6
IP2Location DB1 Download (892.85 kB) Download (956.84 kB)
IP2Location DB2 Download (31.44 MB) Download (32.20 MB)
IP2Location DB3 Download (21.47 MB) Download (21.57 MB)
IP2Location DB4 Download (50.68 MB) Download (50.84 MB)
IP2Location DB5 Download (32.51 MB) Download (32.63 MB)
IP2Location DB6 Download (61.22 MB) Download (61.36 MB)
IP2Location DB7 Download (56.90 MB) Download (57.00 MB)
IP2Location DB8 Download (67.63 MB) Download (67.79 MB)
IP2Location DB9 Download (37.49 MB) Download (37.63 MB)
IP2Location DB10 Download (73.31 MB) Download (73.58 MB)
IP2Location DB11 Download (38.22 MB) Download (38.40 MB)
IP2Location DB12 Download (73.97 MB) Download (74.20 MB)
IP2Location DB13 Download (36.35 MB) Download (36.49 MB)
IP2Location DB14 Download (75.47 MB) Download (75.63 MB)
IP2Location DB15 Download (41.52 MB) Download (41.70 MB)
IP2Location DB16 Download (80.28 MB) Download (80.40 MB)
IP2Location DB17 Download (44.02 MB) Download (44.17 MB)
IP2Location DB18 Download (87.81 MB) Download (88.07 MB)
IP2Location DB19 Download (70.64 MB) Download (70.79 MB)
IP2Location DB20 Download (90.60 MB) Download (90.80 MB)
IP2Location DB21 Download (45.16 MB) Download (45.38 MB)
IP2Location DB22 Download (94.55 MB) Download (95.14 MB)
IP2Location DB23 Download (71.15 MB) Download (71.36 MB)
IP2Location DB24 Download (95.94 MB) Download (96.23 MB)
IP2Location DB25 Download (98.30 MB) Download (98.58 MB)
IP2Location DB26 Download (105.04 MB) Download (105.44 MB)
Pop Up Box

Discover Your User Locations

Retrieve geolocation data for FREE now!