Skip to main content

Whois Lookup is a simple tool for checking the registration of a domain name. It returns the name and contact information of the domain owner, the domain registrar, and more.

Project description

WHOIS Lookup API

Whois Lookup is a simple tool for checking the registration of a domain name. It returns the name and contact information of the domain owner, the domain registrar, and more.

Build Status Code Climate Prod Ready

This is a Python API Wrapper for the WHOIS Lookup API


Installation

pip install apiverve-whoislookup

Configuration

Before using the whoislookup API client, you have to setup your account and obtain your API Key.
You can get it by signing up at https://apiverve.com


Usage

The WHOIS Lookup API documentation is found here: https://docs.apiverve.com/api/whoislookup.
You can find parameters, example responses, and status codes documented here.

Setup

# Import the client module
from apiverve_whoislookup.apiClient import WhoislookupAPIClient

# Initialize the client with your APIVerve API key
api = WhoislookupAPIClient("[YOUR_API_KEY]")

Perform Request

Using the API client, you can perform requests to the API.

Define Query
query = { "domain": "myspace.com" }
Simple Request
# Make a request to the API
result = api.execute(query)

# Print the result
print(result)
Example Response
{
  "status": "ok",
  "error": null,
  "data": {
    "domainStatus": [
      "clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited",
      "clientRenewProhibited https://icann.org/epp#clientRenewProhibited",
      "clientTransferProhibited https://icann.org/epp#clientTransferProhibited",
      "clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited"
    ],
    "domainName": "MYSPACE.COM",
    "registryDomainID": "3877095_DOMAIN_COM-VRSN",
    "registrarWHOISServer": "whois.godaddy.com",
    "registrarURL": "http://www.godaddy.com",
    "updatedDate": "2023-01-17T00:16:21Z",
    "createdDate": "1996-02-22T05:00:00Z",
    "expiryDate": "2029-02-23T05:00:00Z",
    "registrar": "GoDaddy.com, LLC",
    "registrarIANAID": "146",
    "registrarAbuseContactEmail": "abuse@godaddy.com",
    "registrarAbuseContactPhone": "480-624-2505",
    "dNSSEC": "unsigned"
  },
  "code": 200
}

Customer Support

Need any assistance? Get in touch with Customer Support.


Updates

Stay up to date by following @apiverveHQ on Twitter.


Legal

All usage of the APIVerve website, API, and services is subject to the APIVerve Terms of Service and all legal documents and agreements.


License

Licensed under the The MIT License (MIT)

Copyright (©) 2024 APIVerve, and Evlar LLC

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Download files

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

Source Distribution

apiverve_whoislookup-1.1.4.tar.gz (7.2 kB view details)

Uploaded Source

Built Distribution

apiverve_whoislookup-1.1.4-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

Details for the file apiverve_whoislookup-1.1.4.tar.gz.

File metadata

  • Download URL: apiverve_whoislookup-1.1.4.tar.gz
  • Upload date:
  • Size: 7.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for apiverve_whoislookup-1.1.4.tar.gz
Algorithm Hash digest
SHA256 06232ecd08cf2a05718b8787c1757ee5fb530b3e787c9e05ff451bd42920b850
MD5 c82ddc2b99af8142fbb972962c84b801
BLAKE2b-256 dfac1b4020ef8b47e5dd3e7ca7910bf0fbc63588b2929f3ba9c738afd05052d5

See more details on using hashes here.

File details

Details for the file apiverve_whoislookup-1.1.4-py3-none-any.whl.

File metadata

File hashes

Hashes for apiverve_whoislookup-1.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 0b9fae034ec4348d4a6f359db19e96fef94ecb6629ff5b60da26b859132f6413
MD5 68c251065b597c0e9e81e5ecbcc9b6d0
BLAKE2b-256 32a4804129f2053b0713753244fd1d6edd2c8fd1d3ac5c42b5cda54dc822988d

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