Domain IS

/domain-is

GET

Query parameters

name

array

The domain names (with their TLD’s) to check.

JSON response

Possible errors

Sample

curl \
--request GET \
--user "{{api_username}}:{{api_key}}" \
"{{api_base_url}}/domain-is?name=example.com&name=example.net&name=example.org" | python -m json.tool