API für 「奥利奥PVE」组队刷怪建家--新手天地-5年老服
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 40,
"fps_avg": 40,
"entities_count": 95109,
"world_seed": 1337,
"world_size": 4096,
"steam_id": "90286617791353856",
"domain": null,
"id": 11606973,
"ip": "43.249.193.200",
"port": 18999,
"query": 19000,
"project_id": null,
"color": 0,
"city": "Jinan",
"description": "\n1.任务系统,超多副本,升级刷怪,召唤个人超级武直,超级坦克\r\n\r\n2.【入门简单】【长久耐玩】【养老圣地】【服主常在】\r\n\r\n3.【各种BOSS】【突袭基地】【合成超武】【强化升级】\r\n\r\n4.【礼包多多】【老手不腻】【新手刺激】【玩法超多】\r\n\r\n5.领取礼包,开黑组队,学习新玩法,玩家交流,QQ群:677086274",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780655059,
"last_online": 1780677038,
"icon": null,
"name": "「奥利奥PVE」组队刷怪建家--新手天地-5年老服",
"connect": "43.249.193.200:18999",
"request": "43.249.193.200:19000",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915489,
"last_update": 1780677038,
"banned": false,
"wipe": 1780254556,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5356,
"language": "zh",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11606973");
$data = json_decode($json, true);
var_dump($data);