Skip to content

everapihq/iplookupapi-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Iplookupapi Python Client

iplookupapi Python Client is the official Python Wrapper around the iplookupapi API.

Installation

Install from pip:

pip install iplookupapi

Install from code:

pip install git+https://github.com/everapihq/iplookupapi-python.git

Usage

All iplookupapi API requests are made using the Client class. This class must be initialized with your API access key string. Where is my API access key?

In your Python application, import iplookupapi and pass authentication information to initialize it:

import iplookupapi
client = iplookupapi.Client('API_KEY')

Retrieve Status

print(client.status())

Retrieve IP Information

https://iplookupapi.com/docs/info

result = client.info()
# result = client.info('1.1.1.1', 'de')
print(result)

Contact us

Any feedback? Please feel free to contact our team.

About

A python wrapper for iplookupapi.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages