A simpler endpoint providing essential domain metadata for general web3 integrations.
API Endpoint:
https://web3domain.org/endpoint/v3/index.php?name=hello@web3&type=uri
Example JSON Response:
{
"timestamp": "2025-01-28 22:37:10",
"id": "542063947402",
"domain": "hello@web3",
"img": "https://storage.googleapis.com/odudename.appspot.com/hello@web3.jpg",
"description": "ODude Name service",
"uri": "https://storage.googleapis.com/odudename.appspot.com/677d3e6bcdb6c-hello@web3.json",
"profile": "Hello Web3",
"email": "web3yak@gmail.com",
"website": "https://web3yak.com",
"tg_bot": "Web3Domain Telegram Bot",
"eth": "0xaa481F8d2d966e5fCC0446fA459F5d580AE5ea9f",
"twitter": "https://x.com/web3yak",
"telegram": "https://t.me/web3yak"
}
2. OpenSea Standard API
This endpoint returns domain metadata in a format compatible with OpenSea and NFT marketplaces.
Alternative Integration Methods
For developers building dApps or working with JavaScript-based environments, ODude Name also offers an NPM package for seamless integration without relying on cURL.
Refer to the ODude Name NPM Package for more details.