neutrino-ip-info
Obtain location information for IP addresses and perform reverse DNS (PTR) lookups from Neutrino API service.
neutrino-ip-info [profile=PROFILE] ip=IP [reverse-lookup=REVERSE-LOOKUP]
- profile=PROFILE
- Connect profile code of Neutrino API
- ip=IP
- An IPv4 or IPv6 address. Accepts standard IP notation and also CIDR notation.
- reverse-lookup=REVERSE-LOOKUP
- Do a reverse DNS (PTR) lookup. This option can add extra delay to the request so only use it if you need it
Output Fields
Field | Type | Name | Description |
---|---|---|---|
profile | String | Connect profile | Connect profile code of Neutrino API |
ip | IP address | IP | IPv4 or IPv6 |
is_valid | Bool | Is valid | Is this a valid IP |
is_v6 | Bool | Is v6 | |
is_v4 | Bool | Is v4 | Is this a IPv4 mapped IPv6 |
is_bogon | Bool | Is bogon | Is this a bogon IP address |
country | String | County name | e.g. United States of America |
country_code | String | Country code | e.g. US |
country_code3 | String | Country code3 | e.g. USA |
continent_code | String | Continent code | e.g. NA |
currency_code | String | Currency code | e.g. USD |
city | String | City | e.g. San Jose |
region | String | Region | e.g. California |
region_code | String | Region code | e.g. CA |
longitude | Double | Location longitude | e.g. 37.33939 |
latitude | Double | Location latitude | e.g. -121.89496 |
hostname | String | Hostname | |
domain | String | Domain | |
tz_id | Integer | Time zone ID | |
tz_name | String | Time zone name | |
tz_abbr | String | Time zone abbreviation | |
date | String | Date | e.g. 2024-02-06 |
current_time | Date | Current time | e.g. 2024-04-03 14:03:56+0900 |
time | String | Time | e.g. 14:03:56.525998 |
tz_offset | String | Offset | The UTC offset, e.g. +09:00 |