Domain Availability Checker API is a powerful tool designed to check 500 domain extensions to see if domain name is taken or available.

Developer Portal : https://api.market/store/magicapi/domainchecker

About Domain Availability Checker API

Our Domain Availability API simplifies the process of checking domain name availability across 500 domain extensions. Designed for developers and businesses, this API provides a quick and efficient way to determine whether a domain name is taken or available.

Integrating our API into your application or workflow is straightforward. Simply send a POST request to the ‘/check_domains/’ endpoint with the desired domain name in the request body. The API then checks the availability of the domain name across multiple extensions simultaneously.

The output format of the API response is a JSON object, categorizing domain names as either ‘available’ or ‘taken’. This structured format allows for easy parsing and integration with your applications.

Use cases for our Domain Availability API include domain registration platforms, brand protection services, and market research tools. By automating the domain availability check process, our API saves valuable time and resources, enabling you to make informed decisions quickly.

Whether you’re building a domain search tool, enhancing your brand’s online presence, or conducting market analysis, our API provides the functionality you need to succeed. Streamline your domain availability checks and stay ahead of the competition with our Domain Availability API.

Curl Request and Response :

Curl Request

curl -X 'POST' \
  'https://api.magicapi.dev/api/v1/magicapi/domainchecker/check_domains/' \
  -H 'accept: application/json' \
  -H 'x-magicapi-key: API-KEY' \
  -H 'Content-Type: application/json' \
  -d '{
  "domain_name": "google"
}'

Python Request

import http.client

conn = http.client.HTTPSConnection("api.magicapi.dev")

payload = "{\"domain_name\":\"google\"}"

headers = {
    'x-magicapi-key': "SOME_STRING_VALUE",
    'content-type': "application/json"
    }

conn.request("POST", "/api/v1/magicapi/domainchecker/check_domains/", payload, headers)

res = conn.getresponse()
data = res.read()

print(data.decode("utf-8"))

Response

{
  "available": [
    "google.design",
    "google.city",
    "google.style",
    "google.studio",
    "google.br.com",
    "google.cn.com",
    "google.eu.com",
    "google.bz",
    "google.jpn.com",
    "google.sa.com",
    "google.ru.com",
    "google.uk.com",
    "google.za.com",
    "google.us.com"
  ],
  "taken": [
    "google.shop",
    "google.chat",
    "google.direct",
    "google.games",
    "google.immo",
    "google.life",
    "google.jp",
    "google.market",
    "google.de",
    "google.bid",
    "google.li",
    "google.lt",
    "google.fashion",
    "google.ai",
    "google.id",
    "google.us",
    "google.com.sg",
    "google.charity",
    "google.to",
    "google.buzz",
    "google.tattoo",
    "google.stream",
    "google.wf",
    "google.giving",
    "google.org.uk",
    "google.cc",
    "google.se",
    "google.sydney",
    "google.photo",
    "google.realestate",
    "google.co.nz",
    "google.review",
    "google.tv",
    "google.study",
    "google.vlaanderen",
    "google.im",
    "google.school.nz",
    "google.wiki",
    "google.select",
    "google.ws",
    "google.geek.nz",
    "google.co.za",
    "google.trade",
    "google.net.nz",
    "google.bar",
    "google.racing",
    "google.taipei",
    "google.surf",
    "google.yoga",
    "google.eco",
    "google.tube",
    "google.how",
    "google.vodka",
    "google.science",
    "google.cloud",
    "google.tokyo",
    "google.enterprises",
    "google.engineering",
    "google.florist",
    "google.discount",
    "google.equipment",
    "google.domains",
    "google.builders",
    "google.email",
    "google.express",
    "google.construction",
    "google.family",
    "google.diamonds",
    "google.gy",
    "google.limited",
    "google.marketing",
    "google.investments",
    "google.dog",
    "google.dating",
    "google.photography",
    "google.house",
    "google.actor",
    "google.partners",
    "google.land",
    "google.rocks",
    "google.report",
    "google.vegas",
    "google.watch",
    "google.rip",
    "google.tours",
      "google.works",
    "google.video",
    "google.tennis",
    "google.vin"
  ]
}
Comments to: Domain Availability Checker API

    Your email address will not be published. Required fields are marked *

    Attach images - Only PNG, JPG, JPEG and GIF are supported.

    Login

    Welcome to api.market

    Join API.market