| 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. | 25200 |
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. | 25200 |
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": 1,
"max": 100,
"list": [
{
"name": "batedyr",
"guid": "",
"teamId": "1",
"squadId": "1",
"kills": "17",
"deaths": "2",
"score": "6466",
"rank": "132",
"ping": "25",
"type": "0"
}
]
},
"cached": false
}
Multiple Servers
{
"{IP}:{PORT}": {
"status": true,
"hostname": "{IP}",
"port": {PORT},
"players": {
"online": 0,
"max": 100,
"list": null
},
"cached": false
},
"{IP2}:{PORT2}": {
"status": true,
"hostname": "{IP2}",
"port": {PORT2},
"players": {
"online": 1,
"max": 100,
"list": [
{
"name": "batedyr",
"guid": "",
"teamId": "1",
"squadId": "1",
"kills": "17",
"deaths": "2",
"score": "6466",
"rank": "132",
"ping": "25",
"type": "0"
}
]
},
"cached": false
}
}
Single Server
{
"status": true,
"hostname": "{IP}",
"port": {PORT},
"name": "BF4 Server",
"map": "MP_Siege",
"version": "179563",
"players": {
"online": 1,
"max": 100,
"list": [
{
"name": "batedyr",
"guid": "",
"teamId": "1",
"squadId": "1",
"kills": "17",
"deaths": "2",
"score": "6466",
"rank": "132",
"ping": "25",
"type": "0"
}
]
},
"cached": false
}
Multiple Servers
{
"{IP}:{PORT}": {
"status": true,
"hostname": "{IP}",
"port": {PORT},
"name": "BF4 Server",
"map": "MP_Naval",
"version": "179563",
"players": {
"online": 0,
"max": 100,
"list": null
},
"cached": false
},
"{IP2}:{PORT2}": {
"status": true,
"hostname": "{IP2}",
"port": {PORT2},
"name": "BF4 Server",
"map": "MP_Siege",
"version": "179563",
"players": {
"online": 1,
"max": 100,
"list": [
{
"name": "batedyr",
"guid": "",
"teamId": "1",
"squadId": "1",
"kills": "17",
"deaths": "2",
"score": "6466",
"rank": "132",
"ping": "25",
"type": "0"
}
]
},
"cached": false
}
}