API for !#CCSG|公益服|2倍经yan
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286213423566858",
"domain": null,
"id": 11492292,
"ip": "111.228.1.208",
"port": 21018,
"query": 21038,
"color": 0,
"city": "Beijing",
"description": null,
"game": 232090,
"owner": 193758,
"boosts": 1,
"last_offline": 1779311580,
"last_online": 1779821424,
"icon": null,
"name": "!#CCSG|公益服|2倍经yan",
"connect": "111.228.1.208:21018",
"request": "111.228.1.208:21038",
"map": "kf-killzone_theoctagon",
"gamemode": "Killing Floor 2",
"version": "1150",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": true,
"country": "CN",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1778403035,
"last_update": 1779821424,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 78,
"language": "zh",
"parked": false,
"app": {
"id": 51,
"steam_id": 232090,
"name": "Killing Floor 2",
"url": "killing-floor-2"
},
"server_owner": {
"username": "cici8705",
"avatar": "no.jpg"
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11492292");
$data = json_decode($json, true);
var_dump($data);