Tld:list

Retrieving the list of active top-level domains

XML Template
<?xml version="1.0" encoding="UTF-8"?>
    <request xmlns:policy="http://www.eurodns.com/policy">
        <tld:list/>
    </request>

< tld:list > (Occurrences: 1)

If the action was successful, the following code will be returned
<?xml version="1.0" encoding="UTF-8"?>
    <response xmlns:tld="http://www.eurodns.com/tld">
        <result code="1000">
            <msg>Command completed successfully</msg>
        </result>
        <resData>
            <tld:list numElements="#LISTCOUNTER#">
                <tld:name>#TLD#</tld:name>
                <tld:name>#TLD#</tld:name>
                <tld:name>#TLD#</tld:name>
            </tld:list>
        </resData>
    </response>

< tld:list > (Occurrences: 1)

R #LISTCOUNTER# The total number of top-level domains in the list

< tld:name > (Occurrences: 1)

R #TLD# The name of the top-level domain

Legend

O The element is optional and does not have to be specified in the request and/or answer
R The element is mandatory and has to specified in the request and/or answer