Skip to main content

Python client library for Whois API.

Project description

The client library for Whois API in Python language.

The minimum Python version is 3.6.

Installation

pip install whois-api

Examples

Full API documentation available here

Create a new client

from whoisapi import *

client = Client(api_key='Your API key')

Make basic requests

# Get parsed whois record as a model instance.
whois = client.data('whoisxmlapi.com')
# Get particular field of the whois record
print(whois.created_date_raw)

# Get raw API response
resp_str = client.raw_data('whoisxmlapi.com')

Additional options

You can specify a custom parameters for particular request

params = RequestParameters(ignore_raw_texts=1, da=2)

whois = client.data('whoisxmlapi.com', params)
print(whois.domain_availability_raw)

# Also you can modify default values of parameters:
client.parameters.output_format = 'xml'
print(client.raw_data('whoisxmlapi.com'))

Changelog

1.0.0 (2021-04-12)

  • First release

Project details


Download files

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

Source Distribution

whois-api-1.0.0.tar.gz (9.5 kB view details)

Uploaded Source

Built Distribution

whois_api-1.0.0-py3-none-any.whl (11.3 kB view details)

Uploaded Python 3

File details

Details for the file whois-api-1.0.0.tar.gz.

File metadata

  • Download URL: whois-api-1.0.0.tar.gz
  • Upload date:
  • Size: 9.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.5

File hashes

Hashes for whois-api-1.0.0.tar.gz
Algorithm Hash digest
SHA256 fae2412de5e7461e0581bf157a9a11021cf3bda4fbefbf3ff77cf7f578edf983
MD5 5f333d3016e685a906a397c58267cc9e
BLAKE2b-256 7583d4cd4cf8209b203756d2c0c47464d5b1a08671ca0c1e2197b96eccfbdff2

See more details on using hashes here.

File details

Details for the file whois_api-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: whois_api-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 11.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.5

File hashes

Hashes for whois_api-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5836fa7ba529fbc37403b1ab9727785c6a015bd417ef50a216c12516974afca5
MD5 b49cc87a2df01bdec1b43aff78d1dee3
BLAKE2b-256 1fe35ce2127dc3fd31d64e831cee4aa14c9985b98c062635e8898f177b318e4e

See more details on using hashes here.

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