The .TEL Community on the .TEL Domain Forum!

Welcome to the Tel.community.

You are invited to participate in the growing .tel
community!

To take full advantage of everything offered by
our forum, please log in if you are already a
member or join our community if you're not yet.

The registration at TelTalk.org is free and easy!

Thank you for participation!

Join the forum, it's quick and easy

The .TEL Community on the .TEL Domain Forum!

Welcome to the Tel.community.

You are invited to participate in the growing .tel
community!

To take full advantage of everything offered by
our forum, please log in if you are already a
member or join our community if you're not yet.

The registration at TelTalk.org is free and easy!

Thank you for participation!

The .TEL Community on the .TEL Domain Forum!

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The .TEL Community on the .TEL Domain Forum!

Welcome to the objective forum for .tel domains! Read it first when anything is happening with .tel!

Please join the LIVE CHAT for all REGISTERED members at the bottom of our forum!

    Integrating a .tel Domain Name Availability search

    Tely
    Tely
    Senior Member
    Senior Member


    Join date : 2012-08-03
    Posts : 228 Points : 10138
    Reputation : 87
    Warning level : 100 %

    Integrating a .tel Domain Name Availability search Empty Integrating a .tel Domain Name Availability search

    Post by Tely 2013-07-28, 9:09 am

    The Telnames Wholesale API (WAPI) is a collection of services and tools that together provide an integrated platform for you to manage the full lifecycle and content administration of your .tel domains.

    WAPI consists of a combination of SOAP-based APIs and user interfaces giving you maximum flexibility and control over the way you integrate .tel into your own product provisioning and billing systems.

    This description covers the integration of a ‘.tel Domain Name Check’ allowing Value Added Resellers to integrate a ‘.tel Domain Name checker’ into their own web site, in turn allowing customers to search and confirm the availability of their required domain.

    Integrating a .tel Domain Name Availability search Buy10

    In order to integrate this functionality into your own site, please see below the required API calls and available responses.

    Inputs

    NameTypeMandatoryFurther Info
    Domain NameStringYesValue must represent a
    valid .tel domain name
    i.e.

    Minimum 2 characters
    (excluding .tel)

    Maximum 63 characters
    (excluding .tel)

    Must end with “.tel”

    Cannot be totally
    numeric

    Domain cannot begin or
    end with a “-“
    Outputs

    NameTypeFurther Info
    AvailabilityInteger0 – If domain is
    unavailable

    1 – if domain is available
    SOAP Endpoint:

    https://wapi.telnames.com/wsdl/ApiService.wsdl

    Example - Domain Available

    Request

    Code:
    <soapenv:Envelope
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:apis="http://www.example.org/ApiService/">

    <soapenv:Header/>

    <soapenv:Body>

    <apis:checkName>

    <apis:domainName>JohnDoe10.tel</apis:domainName>

    </apis:checkName>

    </soapenv:Body>

    </soapenv:Envelope>

    Response

    Code:
    <SOAP-ENV:Envelope xmlns:SOAPENV="http://schemas.xmlsoap.org/soap/envelope/">

    <SOAP-ENV:Body>

    <availability>1</availability>

    </SOAP-ENV:Body>

    </SOAP-ENV:Envelope>

    Example - Domain Unavailable

    Request

    Code:
    <soapenv:Envelope
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:apis="http://www.example.org/ApiService/">

    <soapenv:Header/>

    <soapenv:Body>

    <apis:checkName>

    <apis:domainName>JohnDoe.tel</apis:domainName>

    </apis:checkName>

    </soapenv:Body>

    </soapenv:Envelope>

    Response

    Code:
    <SOAP-ENV:Envelope xmlns:SOAPENV="http://schemas.xmlsoap.org/soap/envelope/">

    <SOAP-ENV:Body>

    <availability>0</availability>

    </SOAP-ENV:Body>

    </SOAP-ENV:Envelope>

      Current date/time is 2024-05-02, 4:47 am