Skip to content

Commit

Permalink
- Updated: auth mechanics, links
Browse files Browse the repository at this point in the history
- Removed: outdated mechanics
  • Loading branch information
whoisxmlapi committed May 26, 2021
1 parent 49208b1 commit 4a6cdbd
Show file tree
Hide file tree
Showing 31 changed files with 55 additions and 1,064 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Using the DNS Lookup API web service

[DNS Lookup API](https://www.whoisxmlapi.com/dns-api.php) performs DNS queries
[DNS Lookup API](https://dns-lookup.whoisxmlapi.com/api) performs DNS queries
via simple HTTP requests and returns results containing the IP address of the
primary domain (A record), DNS servers, mail servers (MX records) and more as
JSON/XML-encoded objects.
Expand All @@ -9,13 +9,13 @@ Here you'll find examples of querying the API implemented in multiple
languages.

You'll need a
[WhoisXmlApi account](https://www.whoisxmlapi.com/user/create.php) to
[WhoisXmlApi account](https://dns-lookup.whoisxmlapi.com/api/signup) to
authenticate.

This API also supports
[API key authentication](https://www.whoisxmlapi.com/user/management.php#api-key-management).
[API key authentication](https://dns-lookup.whoisxmlapi.com/api/documentation/making-requests).

Please, refer to the
[DNS Lookup API User Guide](https://www.whoisxmlapi.com/dns-api-guide.php) for
[DNS Lookup API User Guide](https://dns-lookup.whoisxmlapi.com/api/documentation/making-requests) for
info on input parameters, request/response formats, authentication
instructions and more.
instructions and more.
19 changes: 0 additions & 19 deletions apikey/java/dnslookup-apikey-sample.iml

This file was deleted.

44 changes: 0 additions & 44 deletions apikey/java/pom.xml

This file was deleted.

153 changes: 0 additions & 153 deletions apikey/java/src/main/java/DnsLookupApiKeySample.java

This file was deleted.

45 changes: 0 additions & 45 deletions apikey/js/dns_lookup_apikey.html

This file was deleted.

22 changes: 0 additions & 22 deletions apikey/net/ApiKeyDnsApi.sln

This file was deleted.

Loading

0 comments on commit 4a6cdbd

Please sign in to comment.