This package is a Golang wrapper for iplookupapi.com that aims to make the usage of the API as easy as possible in your project.
Initialize the API with your API Key (get one for free at iplookupapi.com):
iplookupapi.Init("YOUR-API-KEY")
Afterwards you can make calls to the API like this:
iplookupapi.Status()
iplookupapi.Info({
"ip": "1.1.1.1",
"language": "de"
})
Find out more about our endpoints, parameters and response data structure in the docs
The MIT License (MIT). Please see License File for more information.