---
title: "GET /v1/vip-servers/{id}"
method: GET
path: "/v1/vip-servers/{id}"
tags: ["Metadata", "Private servers"]
---

# GET /v1/vip-servers/{id}

`GET /v1/vip-servers/{id}`

## Path parameters

- `id` integer, required

## Response `200`

Success

- PrivateServerResponse
  - `id` integer
  - `name` string, nullable
  - `game` GameResponse
    - `id` integer
    - `name` string, nullable
    - `rootPlace` PlaceResponse
      - `id` integer
      - `name` string, nullable
  - `joinCode` string, nullable
  - `active` boolean
  - `subscription` PrivateServerSubscriptionResponse
    - `active` boolean
    - `expired` boolean
    - `expirationDate` string, date-time
    - `price` integer, nullable
    - `canRenew` boolean
    - `hasInsufficientFunds` boolean
    - `hasRecurringProfile` boolean
    - `hasPriceChanged` boolean
    - `purchaseScheduleId` integer, nullable
    - `totalDiscountAmountInRobux` integer, nullable
    - `metadata` PrivateServerSubscriptionMetadata
      - `privateServerSubscriptionTags` PrivateServerSubscriptionTag[], nullable
  - `permissions` PrivateServerPermissionsResponse
    - `clanAllowed` boolean
    - `enemyClanId` integer, nullable
    - `friendsAllowed` boolean
    - `users` SkinnyUserResponse[], nullable
      - `id` integer
      - `name` string, nullable
      - `displayName` string, nullable
  - `voiceSettings` PrivateServerVoiceSettingsResponse
    - `enabled` boolean
  - `link` string, nullable

## Changes

- **2026-08-25** `15343b76e5a1` — 1 info
  - api tag `Universes` removed
- **2026-08-19** `1d2042bb1a48` — 1 warning
  - added the new `RobloxSubscriptionActiveBenefit` enum value to the `subscription/allOf[#/components/schemas/PrivateServerSubscriptionResponse]/metadata/allOf[#/components/schemas/PrivateServerSubscriptionMetadata]/privateServerSubscriptionTags/items/` response property for the response status `200`

[Change history](https://skmtc.dev/roblox/apis/roblox-api/changes/v1/vip-servers/:id/get.md)

---

[API](https://skmtc.dev/roblox/apis/roblox-api.md) · [All operations](https://skmtc.dev/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/roblox/roblox-api/revisions/997412c1cdd2/schema)
