Logo
22ndjan API Documentation

IPv6 Host Address (AAAA records)

GET {{dns_service}}/{{domain}}/aaaa

The record AAAA (also quad-A record) specifies IPv6 address for given host. So it works the same way as the A record and the difference is the type of IP address.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "question": [ { "name": "getpostman.com.", "type": "AAAA", "class": "IN" } ], "answer": null, "authority": [ { "name": "getpostman.com.", "type": "SOA", "class": "IN", "ttl": 899, "rdlength": 69, "rdata": "ns-833.awsdns-40.net. awsdns-hostmaster.amazon.com. 1 7200 900 1209600 86400" } ] }



Curl
curl -X GET 'dns_service/domain/aaaa'

ENDPOINTS