Domain

A domain.

Blacklisted domain

Check if a domain is blacklisted.

If a domain is blacklisted the request returns a 200 response with the type of the listing. If the domain is not blacklisted, the request returns a 204 response (without any further information).

Request
path Parameters
type
required
string

The type of the blacklist domain request.

The blacklisted parameter is used to check for all possible blacklist types for the given domain. Otherwise, the given domain is only checked for the selected type.

Enum: "blacklisted" "disposable" "personal" "locked"
domain
required
string

The name of the domain.

Responses
200

Successful operation

204

No content

get/domain/{type}/{domain}
Request samples
Response samples
application/json
{
  • "success": true,
  • "hash": "77017224c0d511a6143cd67d269431c963a1cc67",
  • "data": {
    },
  • "timestamp": 1664976433618
}