https://github.com/hrbrmstr/ipstack
⛏ Tools to Query 'IP' Address Information from the 'ipstack' 'API'
https://github.com/hrbrmstr/ipstack
ip-geolocation ip-reputation ipstack r r-cyber rstats
Last synced: 4 months ago
JSON representation
⛏ Tools to Query 'IP' Address Information from the 'ipstack' 'API'
- Host: GitHub
- URL: https://github.com/hrbrmstr/ipstack
- Owner: hrbrmstr
- Created: 2018-12-22T18:22:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-22T18:52:21.000Z (about 7 years ago)
- Last Synced: 2025-04-13T11:52:17.754Z (10 months ago)
- Topics: ip-geolocation, ip-reputation, ipstack, r, r-cyber, rstats
- Language: R
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
Awesome Lists containing this project
README
---
output: rmarkdown::github_document
---
# ipstack
Tools to Query 'IP' Address Information from the 'ipstack' 'API'
## Description
The 'ipstack' service () 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.
## What's Inside The Tin
The following functions are implemented:
- `bulk_lookup`: Perform "bulk" IP lookup
- `ip_lookup`: Perform "standard" IP lookup
## Installation
```{r eval=FALSE}
devtools::install_github("hrbrmstr/ipstack")
```
```{r message=FALSE, warning=FALSE, error=FALSE, include=FALSE}
options(width=120)
```
## Usage
```{r message=FALSE, warning=FALSE, error=FALSE}
library(ipstack)
# current verison
packageVersion("ipstack")
```
```{r}
str(ip_lookup("155.52.187.7"), 2)
```