API für 新人PVE-建家打怪-万款皮肤免费-房子无敌
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 215,
"fps_avg": 232,
"entities_count": 2055,
"world_seed": 1,
"world_size": 1000,
"steam_id": "90286588955246592",
"domain": null,
"id": 11606979,
"ip": "43.249.193.200",
"port": 13999,
"query": 14000,
"color": 0,
"city": "Jinan",
"description": "1.任务系统,超多副本,升级刷怪,召唤个人超级武直,超级坦克\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": 1780567468,
"last_online": 1780589437,
"icon": null,
"name": "新人PVE-建家打怪-万款皮肤免费-房子无敌",
"connect": "43.249.193.200:13999",
"request": "43.249.193.200:14000",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915490,
"last_update": 1780589437,
"banned": false,
"wipe": 1779561203,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5425,
"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/11606979");
$data = json_decode($json, true);
var_dump($data);