An open API service indexing awesome lists of open source software.

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'

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)
```