---
title: "GET /v1/private-servers/my-private-servers"
method: GET
path: "/v1/private-servers/my-private-servers"
tags: ["Private servers", "Universes"]
---

# GET /v1/private-servers/my-private-servers

`GET /v1/private-servers/my-private-servers`

## Query parameters

- `privateServersTab` 'MyPrivateServers' | 'OtherPrivateServers'
- `itemsPerPage` integer
- `cursor` string

## Response `200`

Success

- MyPrivateServersResponse
  - `nextPageCursor` string, nullable
  - `previousPageCursor` string, nullable
  - `data` MyPrivateServersData[], nullable
    - `active` boolean
    - `universeId` integer
    - `placeId` integer, nullable
    - `name` string, nullable
    - `ownerId` integer
    - `ownerName` string, nullable
    - `priceInRobux` integer, nullable
    - `privateServerId` integer
    - `expirationDate` string, date-time
    - `willRenew` boolean
    - `universeName` string, nullable
    - `purchaseScheduleId` integer, nullable
    - `totalDiscountAmountInRobux` integer, nullable
    - `metadata` PrivateServerSubscriptionMetadata
      - `privateServerSubscriptionTags` PrivateServerSubscriptionTag[], nullable

---

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