Skip to content

everapihq/iplookupapi-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Golang wrapper for iplookupapi.com

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages