🏖️ Experience Our Alpha Launch 🚀
The NetZylo Domain Registry Search API allows users to check the availability of a domain across multiple platforms, including NetZylo, Freename.io, Ethereum Naming Service (ENS), Unstoppable Domains, and ICANN. This API is designed to interact with the Polygon blockchain to provide real-time availability status.
JavaScript
Ruby
Go
Python
Java
PHP
copy code
fetch('https://netzylo-dev.vercel.app/api/domaincheck/')
.then(response => response.json())
.then(data => console.log(data))
.catch(error => console.error('Error:', error));
Checks the availability of a specific domain name.
json
copy code
{
"available": true
}
json
copy code
{
"available": false
}
bash
copy code
curl https://netzylo-dev.vercel.app/api/domaincheck/your.name
For any technical issues or questions regarding the API, please contact our support team at support@netzylo.com.