API für 『呆呆鱼』|5.30档|双倍|五人|无权|萌新福利|
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 45,
"fps_avg": 48,
"entities_count": 103134,
"world_seed": 1664645875,
"world_size": 4250,
"steam_id": "90286187975677952",
"domain": null,
"id": 11606945,
"ip": "202.189.5.244",
"port": 31415,
"query": 31421,
"color": 0,
"city": "Beijing",
"description": "欢迎来到呆呆鱼服务器\r\n\r\n我们为每位玩家提供无权、纯净、公平的游戏环境拒绝不正当手段,确保每场对决充满挑战。\r\n\r\n服务器特色:无权限、公平:所有玩家平等对待。严格查挂:打击外挂、鼠标宏等作弊行为。纯净环境:保留RUST原汁原味,回归生存挑战。联系方式:\r\n\r\nQQ群 1012571149,加入获取更多信息。\r\n\r\n真心热爱RUST的你,欢迎加入呆呆鱼!\r\n\r\n感谢大家的支持与配合!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780582422,
"last_online": 1780144224,
"icon": null,
"name": "『呆呆鱼』|5.30档|双倍|五人|无权|萌新福利|",
"connect": "202.189.5.244:31415",
"request": "202.189.5.244:31421",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779915489,
"last_update": 1780582422,
"banned": false,
"wipe": 1779688242,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12213,
"language": "zh",
"parked": false,
"app": {
"id": 252490,
"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/11606945");
$data = json_decode($json, true);
var_dump($data);