| Required | Parameter | Type | Description | Default Value |
|---|---|---|---|---|
| True | IP | String | Server's IP address or domain | None |
| False | Port | Integer | The port of which the game server is running on. | 27015 |
Parameters
| Required | Parameter | Type | Description | Default Value |
|---|---|---|---|---|
| True | IP | String | Server's IP address or domain | None |
| False | Port | Integer | The port of which the game server is running on. | 27015 |
Single Server
{
"status": true,
"hostname": "{IP}",
"port": {PORT},
"cached": false
}
Multiple Servers
{
"{IP}:{PORT}": {
"status": true,
"hostname": "{IP}",
"port": {PORT},
"cached": false
},
"{IP2}:{PORT2}": {
"status": true,
"hostname": "{IP2}",
"port": {PORT2},
"cached": false
}
}
Single Server
{
"status": true,
"hostname": "{IP}",
"port": {PORT},
"players": {
"online": 2,
"max": 64,
"list": [
{
"name": "Player",
"score": 0,
"time": {
"seconds": 622.31860351562,
"minutes": 10.37197672526,
"hours": 0.17286627875434
}
},
{
"name": "TAZ",
"score": 9,
"time": {
"seconds": 348.03500366211,
"minutes": 5.8005833943685,
"hours": 0.096676389906141
}
}
]
},
"cached": false
}
Multiple Servers
{
"{IP}:{PORT}": {
"status": true,
"hostname": "{IP}",
"port": {PORT},
"players": {
"online": 2,
"max": 64,
"list": [
{
"name": "Player",
"score": 0,
"time": {
"seconds": 622.31860351562,
"minutes": 10.37197672526,
"hours": 0.17286627875434
}
},
{
"name": "TAZ",
"score": 9,
"time": {
"seconds": 348.03500366211,
"minutes": 5.8005833943685,
"hours": 0.096676389906141
}
}
]
},
"cached": false
},
"{IP2}:{PORT2}": {
"status": true,
"hostname": "{IP2}",
"port": {PORT2},
"players": {
"online": 0,
"max": 64,
"list": null
},
"cached": false
}
}
Single Server
{
"status": true,
"hostname": "{IP}",
"port": {PORT},
"name": "csgo server",
"map": "de_dust2",
"vac_secured": true,
"password_protected": false,
"join": "steam://connect/{IP}:{PORT}/",
"version": "1.35.9.5",
"protocol": 17,
"players": {
"online": 2,
"max": 64,
"list": [
{
"name": "Player",
"score": 0,
"time": {
"seconds": 622.31860351562,
"minutes": 10.37197672526,
"hours": 0.17286627875434
}
},
{
"name": "TAZ",
"score": 9,
"time": {
"seconds": 348.03500366211,
"minutes": 5.8005833943685,
"hours": 0.096676389906141
}
}
]
},
"cached": false
}
Multiple Servers
{
"{IP}:{PORT}": {
"status": true,
"hostname": "{IP}",
"port": {PORT},
"name": "csgo server",
"map": "de_dust2",
"vac_secured": true,
"password_protected": false,
"join": "steam://connect/{IP}:{PORT}/",
"version": "1.35.9.5",
"protocol": 17,
"players": {
"online": 2,
"max": 64,
"list": [
{
"name": "Player",
"score": 0,
"time": {
"seconds": 622.31860351562,
"minutes": 10.37197672526,
"hours": 0.17286627875434
}
},
{
"name": "TAZ",
"score": 9,
"time": {
"seconds": 348.03500366211,
"minutes": 5.8005833943685,
"hours": 0.096676389906141
}
}
]
},
"cached": false
},
"{IP2}:{PORT2}": {
"status": true,
"hostname": "{IP}",
"port": {PORT},
"name": "csgo server",
"map": "de_inferno",
"vac_secured": true,
"password_protected": false,
"join": "steam://connect/{IP}:{PORT}/",
"version": "1.35.9.5",
"protocol": 17,
"players": {
"online": 0,
"max": 64,
"list": null
},
"cached": false
}
}