Skip to main content

DNS Lookup is a simple tool for looking up the DNS records of a domain. It returns the A, MX, and other records of the domain.

Project description

DNS Lookup API

DNS Lookup is a simple tool for looking up the DNS records of a domain. It returns the A, MX, and other records of the domain.

Build Status Code Climate Prod Ready

This is a Python API Wrapper for the DNS Lookup API


Installation

pip install apiverve-dnslookup

Configuration

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

Setup

# Import the client module
from apiverve_dnslookup.apiClient import DnslookupAPIClient

# Initialize the client with your APIVerve API key
api = DnslookupAPIClient("[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",
    "records": {
      "A": [
        "34.111.176.156"
      ],
      "NS": [
        "ns-cloud-a1.googledomains.com",
        "ns-cloud-a3.googledomains.com",
        "ns-cloud-a2.googledomains.com",
        "ns-cloud-a4.googledomains.com"
      ],
      "SOA": {
        "nsname": "ns-cloud-a1.googledomains.com",
        "hostmaster": "cloud-dns-hostmaster.google.com",
        "serial": 2,
        "refresh": 21600,
        "retry": 3600,
        "expire": 259200,
        "minttl": 300
      },
      "MX": [
        {
          "exchange": "us-smtp-inbound-2.mimecast.com",
          "priority": 10
        },
        {
          "exchange": "us-smtp-inbound-1.mimecast.com",
          "priority": 10
        }
      ],
      "TXT": [
        [
          "v=spf1 mx ip4:63.208.226.34 ip4:204.16.32.0/22 ip4:67.134.143.0/24 ip4:216.205.243.0/24 ip4:34.85.156.5/32 ip4:35.245.108.108/32 ip4:34.86.129.193/32 ip4:34.86.134.94/32 ip4:34.85.222.234/32 ip4:34.86.176.234/32 ip4:34.86.125.212/32 ip4:34.85.224.60/32 ip4:34.86.160.49/32 ip4:35.245.64.166/32 ip4:35.188.226.11/32 ip4:34.86.208.228/32 ip4:34.85.216.144/32 ip4:35.221.22.153/32 ip4:34.86.137.108/32 ip4:34.86.51.35/32 ip4:34.150.221.40/32 ip4:34.85.216.70/32 ip4:34.86.37.191/32 ip4:34.85.214.215/32 ip4:35.236.234.82/32 ip4:34.86.161.241/32 ip4:216.32.181.16 ip4:216.178.32.0/20 ip4:168.235.224.0/24 include:_netblocks.mimecast.com -all"
        ],
        [
          "oZ19a+EOIwWVDPJ7POj14UAGBfzk9xcJMmsTUAMUy7H82sDuVCxvw9rZqdg3znFrdTH04+49zd1djhEAt0ooiA=="
        ],
        [
          "al4upe6q5cl13sg4srvfivflvg"
        ],
        [
          "MS=ms89904786"
        ],
        [
          "google-site-verification=q0iWqpcfOBclAJaCeWh83v62QQ4uCgbWObQ08p37qgU"
        ],
        [
          "google-site-verification=eu-3gW1JePvsGRRCaEvH17YUOTFJNofm4lnz2Pk0LTc"
        ],
        [
          "cj65vjpq0s1v9u7vfo020c6rel"
        ],
        [
          "qpdYoeakhlmAxsnmxgAVFmJgUSibqb/y+Eu6GGn8pdmLf+mFGIB3jhRAxIC5KObsPMES9MW2c+oOrpOo/lCQVw=="
        ],
        [
          "cr40m536tje9on1slld9bi81bg"
        ]
      ]
    }
  },
  "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_dnslookup-1.1.4.tar.gz (8.3 kB view details)

Uploaded Source

Built Distribution

apiverve_dnslookup-1.1.4-py3-none-any.whl (7.3 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for apiverve_dnslookup-1.1.4.tar.gz
Algorithm Hash digest
SHA256 1a0c2a65211f07c60414c595f36a1a17ade0a9235b04c923191a2178266af498
MD5 65fc8acc52aeabb554f3997b3ab31bc9
BLAKE2b-256 8bff99e7acc66192505f58f11ad33798c8a82ad004f7871a9a0faa3ecb56a28f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for apiverve_dnslookup-1.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 06380fa1f6faf002faaf561225a9f0775e6406295ffdeb8443ff30b10fd49746
MD5 9862469c97735a2cffe6d746926b053f
BLAKE2b-256 5f3d76e4f6c92d18ae5f416c5d0f9b9ec27c77881168fcb7e0090fbffafd3bf9

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