Reverse NS API
API Structure
The Reverse NS Lookup, also known as Reverse Name Server Lookup API, is a reverse query of DNS name server records to discover domains associated with a given domain.
Let's start by creating a two-week free account from Deepinfo Platform, get your API key and you are ready. Next, you can test using the following cURL command.
Sample with the curl command:
curl --request GET \
--url https://api.deepinfo.com/v1/discovery/reverse-ns?ns=ns.deepinfo.com \
--header 'Accept: application/json' \
--header 'apikey: [YOUR_API_KEY]'
API Endpoint: | https://api.deepinfo.com/v1/discovery/reverse-ns |
API Documentation: | Link |
If you wish to call Reverse NS API with real values and run code, just click here.
You can always contact us for support and ask for more assistance. We'll be glad to assist you with building your product.
Updated about 3 years ago