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.5.tar.gz (7.5 kB view details)

Uploaded Source

Built Distribution

apiverve_whoislookup-1.1.5-py3-none-any.whl (7.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: apiverve_whoislookup-1.1.5.tar.gz
  • Upload date:
  • Size: 7.5 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.5.tar.gz
Algorithm Hash digest
SHA256 d46490f3761a39100498efb46b4dcad908f3c70fae914d05ac5bf29ff7c936bd
MD5 0830252bbadf6dae1764e94e761d4d39
BLAKE2b-256 27a83b7bf34901f200d42c1e65564e66f2def57973a1f2c1a55eeee5ed8e99d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for apiverve_whoislookup-1.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 61b851711e941ed4b0d8c68c3752bb76b1e912ff2fda168f8a0ea2f77fa1c56b
MD5 3ae6d667fbd3c66b5a673011d495d031
BLAKE2b-256 c6f89ae4f2e951c2ffb07cf2c4f5e6eeb8f2e4297369b78fcdc15a8a1a8d8265

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