---
title: "Details of a domain"
method: GET
path: "/domains/{domainName}"
tags: ["Domains"]
---

# Details of a domain

`GET /domains/{domainName}`

## Path parameters

- `domain_name` string, required

## Response `200`

OK

- DomainDetail
  - `domain_name` string — The domain name
  - `expiration_date` string, date-time — Expiration date of the domain
  - `will_renew` boolean — Indication of renewal. No value indicates that the renewal state could not be determined at the moment.
  - `name_servers` NameServer[] — Nameservers of the domain
    - `name` string — Nameserver name
    - `ip` string — Nameserver ip
  - `registrant` Registrant
    - `first_name` string — First name of the registrant.
    - `last_name` string — Last name of the registrant.
    - `address` string — Address of the registrant.
    - `postal_code` string — Postal code of the registrant.
    - `city` string — City of the registrant.
    - `country_code` string — Country code of the registrant. Syntax: 'BE', 'NL, 'FR', ...
    - `email` string — Email of the registrant.
    - `fax` string — Fax of the registrant. Syntax: '+32.123456789'
    - `phone` string — Phone of the registrant. Syntax: '+32.123456789'
    - `language_code` string — Language code of the registrant. Syntax: 'nl', 'fr', 'en', 'de', ...
    - `company_name` string — Company name of the registrant. The registrant is a company if not empty, otherwise the registrant is an individual when validating extra fields.
    - `enterprise_number` string — Enterprise number of the registrant. Syntax: 'BE0123456789'
  - `can_toggle_renew` boolean — Indication if the domain renew state can be changed.

---

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