lookup_web_service {ip2proxy} | R 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)
[Package ip2proxy version 1.2.0 Index]