Learn R Programming

ip2proxy (version 1.2.0)

lookup_web_service: 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")

Value

Return all the proxy information about the IP address

Arguments

api_key

IP2Proxy web service API key

ip

IPv4 or IPv6 address

package

Package to use for IP2Proxy web service.

Examples

Run this code
if (FALSE) {
lookup_web_service("1.0.241.135","PX1")
}

Run the code above in your browser using DataLab