v1

latestOpenAPI 3.1.0MIT2026-07-17121736.2 KB
Directory API

Check domain

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

get/explorer/directory/blocked-domains/{domain}

Path parameters

domainstring required
Example:stellar.org.am

Domain to verify (case-insensitive)

Response

Domain verified

domainstring
blockedboolean

Whether the domain should be blocked

Example response

{
  "domain": "stellar.org.am",
  "blocked": true
}