---
title: "Get WHOIS profile"
method: GET
path: "/api/domains/v1/whois/{whoisId}"
tags: ["Domains: WHOIS"]
---

# Get WHOIS profile

`GET /api/domains/v1/whois/{whoisId}`

Retrieve a WHOIS contact profile.

Use this endpoint to view domain registration contact information.

## Path parameters

- `whoisId` integer, required

## Response `200`

Success response

- DomainsV1WHOISProfileResource
  - `id` integer — WHOIS Profile ID
  - `tld` string — TLD to which contact profile can be applied to
  - `country` string — ISO 3166 2-letter country code
  - `entity_type` 'individual' | 'organization' — WHOIS profile entity type
  - `whois_details` object — WHOIS profile details
  - `tld_details` object — TLD details
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `401` — Unauthenticated response
- `500` — Error response

---

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