Skip to main content

Iplookupapi Python Client

Project description

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.

Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iplookupapi-0.1.tar.gz (2.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page