IP2Location IP Geolocation OCaml Module

This IP Geolocation package is the OCaml 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 OCaml programming language.

Installation

opam install ip2location

Sample Codes
open Printf
open Ip2location

(* query IP2Location BIN datababase *)
let meta = Database.open_db "/path_to_your_database_file/your_BIN_file.BIN";;

let ip = "8.8.8.8";;
let res = Database.query meta ip;;

printf "country_short: %s\n" res.country_short;;
printf "country_long: %s\n" res.country_long;;
printf "region: %s\n" res.region;;
printf "city: %s\n" res.city;;
printf "isp: %s\n" res.isp;;
printf "latitude: %f\n" res.latitude;;
printf "longitude: %f\n" res.longitude;;
printf "domain: %s\n" res.domain;;
printf "zip_code: %s\n" res.zip_code;;
printf "time_zone: %s\n" res.time_zone;;
printf "net_speed: %s\n" res.net_speed;;
printf "idd_code: %s\n" res.idd_code;;
printf "area_code: %s\n" res.area_code;;
printf "weather_station_code: %s\n" res.weather_station_code;;
printf "weather_station_name: %s\n" res.weather_station_name;;
printf "mcc: %s\n" res.mcc;;
printf "mnc: %s\n" res.mnc;;
printf "mobile_brand: %s\n" res.mobile_brand;;
printf "elevation: %f\n" res.elevation;;
printf "usage_type: %s\n" res.usage_type;;
printf "address_type: %s\n" res.address_type;;
printf "category: %s\n" res.category;;
printf "district: %s\n" res.district;;
printf "asn: %s\n" res.asn;;
printf "as: %s\n" res.asys;;

Database.close_db meta;;
Sample IP2Location Databases (BIN)
Sample Packages - BIN File IPv4 IPv6
IP2Location DB1 Download (896.27 kB) Download (960.89 kB)
IP2Location DB2 Download (31.52 MB) Download (32.28 MB)
IP2Location DB3 Download (21.48 MB) Download (21.56 MB)
IP2Location DB4 Download (50.82 MB) Download (50.93 MB)
IP2Location DB5 Download (32.47 MB) Download (32.61 MB)
IP2Location DB6 Download (61.32 MB) Download (61.46 MB)
IP2Location DB7 Download (56.99 MB) Download (57.09 MB)
IP2Location DB8 Download (67.73 MB) Download (67.90 MB)
IP2Location DB9 Download (37.45 MB) Download (37.61 MB)
IP2Location DB10 Download (73.47 MB) Download (73.70 MB)
IP2Location DB11 Download (38.20 MB) Download (38.34 MB)
IP2Location DB12 Download (74.10 MB) Download (74.30 MB)
IP2Location DB13 Download (36.41 MB) Download (36.56 MB)
IP2Location DB14 Download (75.64 MB) Download (75.71 MB)
IP2Location DB15 Download (41.48 MB) Download (41.66 MB)
IP2Location DB16 Download (80.37 MB) Download (80.51 MB)
IP2Location DB17 Download (44.09 MB) Download (44.27 MB)
IP2Location DB18 Download (88.02 MB) Download (88.35 MB)
IP2Location DB19 Download (70.74 MB) Download (70.94 MB)
IP2Location DB20 Download (90.61 MB) Download (90.93 MB)
IP2Location DB21 Download (45.08 MB) Download (45.34 MB)
IP2Location DB22 Download (94.93 MB) Download (95.28 MB)
IP2Location DB23 Download (71.21 MB) Download (71.39 MB)
IP2Location DB24 Download (95.96 MB) Download (96.53 MB)
IP2Location DB25 Download (98.37 MB) Download (98.55 MB)
IP2Location DB26 Download (105.06 MB) Download (105.47 MB)
Pop Up Box

Discover Your User Locations

Retrieve geolocation data for FREE now!