curl --location --request GET 'https://api.ricardoneud.com/v1/tools/dnscheck' \
--header 'Domain;' \
--header 'Record-Type;'
[
{
"location": "Home",
"ip": "54.86.50.139",
"provider": "Local Network",
"dns_results": [
{
"type": "A",
"host": "example.com",
"ip": "1.1.1.1"
}
],
"resolved": true
},
{
"location": "San Francisco CA, United States",
"ip": "208.67.222.220",
"provider": "OpenDNS",
"dns_results": [
{
"type": "A",
"host": "example.com",
"ip": "8.8.8.8"
}
],
"resolved": true
}
]