---
title: "List domain name servers"
method: GET
path: "/{account}/registrar/domains/{domain}/delegation"
tags: ["registrar delegation"]
---

# List domain name servers

`GET /{account}/registrar/domains/{domain}/delegation`

Lists the name servers for the domain.

The canonical DNSimple name server hostnames are ns1.dnsimple-edge.com, ns2.dnsimple-edge.net, ns3.dnsimple-edge.io, and ns4.dnsimple-edge.org. Domains delegated to the legacy ns1.dnsimple.com through ns4.dnsimple.com hostnames are returned as delegated to those hostnames, which still resolve and answer from the same edge infrastructure.

## Path parameters

- `account` integer, required
- `domain` string, required

## Response `200`

Successfully retrieved the domain name servers.

- object
  - `data` DomainNameServer[], required

## Other responses

- `404` — The requested resource doesn't exist.

## Changes

- **2025-07-11** (v2) `06780be0ef17` — 2 info
  - the response property `data` became required for the status `200`
  - the response property `message` became required for the status `404`
- **2023-07-18** (v2) `c8591dcf8c29` — 2 breaking
  - the response property `data` became optional for the status `200`
  - the response property `message` became optional for the status `404`

[Change history](https://skmtc.dev/dnsimple/apis/dnsimple-api/changes/:account/registrar/domains/:domain/delegation/get.md)

---

[API](https://skmtc.dev/dnsimple/apis/dnsimple-api.md) · [All operations](https://skmtc.dev/dnsimple/apis/dnsimple-api/llms.txt) · [OpenAPI document](https://skmtc.dev/dnsimple/apis/dnsimple-api/revisions/faec8b49cc03?raw)
