API für [守护]100倍PVE/迷雾僵尸/突袭基地/等级武直/萌新
JSON für Programme, Websites und mehr
text
json
{
"response": {
"oxide": true,
"modded": true,
"fps": 50,
"fps_avg": 49,
"entities_count": 232800,
"world_seed": 1116466332,
"world_size": 4000,
"steam_id": "90286777075590157",
"domain": null,
"id": 11759594,
"ip": "45.125.46.188",
"port": 12333,
"query": 12336,
"project_id": null,
"color": 0,
"city": "Jinan",
"description": "![[守护]100倍PVE/迷雾僵尸/突袭基地/等级武直/萌新](https://pic1.imgdb.cn/item/64aa4e2d1ddac507cce91b11.jpg)\n☆。【守护】玩家交流QQ群:945515549\r\n☆。【守护】极限挑战●休闲养老●长久服-多元化僵尸●独特RPG模式.\r\n☆。【守护】装备强化│动态倍率│伤害统计│吸星大法│自动拾取│\r\n☆。【守护】金币商城│钻石商城│强化守卫│任务系统│经验果实\r\n☆。【守护】│休闲养老│签到系统│抽奖系统│钓鱼系统│危险宝藏│\r\n☆。【守护】服主QQ:37699220,QQ群:945515549\r\n☆。【守护】/kit领取豪华礼包,进群领取隐藏礼包!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780971856,
"last_online": 1780975822,
"icon": null,
"name": "[守护]100倍PVE/迷雾僵尸/突袭基地/等级武直/萌新",
"connect": "45.125.46.188:12333",
"request": "45.125.46.188:12336",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 31,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 75,
"add_date": 1780931722,
"last_update": 1780975822,
"banned": false,
"wipe": 1780622937,
"official": null,
"wipe_period": "monthly",
"next_wipe": 1783214937,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 507,
"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/11759594");
$data = json_decode($json, true);
var_dump($data);