Domain Availability Checker (single ltd) API Documentation - 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
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"
    }
]

🌐 Domain Availability Checker (Single TLD) API – VebAPI

Check whether a domain name is available across thousands of TLDs with real-time, accurate results.


📝 Description

The Domain Availability Checker (Single TLD) API allows you to instantly verify the availability of a domain name with a specific Top-Level Domain (TLD). It’s fast, accurate, and updated in real-time — perfect for domain registration tools, startup name finders, and domain resellers.


🎯 Key Benefits

  • ⚡ Real-time availability check for any domain + TLD

  • 🌍 Supports thousands of extensions (e.g., .com, .net, .ai, .shop, etc.)

  • 🧠 Ideal for domain suggestion engines and brand name checkers

  • ✅ Clean and simple output for easy integration

  • 🧰 Useful for registrars, resellers, and SaaS platforms


🌐 Base URL


 

https://vebapi.com/api/tools/domainsearchsingle


📥 Input Parameters

Parameter Type Required Description
domain string ✅ Yes The domain name (without TLD). Example: getecz
tld string ✅ Yes The TLD (Top-Level Domain) to check. Example: com

Headers Required:

  • X-API-KEY: YOUR_API_KEY

  • Content-Type: application/json


📤 Output Response

Returns a JSON array with the status of the domain.

Field Type Description
domain string The domain name requested (without TLD)
tld string The TLD provided in the query
status string Availability status: either Available or Taken