
Le client en ligne de commande officiel pour IPFinder
inscrivez-vous gratuitement sur https://ipfinder.io/auth/signup pour obtenir un jeton d'accès gratuit à l'API IPFinder.
Le plan gratuit est limité à 4 000 requêtes par jour et n'inclut pas certains champs de données. Pour activer tous les champs de données et des volumes de requêtes supplémentaires, consultez https://ipfinder.io/pricing.
Visitez la documentation IPFinder.
Téléchargez d'abord l'interface en ligne de commande IPfinder via Composer :
composer global require ipfinder-io/ip-finder-cli
Assurez-vous de placer le répertoire vendor bin global de Composer dans votre $PATH afin que l'exécutable IPfinder puisse être localisé par votre système. Ce répertoire se trouve à différents endroits selon votre système d'exploitation ; certains emplacements courants incluent :
$HOME/.composer/vendor/bin$HOME/.config/composer/vendor/bin%USERPROFILE%\AppData\Roaming\Composer\vendor\bintéléchargez l'interface en ligne de commande IPfinder depuis GitHub via 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
Sous licence Apache-2.0.
Contactez-nous pour toute question supplémentaire concernant notre API. Si vous souhaitez obtenir plus d'informations sur notre API qui ne sont pas disponibles dans notre documentation développeur de l'API de géolocalisation IP, contactez-nous simplement à tout moment et nous pourrons vous aider à trouver ce dont vous avez besoin..
| shortopts | longopts | Description |
|---|
-h | --help | Ce texte d'aide |
-o | --output | enregistrer dans un fichier donné |
-u | --update | Mise à jour de l'application |
-a | --auth | consulter les informations de votre adresse IP. |
-m | --format | récupérer les informations d'adresse IP. |
-i | --ip | format de pare-feu pris en charge https://ipfinder.io/docs/?shell#firewall. |
-n | --asn | récupérer les informations du numéro AS. |
-r | --ranges | récupérer les informations des plages d'adresses IP. |
-f | --firewall | récupérer les informations du pare-feu |
-d | --domain | Obtenir les informations pour l'IP du domaine. |
-d | --dhistory | Obtenir les informations pour l'historique IP du domaine. |
-dl | --dlist | Obtenir les informations pour la liste des domaines par ASN, pays, plages. |
-s | --status | Obtenir les informations de votre jeton. |
-c | --config | Ajouter votre jeton et votre langue |
-l | --shell | Exécuter en mode interactif |