get_all: Lookup for IP address information

View source: R/IP2Location.R

get_allR Documentation

Lookup for IP address information

Description

Find the country, region, district, city, coordinates, zip code, ISP, domain name, timezone, connection speed, IDD code, area code, weather station code, weather station name, mobile, usage type, address type, IAB category and ASN that any IP address or host name originates from. The return values will be depending on the BIN data loaded.

Usage

get_all(ip)

Arguments

ip

IPv4 or IPv6 address

Value

Return all information about the IP address

Examples

## Not run: 
get_all("8.8.8.8")

## End(Not run)


ip2location documentation built on May 2, 2023, 9:13 a.m.