IP2Location™ Applications
IP2Location™ Application (AP) is a free standalone software that enables end-users to detect country, region, city, latitude, longitude, ZIP code, ISP, domain name, timezone, connection speed, IDD code, area code, weather station code, weather station name, MCC, MNC, mobile brand name, elevation, and usage type by using an IP address. It is using IP2Location .BIN database as internal lookup reference and does not require external network connection. IP2Location Application is available on several platforms such as Windows command line or Linux/Unix (Perl).
Windows (Command Line Interface) - Version: 7.0.0 | Download (2.41 MB) | |
Perl - Linux/Unix/Windows (Command Line Interface) - Version: 7.0.0 | Download (598.90 kB) | |
Linux (IP2Location CLI Lookup Tool) | Download | |
Python - Linux/Unix/Windows (Command Line Interface) | Download |
- Supports Single IP Address as Input
- Supports Bulk IP Addresses in An Input File
- Exports Results to Screen or to An Output File
- Exports Results to CSV (comma delimited), TAB (tab delimited) or XML format
- Supports IP2Location DB1 to DB24 Binary Format
- No Programming Skills Required
- Supports IPv4 and IPv6
datafile | Path to your IP2Location BIN database file. |
---|---|
inputfile | The input file containing IP addresses to process. |
ip | The single IP address to process. |
outputfile | The output file to store the results. |
format | Specify the output format. CSV (default, TAB or XML. |
version | Display the version number. |
help | Display help. |
Syntax (Perl)
ip2location.pl -datafile IP-COUNTRY-SAMPLE.BIN -ip 168.1.1.1
Syntax (Windows)
ip2location.exe -datafile IP-COUNTRY-SAMPLE.BIN -ip 168.1.1.1
Syntax (Linux)
ip2location --datafile IP-COUNTRY-SAMPLE.BIN --ip 168.1.1.1
Syntax (Python)
ip2locationpy --datafile IP-COUNTRY-SAMPLE.BIN --ip 168.1.1.1