proxycheckR Documentation

Retrieve IP address metadata from ProxyCheck

Description

Pass in an IP address along with API key and any extra API query flags and retrieve metadata about the IP from ProxyCheck.

Usage

proxycheck(ip, ..., api_key = proxycheck_api_key())

Arguments

ip

an IP address (length 1 character vector)

...

ProxyCheck API query flage (see Details)

api_key

a ProxyCheck API key (see proxycheck_api_key())

Details

You can specify values for any additional query flags via .... The package will be updated as the supported flags change. Current supported query flags are:

Author(s)

Bob Rudis (bob@rud.is)

References

https://proxycheck.io/api/#introduction

Examples

## Not run: 
proxycheck("24.63.157.68", asn = TRUE, risk = TRUE)

## End(Not run)