Learn R Programming

whoapi (version 0.1.2)

whois_info: Get Registration Information for a Domain

Description

whois_info grabs detailed information about a domain's registration, including (but not limited to) who it's registered to, what its status is, when it was registered and when it expires.

Usage

whois_info(token, domain, ...)

Arguments

token
a token generated with whoapi_token
domain
a domain name
...
further arguments to pass to httr's GET.

See Also

is_taken for simpy determining if a domain is registered at all, or certificate_info for information about a domain's SSL certificates.

Examples

Run this code
token <- whoapi_token("demokey")
## Not run: 
# whoapi_whois_info <- whois_info(token, "whoapi.com")
# ## End(Not run)

Run the code above in your browser using DataLab