
The official command line client for IPFinder
sign up for a free account at https://ipfinder.io/auth/signup, for Free IPFinder API access token.
The free plan is limited to 4,000 requests a day, and doesn't include some of the data fields To enable all the data fields and additional request volumes see https://ipfinder.io/pricing.
Visit IPFinder documentation.
First, download the IPfinder cli using Composer:
composer global require ipfinder-io/ip-finder-cli
Make sure to place composer's system-wide vendor bin directory in your $PATH so the IPfinder executable can be located by your system. This directory exists in different locations based on your operating system; however, some common locations include:
$HOME/.composer/vendor/bin$HOME/.config/composer/vendor/bin%USERPROFILE%\AppData\Roaming\Composer\vendor\bindownload the IPfinder cli using from github using curl
$ brew tap ipfinder-io/ip-finder-cli
$ brew install ip-fidner-cli
## using curl
$ curl -LO https://github.com/ipfinder-io/ip-finder-cli/releases/download/v1.0.2/ipfinder.phar
## using wget
$ wget https://github.com/ipfinder-io/ip-finder-cli/releases/download/v1.0.2/ipfinder.phar
$ chmod +x ipfinder.phar
$ sudo mv ipfinder.phar /usr/bin/ipfinder
$ ipfinder -h
C:\bincmd » ENTER)C:\bin\ipfinder.cmd):C:\Users\username> cd C:\bin
C:\bin> echo @php "%~dp0ipfinder.phar" %* > ipfinder.cmd
C:\bin> exit
C:\Users\username> ipfinder --help
Licensed under the Apache-2.0.
Contact Us With Additional Questions About Our API, if you would like more information about our API that isn’t available in our IP geolocation API developer documentation, simply contact us at any time and we’ll be able to help you find what you need..
| shortopts | longopts | Description |
|---|
-h | --help | This help text |
-o | --output | save to a given file |
-u | --update | App Code update |
-a | --auth | lookup your IP address information. |
-m | --format | fetching IP address information. |
-i | --ip | firewall supported format https://ipfinder.io/docs/?shell#firewall. |
-n | --asn | fetching AS number information. |
-r | --ranges | fetching IP Address Ranges information. |
-f | --firewall | fetching firewall information |
-d | --domain | Get information for Domain IP. |
-d | --dhistory | Get information for Domain IP history. |
-dl | --dlist | Get information for list Domain By ASN, Country,Ranges. |
-s | --status | Get information for your token. |
-c | --config | Add your Token and labg |
-l | --shell | Run interactively |