CS2 Servers

Returns the CS2 server with the specified ID / name.

If you specify a name, it does not have to be an exact match, although exact matches will be preferred.

get/servers/{server}

Path parameters

string required
OR
integer required
Example:Alpha's KZ

a server ID or name

Response

idinteger required
namestring required
hoststring hostname required

an IPv4/IPv6 address or domain

portinteger required
approved_atstring date-time required

a UTC timestamp

Example response

{
  "host": "255.255.255.255",
  "owner": {
    "id": "76561198282622073"
  },
  "approved_at": "1970-01-01T00:00:00Z",
  "a2s_info": {
    "_updated_at": "1970-01-01T00:00:00Z"
  },
  "geo_info": {
    "_updated_at": "1970-01-01T00:00:00Z"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.