Every API, one clean contract.
98 APIs · all speak the same { ok, data, meta, error }envelope. Search, filter, and open one to see endpoints, params & live examples.
Popular
Reputation & Reviews
8 APIsE-commerce & Marketplaces
20 APIsReal Estate
5 APIsJobs & Hiring
6 APIsTravel & Lodging
5 APIsSearch & SEO
4 APIsFinance & Data
3 APIsMedia, Film & Knowledge
15 APIsUtilities & AI
11 APIsClassifieds & Second-hand
4 APIsDeveloper Tools
11 APIsApp-Name + Domain Availability
livepost/domain-availability/v1/check1 creditIs one domain available? Combined RDAP+DoH verdict with confidence + Domainr-style status tokens + a register_url when free. Accepts domain OR name+tld.
{
"domain": "google.com"
}Try in playground →post/domain-availability/v1/bulk_check1 creditOne NAME across many TLDs → availability map (which of name.com/.io/.ai/… are free).
{
"name": "google",
"tlds": "com,net,org"
}Try in playground →post/domain-availability/v1/rdap1 creditFull WHOIS via RDAP for a registered domain (registrar, created/expires, status, nameservers, dnssec, abuse). A 404 is returned cleanly (available on RDAP-served TLDs; null + a pointer to 'check' on TLDs with no RDAP server), not an error.
{
"domain": "github.com"
}Try in playground →post/domain-availability/v1/suggest1 creditName variations (prefix/suffix/TLD permutations, deterministic — no LLM) each with a live availability verdict; available ones surfaced first.
{
"name": "reefapi",
"tlds": "com,io,ai"
}Try in playground →post/domain-availability/v1/batch1 creditMany DIFFERENT full domains in one call → availability for each (bulk check).
{
"domains": "google.com,this-name-is-surely-free-9z8x7q.com"
}Try in playground →
Social Media
6 APIs