API für 5月新服{仿官服+商城=新玩法}0929·无规则 ·不删档 ·不用发视频 最新反作弊系统· 带新人萌新
JSON für Programme, Websites und mehr
text
json
{
"response": {
"build": 118271,
"extraFlags": 1,
"nameHeaderRaw": "f0df1c010003",
"statusFlags": 32,
"type": 0,
"unknownStatusFlags": 32,
"steam_id": null,
"domain": null,
"id": 11741712,
"ip": "8.156.70.102",
"port": 7008,
"query": 7008,
"color": 0,
"city": "Chengdu",
"description": null,
"game": 513710,
"owner": null,
"boosts": 1,
"last_offline": 1780599237,
"last_online": 1780595412,
"icon": null,
"name": "5月新服{仿官服+商城=新玩法}0929·无规则 ·不删档 ·不用发视频 最新反作弊系统· 带新人萌新",
"connect": "8.156.70.102:7008",
"request": "8.156.70.102:7008",
"map": null,
"gamemode": "community-direct",
"version": "1.3.0.1.118271",
"numplayers": 0,
"maxplayers": 128,
"bots": 0,
"secured": null,
"private": false,
"country": "CN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780412912,
"last_update": 1780599237,
"banned": false,
"wipe": null,
"official": false,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5368,
"language": "zh",
"parked": false,
"app": {
"id": 11540,
"steam_id": 513710,
"name": "SCUM",
"url": "scum"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11741712");
$data = json_decode($json, true);
var_dump($data);