Title: | Locate IP Addresses with 'ip-api' |
---|---|
Description: | Download Internet Protocol (IP) address location and more from the 'ip-api' application programming interface (API) <https://ip-api.com/>. The package makes it easy to get the latitude, longitude, country, region, and organisation associated to the provided IP address. The information is conveniently returned in a rectangular format. |
Authors: | Judith Bourque [aut, cre, cph] |
Maintainer: | Judith Bourque <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.1.3.9000 |
Built: | 2024-11-05 05:43:27 UTC |
Source: | https://github.com/judith-bourque/locateip |
locate_ip( ip = NULL, fields = c("status,message,country,city"), lang = "en", ..., tidy = TRUE )
locate_ip( ip = NULL, fields = c("status,message,country,city"), lang = "en", ..., tidy = TRUE )
ip |
String. Either an IPv4 address, IPv6 address or a domain name. If NULL, will use the current IP address. |
fields |
String. Response fields to pass on to the API. |
lang |
String. Response language. An ISO 639 code supported by the API. Defaults to English. |
... |
Query parameters to pass on to the API. |
tidy |
Logical. TRUE to return a tibble. FALSE to return a string. |
For API documentation and terms of service, see ip-api.com.
A string or a tibble.
locate_ip("132.203.167.188")
locate_ip("132.203.167.188")