Skip to main content
GET
/
net
/
status
show networking state
curl --request GET \
  --url http://localhost:3917/net/status
{
  "active": true,
  "server": {
    "connected_peers": 2,
    "peer_addresses": [
      "127.0.0.1:50001"
    ]
  },
  "tick_rate": {
    "net_rate": 20,
    "sim_rate": 60,
    "ticks_per_send": 3
  }
}

Response

200 - application/json

Networking state: server/client status, tick-rate config, and bandwidth budget (or inactive when no networking resources exist).