ENS API
The ENS API provides endpoints for Ethereum Name Service (.eth) name lookups. All ENS endpoints are proxied through the main API at /v1/ens/*.
Base URL
https://api.robotdomainsearch.com
Endpoints
| Endpoint | Method | Description |
|---|---|---|
/v1/ens/check |
GET | Check ENS name availability + pricing |
/v1/ens/metadata |
GET | Get ENS metadata (address, avatar, social links) |
/v1/ens/health |
GET | ENS service health check |
Quick Example
curl "https://api.robotdomainsearch.com/v1/ens/check?name=vitalik"
See the ENS marketing page for an overview, live demo, and use cases.