iplookupapi-go: Golang IP Geolocation API
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.
Usage
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:
Status Endpoint
iplookupapi.Status()
Info Endpoint
iplookupapi.Info({
"ip": "1.1.1.1",
"language": "de"
})
Find out more about our endpoints, parameters and response data structure in the docs
License
The MIT License (MIT). Please see License File for more information.