Learn R Programming

locateip (version 0.1.2)

locate_ip: Locate an IP adress

Description

[Experimental]

Usage

locate_ip(
  ip = NULL,
  fields = c("status,message,country,city"),
  lang = "en",
  ...,
  tidy = TRUE
)

Value

A string or a tibble.

Arguments

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.

Details

For API documentation and terms of service, see ip-api.com.

Examples

Run this code
locate_ip("132.203.167.188")

Run the code above in your browser using DataLab