domain_location: Retrive Domain Location Information

Description Usage Arguments See Also Examples

Description

domain_location returns geographic information about where a domain - or, specifically, its IP address - is located.

Usage

1
domain_location(token, domain, ...)

Arguments

token

a token generated with whoapi_token

domain

a domain name

...

further arguments to pass to httr's GET.

See Also

whois_info for more free-form information, including (potentially) the address of the domain holders.

Examples

1
2
3
4
5
token <- whoapi_token("demokey")
## Not run: 
location_data <- domain_location(token, "whoapi.com")

## End(Not run)

whoapi documentation built on May 2, 2019, 6:44 a.m.