API allows you to access our tools from the command line or from your scripts.
Command | Result |
---|---|
$ curl https://nettools.club/api/ip | 3.145.94.43 |
$ curl https://nettools.club/api/ipall | ip: 3.145.94.43 isp: Amazon.com, Inc. org: Amazon Technologies Inc hostname: ec2-3-145-94-43.us-east-2.compute.amazonaws.com latitude: 39.9612 longitude: -82.9988 postal_code: 43291 city: Columbus country_code: US country_name: United States continent_code: NA continent_name: North America region: Ohio district: Franklin timezone_name: America/New_York connection_type: Corporate asn_number: 16509 asn_org: Amazon.com, Inc. asn: AS16509 - Amazon.com, Inc. currency_code: USD currency_name: US Dollar success: True premium: False |
$ curl https://nettools.club/api/ipall.json | {'ip': '3.145.94.43', 'isp': 'Amazon.com, Inc.', 'org': 'Amazon Technologies Inc', 'hostname': 'ec2-3-145-94-43.us-east-2.compute.amazonaws.com', 'latitude': 39.9612, 'longitude': -82.9988, 'postal_code': '43291', 'city': 'Columbus', 'country_code': 'US', 'country_name': 'United States', 'continent_code': 'NA', 'continent_name': 'North America', 'region': 'Ohio', 'district': 'Franklin', 'timezone_name': 'America/New_York', 'connection_type': 'Corporate', 'asn_number': 16509, 'asn_org': 'Amazon.com, Inc.', 'asn': 'AS16509 - Amazon.com, Inc.', 'currency_code': 'USD', 'currency_name': 'US Dollar', 'success': True, 'premium': False} |
$ curl https://nettools.club/api/mac=MA:CA:DD:RE:SS:00 *mac address format: MA:CA:DD:RE:SS:00 MA-CA-DD-RE-SS-00 maca.ddre.ss00 macadd *case insensitive. |
{ "name": "Vendor Name" "address": "Vendor Address" } |