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

---

[API](https://skmtc.net/stellar-expert/apis/stellarexpert-api.md) · [All operations](https://skmtc.net/stellar-expert/apis/stellarexpert-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stellar-expert/stellarexpert-api/revisions/5d96955edab4/schema)
