Skip to main content

Domain Expiration Checker is a simple tool for checking the expiration date and age of a domain. It returns the expiration date and age of the domain provided.

Project description

Domain Expiration API

Domain Expiration Checker is a simple tool for checking the expiration date and age of a domain. It returns the expiration date and age of the domain provided.

Build Status Code Climate Prod Ready

This is a Python API Wrapper for the Domain Expiration API


Installation

pip install apiverve-domainexpiration

Configuration

Before using the domainexpiration 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 Domain Expiration API documentation is found here: https://docs.apiverve.com/api/domainexpiration.
You can find parameters, example responses, and status codes documented here.

Setup

# Import the client module
from apiverve_domainexpiration.apiClient import DomainexpirationAPIClient

# Initialize the client with your APIVerve API key
api = DomainexpirationAPIClient("[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": {
    "domain": "myspace.com",
    "expirationDate": "2029-02-23T05:00:00Z",
    "daysToExpiration": 1653,
    "createdDate": "1996-02-22T05:00:00Z",
    "lastUpdatedDate": "2023-01-17T00:16:21Z",
    "daysSinceLastUpdate": 575,
    "domainAgeDays": 10401
  },
  "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_domainexpiration-1.1.4.tar.gz (6.8 kB view details)

Uploaded Source

Built Distribution

File details

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

File metadata

File hashes

Hashes for apiverve_domainexpiration-1.1.4.tar.gz
Algorithm Hash digest
SHA256 e5d0522e23e17d9d403990dcdee658cf6add1dd5630886e4cedc1e385f194580
MD5 749b880de04b5c7458fd5ac24bed53bb
BLAKE2b-256 68adc1e7da657f4ff117229e85b2ec5e9ea14808369ad51a6cfff891ca45dd0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for apiverve_domainexpiration-1.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 dfed394ce3c3d753f3c72b177d55b16ebd2097329e1514e469874190c7222270
MD5 bb6479979cbfa1880c5e139ac1e11c01
BLAKE2b-256 4758eed9e234387f9be625064319cff013ff53d8226f1a3ec2aa690b9974d257

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