Help query[Link]

The help query is used to request helpful information about the RDAP service. It has links to the Terms of Service and to this documentation.

The query is of the form:

curl -s https://rdap.dnsbelgium.be/help

If you want to format the response, you can use python or jq.

Example using python:

curl -s https://rdap.dnsbelgium.be/help | python -m json.tool

The output looks like:

{
    "rdapConformance": [
        "rdap_level_0",
        "icann_rdap_technical_implementation_guide_0",
        "icann_rdap_response_profile_0"
    ],
    "notices": [
        {
            "title": "Help",
            "description": [
                "The Registration Data Access Protocol (RDAP) Documentation"
            ],
            "links": [
                {
                    "href": "https://docs.dnsbelgium.be/rdap"
                }
            ]
        },
        {
            "title": "Terms of Service",
            "description": [
                "By executing a query, in any means whatsoever, you agree to these Terms of Service."
            ],
            "links": [
                {
                    "href": "https://www.dnsbelgium.be/en/rdap"
                }
            ]
        }
    ]
}