The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
iplookupapi
is the official package for accessing
currency conversion data from iplookupapi.com. The API requires a
registered API key. The free plan provides 100 free monthly requests.
You can register an API key here. Premium plans provide access
to more requests and more data endpoints. The full API documentation can
be found here
After registering your API key, set your API key locally by calling
the helper function iplookupapi_api_key()
or by manually
calling Sys.setenv(IPLOOKUPAPI_API_KEY = <key>)
.
Call get_ip_info()
to retrieve all IP information from
your client’s IP address. Add an IP address as parameter and you will
retrieve all information about this specific IP,
e.g. get_ip_info(0.0.0.0)
.
get_api_status()
- can be used to check whether the API
is available. Requests do not count towards your monthly request volume.
Information about your API key are provided. Available in
free & paid
plans.get_ip_info()
- provides you with information about any
IP address. Available in free & paid
plans.Please read our API documentation for all information.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.