π Domain Availability Checker (Multi TLD) API – VebAPI
Check the availability of a domain name across multiple TLDs simultaneously with real-time, accurate results.
π Description
The Multi TLD Domain Availability Checker API allows you to verify whether a domain name is available across a list of Top-Level Domains (TLDs) in one request. The API supports thousands of TLDs (including .com, .net, .in, .ai, etc.) and delivers up-to-date status results instantly.
Perfect for domain search tools, brand name checkers, bulk lookup tools, and registrar integrations.
π― Key Benefits
-
β‘ Check domain availability across multiple extensions at once
-
π Supports thousands of TLDs (generic, country-specific, new gTLDs)
-
π‘ Real-time data — always fresh and accurate
-
π§° Useful for domain registrars, bulk domain tools, and SaaS platforms
-
π§ Simple integration into any frontend or backend system
π Base URL
https://vebapi.com/api/tools/domainsearchmulti
π₯ Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
domain |
string | β Yes | The domain name without TLD. Example: getecz |
tlds |
string | β Yes | Comma-separated list of TLDs to check. Example: com,net,org,in,us,uk |
Headers Required:
X-API-KEY: YOUR_API_KEY
Content-Type: application/json
π€ Output Response
Returns a JSON array with the availability status for each domain+TLD pair.
| Field | Type | Description |
|---|---|---|
domain |
string | The queried domain name (without TLD) |
tld |
string | The TLD checked (e.g., com, net, uk) |
status |
string | Availability status: Available or Taken |