---
title: "Address Directory info"
method: GET
path: "/explorer/directory/{address}"
tags: ["Directory API"]
---

# Address Directory info

`GET /explorer/directory/{address}`

Returns Directory information for a given account address.

## Path parameters

- `address` string, required — Account address (ED25519 public key)

## Response `200`

Directory entry fetched

- DirectoryEntry — Directory entry info
  - `address` string, required — Account address (ED25519 public key)
  - `paging_token` string, required — Account address (ED25519 public key)
  - `name` string, required — Entry friendly name
  - `tags` string[], required — Entry friendly name
  - `domain` string — Domain associated with entry if any

## Other responses

- `400` — Invalid request parameters
- `404` — Entry not found

---

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