{ "status": [ "active", "associated" ], "ldhName": "%NAME%", "handle": "%HANDLE%", "links": [ { "href": "https://example.tld/rdap/nameserver/%NAME%", "type": "application/rdap+json", "rel": "self", "value": "https://example.tld/rdap/nameserver/%NAME%" } ], "ipAddresses": { "%ADDRESSTYPE%": [ "%ADDRESS%" ] }, "events": [ { "eventAction": "registration", "eventActor": "foo", "eventDate": "1999-01-01T00:00:00.000Z" }, { "eventAction": "last update of RDAP database", "eventDate": "2000-01-01T00:00:00.000Z" } ], "objectClassName": "nameserver", "entities" : [ { "objectClassName" : "entity", "handle" : "1", "status" : ["active"], "roles" : ["registrar"], "links" : [ { "value" : "https://example.tld/rdap/entity/1", "rel" : "self", "href" : "https://example.tld/rdap/entity/1", "type" : "application/rdap+json" } ], "publicIds" : [ { "type" : "IANA Registrar ID", "identifier" : "1" } ], "vcardArray" : [ "vcard", [ ["version", {}, "text", "4.0"], ["fn", {}, "text", "The Registrar"], ["adr", {}, "text", [ "", "", "123 Example Boulevard", "Williamsburg", "NY", "11211", "United States"]], ["tel", {"type" : ["voice"]}, "uri", "tel:+1.2223334444"], ["email", {}, "text", "new.registrar@example.com"] ] ], "remarks": [ { "title": "Incomplete Data", "description": [ "Summary data only. For complete data, send a specific query for the object." ], "type": "object truncated due to unexplainable reasons" } ] } ] }