Entity lookup

This query can be used to look up a single contact by its handle. The query cannot be used to look up a registrar.

The server does not recognize any parameters with this query.

Query path segment
/entity/HANDLE

On the top level, the response may contain members:

{
    "status": [
        "associated"
    ],
    "entities": [
        {
            "objectClassName": "entity",
            "handle": "REG-CZNIC",
            "roles": [
                "registrar"
            ]
        }
    ],
    "handle": "CZ-NIC",
    "links": [
        {
            "href": "https://rdap.nic.cz/entity/CZ-NIC",
            "type": "application/rdap+json",
            "rel": "self",
            "value": "https://rdap.nic.cz/entity/CZ-NIC"
        }
    ],
    "rdapConformance": [
        "rdap_level_0"
    ],
    "port43": "whois.nic.cz",
    "objectClassName": "entity",
    "notices": [
        {
            "description": [
                "(c) 2015 CZ.NIC, z.s.p.o.\n\nIntended use of supplied data and information\n\nData contained in the domain name register, as well as information supplied through public information services of CZ.NIC association, are appointed only for purposes connected with Internet network administration and operation, or for the purpose of legal or other similar proceedings, in process as regards a matter connected particularly with holding and using a concrete domain name.\n"
            ],
            "title": "Disclaimer"
        }
    ],
    "vcardArray": [
        "vcard",
        [
            [
                "version",
                {},
                "text",
                "4.0"
            ],
            [
                "fn",
                {},
                "text",
                "CZ.NIC, z.s.p.o."
            ],
            [
                "org",
                {},
                "text",
                "CZ.NIC, z.s.p.o."
            ],
            [
                "adr",
                {
                    "type": ""
                },
                "text",
                [
                    "",
                    "Milesovska 1136/5",
                    "",
                    "",
                    "Praha 3",
                    "",
                    "130 00",
                    "CZ"
                ]
            ]
        ]
    ],
    "events": [
        {
            "eventActor": "REG-CZNIC",
            "eventAction": "registration",
            "eventDate": "2008-10-17T10:08:21+00:00"
        },
        {
            "eventAction": "last changed",
            "eventDate": "2018-05-15T19:32:00+00:00"
        }
    ]
}