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

# Get Site Plan Information

`GET /v0/sites/{site_id}/plan`

Retrieves detailed plan information for a site including pricing,
billing cycle, and feature availability.

## Path parameters

- `site_id` string, required

## Response `200`

- SitePlan
  - `billing_cycle` string — Billing cycle (monthly/annual)
  - `name` string, required — Plan display name
  - `price` integer — Plan price in cents
  - `sku` string — Plan SKU identifier

## Other responses

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