Tools to Query 'IP' Address Information from the 'ipstack' 'API'
The 'ipstack' service (https://ipstack.com/) offers a powerful, real-time 'IP' to geolocation 'API' capable of looking up accurate location data and assessing security threats originating from risky 'IP' addresses. Tools are provided to query the simple and bulk 'API' query endpoints.
The following functions are implemented:
bulk_lookup
: Perform "bulk" IP lookupip_lookup
: Perform "standard" IP lookupdevtools::install_github("hrbrmstr/ipstack")
options(width=120)
library(ipstack) # current verison packageVersion("ipstack")
str(ip_lookup("155.52.187.7"), 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.