Querying IP addresses
Free IP Address lookup API. Find the IP address of a domain and or URL with internet protocol reverse DNS lookup.
You can use MailSlurp's REST API to query domains to determine a servers IP address. Here is an example using curl.
curl -X POST "https://api.mailslurp.com/mail-server/describe/ip-address?name=www.mailslurp.com" -H "accept: application/json" -H "x-api-key: YOUR_API_KEY"
Note the x-api-key
header: this is your free API Key. Sign up to create an account.