Get CS server monitoring metrics

Returns detailed server metrics for a CS game server within a specified time window.

Important: The maximum time window between start_time and end_time is 3 hours. Requests exceeding this limit will be rejected with a 400 error. The time range must also fall within the last 30 days.

Returns CPU/memory usage, player ping, packet loss, server var (SVMS), and connected player IDs.

Path Params
string
required

The game server ID

Query Params
string
required

Start of the time window (ISO 8601)

string
required

End of the time window (ISO 8601). Must be at most 3 hours after start_time. Requests with a larger window will return 400.

Responses

400

Invalid server_id or time range

404

Server not found

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json