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

## 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/:address/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-service-production.skmtc.workers.dev/v1/apis/stellar-expert/stellarexpert-api/revisions/5d96955edab4/schema)
