---
title: "Retrieve an Existing Domain"
method: GET
path: "/v2/domains/{domain_name}"
tags: ["DigitalOcean-public.v2-new_Domains"]
---

# Retrieve an Existing Domain

`GET /v2/domains/{domain_name}`

To get details about a specific domain, send a GET request to `/v2/domains/$DOMAIN_NAME`.

## Path parameters

- `domain_name` string, required

## Response `200`

The response will be a JSON object with a key called `domain`. The value of this will be an object that contains the standard attributes defined for a domain.

- object
  - `domain` Domain
    - `name` string — The name of the domain itself. This should follow the standard domain format of domain.TLD. For instance, `example.com` is a valid domain name.
    - `ip_address` string — This optional attribute may contain an IP address. When provided, an A record will be automatically created pointing to the apex domain.
    - `ttl` integer, nullable — This value is the time to live for the records on this domain, in seconds. This defines the time frame that clients can cache queried information before a refresh should be requested.
    - `zone_file` string, nullable — This attribute contains the complete contents of the zone file for the selected domain. Individual domain record resources should be used to get more granular control over records. However, this attribute can also be used to get information about the SOA record, which is created automatically and is not accessible as an individual record resource.

## Other responses

- `401` — Authentication failed due to invalid credentials.
- `404` — The resource was not found.
- `429` — The API rate limit has been exceeded.
- `500` — There was a server error.
- `default` — There was an unexpected error.

---

[API](https://skmtc.net/digitalocean/apis/digitalocean-api.md) · [All operations](https://skmtc.net/digitalocean/apis/digitalocean-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/digitalocean/digitalocean-api/revisions/cb3bf9b21459/schema)
