List game servers
Last updated: May 29, 2026
List game servers
Get a list of game servers for the specified account service ID with optional filters for fleet, region, location, profile, and status.
Endpoint
GET /cfp/v3/serversQuery Parameters
Name | Type | Required | Description |
|---|---|---|---|
| string | No | Filter by fleet ID. |
| string | No | Filter by region ID. |
| string | No | Filter by location ID. |
| integer | No | Filter by profile ID. |
| string | No | Filter by server status. |
| integer | No | Maximum number of servers to return. |
| integer | No | Offset for pagination. |
Example Request
curl -X GET "https://api.multiplay.dev/cfp/v3/servers?fleetid=<fleetid>®ionid=<regionid>&locationid=<locationid>&profileid=<profileid>&status=<status>&limit=<limit>&offset=<offset>" \
-H "Authorization: Bearer <token>"Responses
Status | Description |
|---|---|
| Successful response with server list. |
| |
| |
| |
|