---
title: "Get Site Information"
method: GET
path: "/v0/sites/{site_id}"
tags: ["sites"]
---

# Get Site Information

`GET /v0/sites/{site_id}`

Retrieves detailed information about a specific Pantheon site.

## Path parameters

- `site_id` string, required

## Response `200`

- Site — SiteInfo represents detailed information about a Pantheon site
  - `created` integer, required — Unix timestamp when site was created
  - `framework` string, required — Framework used by the site
  - `frozen` boolean — Whether the site is frozen
  - `holder_id` string — UUID of the holder entity
  - `holder_type` string — Type of entity holding the site (user or organization)
  - `id` string, required — Site UUID
  - `label` string, required — Site display label
  - `last_frozen_at` integer — Unix timestamp when site was last frozen
  - `max_num_multidevs` integer — Maximum number of multidev environments allowed
  - `name` string, required — Site machine name
  - `organization` string — Organization UUID that owns the site
  - `owner` string — UUID of the site owner
  - `plan_name` string — Site's service plan name
  - `region` string — Geographic region where the site is hosted
  - `upstream` SiteUpstream — SiteUpstream represents upstream repository information
    - `id` string — Upstream repository ID or product ID
    - `label` string — Human-readable upstream label
    - `url` string — Upstream repository URL

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

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