powered by
locate_ip( ip = NULL, fields = c("status,message,country,city"), lang = "en", ..., tidy = TRUE )
A string or a tibble.
String. Either an IPv4 address, IPv6 address or a domain name. If NULL, will use the current IP address.
String. Response fields to pass on to the API.
String. Response language. An ISO 639 code supported by the API. Defaults to English.
Query parameters to pass on to the API.
Logical. TRUE to return a tibble. FALSE to return a string.
For API documentation and terms of service, see ip-api.com.
locate_ip("132.203.167.188")
Run the code above in your browser using DataLab