whoapi
Bindings to the whoapi.com domain information API.
Author: Oliver Keyes License: MIT Status: In development
Description
whoapi is an R API client for whoapi.com, a repository of information about internet domains including registration and WHOIS data, page rank and content metadata. Functionality includes:
- Retrieving WHOIS information and registration data about a domain;
- Identifying its prominence according to Alexa and Pagerank's algorithms;
- Geolocating the domain name, and;
- Checking it against common domain blacklists.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Installation
To get the released version:
install.packages("whoapi")
To get the development version:
devtools::install_github("ironholds/whoapi", ref = "0.1.0")