IP2Location IP Geolocation Erlang Module

This IP Geolocation module is the Erlang programming language module to support all IP2Location™ database products. It has been optimized for speed and memory utilization. Developers can use the module to query all IP2Location™ binary databases for applications written using the Erlang programming language.

Installation
erlc ip2location.erl
Sample Codes
-module(test).
-export([testme/0]).

printme(V) ->
	case V of
		{} ->
			io:format("No results.~n", []);
		{ip2locationrecord, Country_short, Country_long, Region, City, Isp, Latitude, Longitude, Domain, Zipcode, Timezone, Netspeed, Iddcode, Areacode, Weatherstationcode, Weatherstationname, Mcc, Mnc, Mobilebrand, Elevation, Usagetype, Addresstype, Category, District, Asn, As} ->
			io:format("Country_short: ~p~n", [Country_short]),
			io:format("Country_long: ~p~n", [Country_long]),
			io:format("Region: ~p~n", [Region]),
			io:format("City: ~p~n", [City]),
			io:format("Isp: ~p~n", [Isp]),
			io:format("Latitude: ~p~n", [Latitude]),
			io:format("Longitude: ~p~n", [Longitude]),
			io:format("Domain: ~p~n", [Domain]),
			io:format("Zipcode: ~p~n", [Zipcode]),
			io:format("Timezone: ~p~n", [Timezone]),
			io:format("Netspeed: ~p~n", [Netspeed]),
			io:format("Iddcode: ~p~n", [Iddcode]),
			io:format("Areacode: ~p~n", [Areacode]),
			io:format("Weatherstationcode: ~p~n", [Weatherstationcode]),
			io:format("Weatherstationname: ~p~n", [Weatherstationname]),
			io:format("Mcc: ~p~n", [Mcc]),
			io:format("Mnc: ~p~n", [Mnc]),
			io:format("Mobilebrand: ~p~n", [Mobilebrand]),
			io:format("Elevation: ~p~n", [Elevation]),
			io:format("Usagetype: ~p~n", [Usagetype]),
			io:format("Addresstype: ~p~n", [Addresstype]),
			io:format("Category: ~p~n", [Category]),
			io:format("District: ~p~n", [District]),
			io:format("Asn: ~p~n", [Asn]),
			io:format("As: ~p~n", [As])
	end,
	io:format("===================================================================~n", []).

testme() ->
	ip2location:new("IPV6-COUNTRY-REGION-CITY-LATITUDE-LONGITUDE-ZIPCODE-TIMEZONE-ISP-DOMAIN-NETSPEED-AREACODE-WEATHER-MOBILE-ELEVATION-USAGETYPE-ADDRESSTYPE-CATEGORY-DISTRICT-ASN.BIN"),
	ip2location:getapiversion(),
	V1 = ip2location:query("8.8.8.8"),
	printme(V1),
	ip2location:close().
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!