---
title: "Get Agency Plan website details"
method: GET
path: "/api/agency-hosting/v1/websites/{website_uid}"
tags: ["Agency Hosting: Websites"]
---

# Get Agency Plan website details

`GET /api/agency-hosting/v1/websites/{website_uid}`

Retrieves detailed information about a specific Agency Plan website, including configuration,
status, metadata, hosting plan details, and resource quotas.

## Path parameters

- `website_uid` string, required

## Response `200`

Success response

- AgencyHostingV1WebsitesWebsiteResource
  - `uid` string — Website UID
  - `ipv4` string — IPv4 address
  - `flavor` string — Setup flavor
  - `type` string, nullable — Website type
  - `description` string, nullable — Description
  - `state` 'active' | 'suspended' — Website state
  - `created_at` string, date-time
  - `domains` AgencyHostingV1WebsitesWebsiteDomainDetailsResource[] — Array of [`AgencyHosting.V1.Websites.WebsiteDomainDetailsResource`](#model/agencyhostingv1websiteswebsitedomaindetailsresource)
    - `fqdn` string — Domain name
    - `parent_fqdn` string, nullable — Parent domain name if the domain is a subdomain
    - `ipv6` string, nullable — IPv6 address
    - `created_at` string, date-time
    - `nameservers` string[]
    - `ssl_cert` AgencyHostingV1WebsitesSslCertResource
      - `names` string[] — SSL cert names
      - `expires_at` string, date-time
      - `created_at` string, date-time
    - `custom_ssl_cert` AgencyHostingV1WebsitesCustomSslCertResource
      - `is_expired` boolean — Is the SSL certificate expired
      - `expires_at` string, date-time, nullable
      - `created_at` string, date-time
  - `preview_domain` AgencyHostingV1WebsitesWebsitePreviewDomainResource
    - `fqdn` string — Preview domain name
    - `created_at` string, date-time — Creation date
  - `settings` AgencyHostingV1WebsitesWebsiteSettingsResource
    - `php` AgencyHostingV1WebsitesWebsitePhpSettingsResource
      - `version` string — PHP version
      - `workers` integer — Number of PHP workers
  - `wordpress` AgencyHostingV1WebsitesWordPressInstallResource
    - `domain` string — WordPress domain
    - `title` string — WordPress title
    - `language` string — WordPress language
    - `is_config_locked` boolean — WordPress configuration lock status
    - `created_at` string, date-time — Creation date
  - `remote_access` AgencyHostingV1WebsitesWebsiteRemoteAccessResource
    - `mode` string — Remote access mode
    - `ssh` AgencyHostingV1WebsitesWebsiteSshDetailsResource
      - `username` string — SSH username
      - `host` string — SSH host
      - `port` integer — SSH port
      - `is_enabled` boolean — Is SSH access enabled
      - `is_password_enabled` boolean — Is SSH password access enabled
    - `sftp` AgencyHostingV1WebsitesWebsiteSftpDetailsResource
      - `username` string — SFTP username
      - `host` string — SFTP host
      - `port` integer — SFTP port
      - `is_enabled` boolean — Is SFTP access enabled
  - `server` AgencyHostingV1WebsitesWebsiteServerResource
    - `hostname` string — Server hostname
    - `country_code` string — Country code
  - `order` AgencyHostingV1WebsitesWebsiteOrderResource
    - `id` integer — Order ID
    - `status` string, nullable — Order status
    - `created_at` string, date-time
    - `plan` AgencyHostingV1WebsitesWebsiteOrderPlanResource
      - `name` string, nullable — Plan name
      - `parameters` object — Plan parameters
        - `disk_quota_bytes` integer — Disk quota in bytes
        - `inode_quota` integer — Inode quota
        - `cpu_cores` integer — CPU cores
        - `memory_quota_bytes` integer — Memory quota in bytes
        - `disk_iops_quota` integer — Disk IOPs quota
        - `process_quota` integer — Process quota
        - `website_quota` integer — Website quota
        - `max_databases_per_website` integer — Maximum number of databases per website
        - `is_cdn_available` boolean — Is CDN available
  - `user` AgencyHostingV1WebsitesWebsiteUserResource
    - `username` string — System username
    - `state` string — User state
  - `staging_root` AgencyHostingV1WebsitesWebsiteStagingRootResource
    - `uid` string — UID of the website this is a staging environment of

## 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)
