getipintel: Retrieve IP address metadata from GetIPIntel

View source: R/getipintel.R

getipintelR Documentation

Retrieve IP address metadata from GetIPIntel

Description

Retrieve IP address metadata from GetIPIntel

Usage

getipintel(ip, flags = NULL, oflags = NULL,
  contact_info = getipintel_contact_info())

Arguments

ip

an IP address (length 1 character vector)

flags, oflags

a valid GetIPIntel flag specification (See: https://getipintel.net/free-proxy-vpn-tor-detection-api/#optional_settings)

contact_info

GetIPIntel requires supplying contact info with each API call. Presently, this takes the form of an email address. See getipintel_contact_info() for more information.

Author(s)

Bob Rudis (bob@rud.is)

References

https://getipintel.net/

Examples

## Not run: 
getipintel("24.63.157.68")

## End(Not run)

MAHDLab/rIP documentation built on Aug. 28, 2024, 11:31 p.m.