---
title: "GET /domain/{name}"
method: GET
path: "/domain/{name}"
tags: ["Domain"]
---

# GET /domain/{name}

`GET /domain/{name}`

Get a domain

## Path parameters

- `name` string, required

## Response `200`

Success

- DomainFull
  - `id` string
  - `name` string
  - `status` string
  - `username` string
  - `faviconUrl` string
  - `nameServers` string[]

## Other responses

- `403` — Forbidden
- `404` — Not found
- `500` — Server error

---

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