---
title: "GET /matchmaking-api/v1/matchmaking/scoring-configuration/generate-mock-servers"
method: GET
path: "/matchmaking-api/v1/matchmaking/scoring-configuration/generate-mock-servers"
tags: ["Matchmaking"]
---

# GET /matchmaking-api/v1/matchmaking/scoring-configuration/generate-mock-servers

`GET /matchmaking-api/v1/matchmaking/scoring-configuration/generate-mock-servers`

## Query parameters

- `count` integer
- `capacity` integer
- `playerAge` integer
- `playerPlayHistory` number, double
- `isPlayerVoiceChatEnabled` boolean

## Response `200`

Success

- GenerateMockServerSignalValuesResponse — Response for generating mock server signal values.
  - `exampleGameSignalValues` MockServerSignalValues[], nullable — The mock server signal values.
    - `capacity` integer — The capacity of the mock server.
    - `occupancy` integer — The occupancy of the mock server.
    - `hasPreferredPlayers` boolean — If the game has preferred players.
    - `playerAge` integer — The joining player's age.
    - `serverAveragePlayerAge` integer — The server's age for the mock server.
    - `commonLanguagePlayers` integer — The number of player's in the mock server that have a common language.
    - `latency` integer — The latency of the mock server.
    - `commonDevicePlayers` integer — The number of player's in the mock server that have a common device.
    - `playerPlayHistory` number, double — The joining player's play history. The value is a log10 transformation of the player's playtime in minutes during last 28 days.
    - `serverAveragePlayHistory` number, double — The server's play history for the mock server.
    - `commonVoicePlayers` integer, nullable — The number of player's in the mock server that have voice chat enabled.
    - `commonTextChatPlayers` integer — The number of player's in the mock server that can commonly text chat with the joining player.

---

[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/ce82f06a4ba6/schema)
