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/servers

Query Parameters

Name

Type

Required

Description

fleetid

string

No

Filter by fleet ID.

regionid

string

No

Filter by region ID.

locationid

string

No

Filter by location ID.

profileid

integer

No

Filter by profile ID.

status

string

No

Filter by server status.

limit

integer

No

Maximum number of servers to return.

offset

integer

No

Offset for pagination.

Example Request

curl -X GET "https://api.multiplay.dev/cfp/v3/servers?fleetid=<fleetid>&regionid=<regionid>&locationid=<locationid>&profileid=<profileid>&status=<status>&limit=<limit>&offset=<offset>" \
  -H "Authorization: Bearer <token>"

Responses

Status

Description

200

Successful response with server list.

400

401

403

500