---
title: "List game servers"
method: GET
path: "/game/servers"
tags: ["Game"]
---

# List game servers

`GET /game/servers`

Returns all active game servers with player counts, status, region, and settings.

## Response `200`

OK

- object
  - `servers` object[], required
    - `id` string, required — Stable server identifier - the UID assigned in the admin panel.
    - `name` string, required
    - `status` 'online' | 'offline' | 'starting' — Online while the server is reporting a player count, otherwise offline.
    - `region` string, nullable — Server region/location, if configured.
    - `game` 'ets2' | 'ats', nullable — Which game this server hosts.
    - `players` object, required
      - `current` integer, required
      - `limit` integer, required
    - `settings` object, required
      - `tick_rate` integer, required
      - `collisions` boolean, required
      - `sync_environment` boolean, required

---

[API](https://skmtc.dev/trucklinemp/apis/trucklinemp-public-api.md) · [All operations](https://skmtc.dev/trucklinemp/apis/trucklinemp-public-api/llms.txt) · [OpenAPI document](https://skmtc.dev/trucklinemp/apis/trucklinemp-public-api/revisions/5212ba63601d?raw)
