lookup_web_service: Lookup for IP address proxy information using IP2Proxy web...

View source: R/IP2Proxy.r

lookup_web_serviceR Documentation

Lookup for IP address proxy information using IP2Proxy web service.

Description

Find the country, region, city, ISP, domain name, usage types, asn, as name, last seen, threat type and provider. The return values will be depending on the IP2Proxy web service package used.

Usage

lookup_web_service(api_key, ip, package = "PX1")

Arguments

api_key

IP2Proxy web service API key

ip

IPv4 or IPv6 address

package

Package to use for IP2Proxy web service.

Value

Return all the proxy information about the IP address

Examples

## Not run: 
lookup_web_service("1.0.241.135","PX1")

## End(Not run)


ip2proxy documentation built on Feb. 16, 2023, 8:54 p.m.