---
title: "Check domain"
method: GET
path: "/explorer/directory/blocked-domains/{domain}"
tags: ["Directory API"]
---

# Check domain

`GET /explorer/directory/blocked-domains/{domain}`

Searches through the blocked malicious domains list to determine if the requested domain or its top-level domain is in the blocklist.

## Path parameters

- `domain` string, required

## Response `200`

Domain verified

- object
  - `domain` string
  - `blocked` boolean — Whether the domain should be blocked

## Other responses

- `400` — Invalid request parameters

## Changes

- **2022-10-01** `e98582bd958f` — 1 info
  - endpoint added
- **2022-06-01** `e95744a13be0` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/stellar-expert/apis/stellarexpert-api/changes/explorer/directory/blocked-domains/:domain/get.md)

---

[API](https://skmtc.dev/stellar-expert/apis/stellarexpert-api.md) · [All operations](https://skmtc.dev/stellar-expert/apis/stellarexpert-api/llms.txt) · [OpenAPI document](https://skmtc.dev/stellar-expert/apis/stellarexpert-api/revisions/4a1b59070201?raw)
