Domain Availability Checker (single ltd) API Documentation – SEO API - VebAPI

Domain Availability Checker (single ltd)

Domain name availability checker API with 1000's of TLD, The data's are accurate , updated realtime. 

Domain Availability Checker (single ltd)

GET

Domain name availability checker API with 1000's of TLD, The data's are accurate , updated realtime. 

GET /tools/domainsearchsingle

Parameters

domain
Required query
string

the domain name you are looking for without TLD

tld
Required query
string

TLD means com, org , net or any. do not add . (.dot) in tld

X-API-KEY
Required header
string

your vebapi api key

Example Request


curl -X GET "https://vebapi.com/api/tools/domainsearchsingle?domain=getecz&tld=com" \
    -H "X-API-KEY: YOUR_API_KEY" \
    -H "Content-Type: application/json"

Response

[
    {
        "domain": "getecz",
        "tld": "com",
        "status": "Taken"
    }
]