---
title: "Blocked domains list"
method: GET
path: "/explorer/directory/blocked-domains"
tags: ["Directory API"]
---

# Blocked domains list

`GET /explorer/directory/blocked-domains`

Returns the list of domains reported by the community for fraudulent acitivity. This API endpoint follows Stellar Horizon API response format convention. A response result contains records and navigation links.

## Query parameters

- `search` string
- `cursor` string
- `order` 'asc' | 'desc' — Results sorting order
- `limit` number — Results data page size

## Response `200`

Blocked domains fetched

- object — List API response
  - `_links` object
    - `self` ListApiResponseNavLink
      - `href` string
    - `prev` ListApiResponseNavLink
      - `href` string
    - `next` ListApiResponseNavLink
      - `href` string
  - `_embedded` object
    - `records` object[]
      - `domain` string — Fully-qualified domain name
      - `paging_token` string — Cursor value for results paging

## 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/versions/5d96955edab4/schema)
