🏖️ Experience Our Alpha Launch 🚀

Netzylo

NetZylo Domain Registry Search API Documentation

Overview

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.

Base URL

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));

Endpoint

Domain Check

Checks the availability of a specific domain name.

  • URL : `/api/domaincheck/{domainName}`
  • Method : `GET`
  • URL Params :
    • Required :
      • `domainName=[string]`: The domain name to check, including the extension (e.g., .`crypto`).
  • Success Response :
    • Code : 200
    • Content :

      json

      copy code

      { 
        "available": true
      }
  • Error Response :
    • Code : 404 NOT FOUND
    • Content : `{ " available " : false }`

      json

      copy code

      { 
        "available": false
      }
  • Sample Call :
  • bash

    copy code

    curl https://netzylo-dev.vercel.app/api/domaincheck/your.name
                         

Usage Limits

  • Requests per hour: 1000 requests per IP
  • Requests per user: 500 requests per user token

Authentication

  • Required: No
  • Type: None

Support

For any technical issues or questions regarding the API, please contact our support team at support@netzylo.com.

© NetZylo Inc. All rights reserved | Powered by AI