API dla 『可乐』6.5/5倍/养老/三人/萌新礼包
JSON dla programów, stron i innych
text
json
{
"response": {
"fps": 187,
"fps_avg": 185,
"entities_count": 81603,
"world_seed": 114928897,
"world_size": 3750,
"steam_id": "90286612333321219",
"domain": null,
"id": 11606980,
"ip": "43.249.192.6",
"port": 29015,
"query": 29016,
"color": 0,
"city": "Jinan",
"description": "\n地图每周五重置一次,金币永久保留\r\n自动种植箱免费使用,出售南瓜兑换金币,只要肯肝氪金大佬也是弟弟\r\n服务上万款皮肤免费使用\r\n\r\n 举报玩家:游戏内按F7举报 或者 加群私聊群主\r\n\r\n QQ群:289797\r\n\r\n请务必遵守如下规则:\r\n-工具柜最多3人同时授权\r\n-密码锁最多3人同时授权\r\n-每个基地最多容纳3人\r\n-最多3人同时出行/抄家\r\n-更换队友时务必清除领地授权、炮塔授权、睡袋,并更改密码,否则一律按超员处置\r\n-在任何情况下都不允许其他队伍的玩家进入你的基地(被抄家除外)\r\n-禁止结盟\r\n-禁止任何形式的作弊,包括鼠标宏",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780612462,
"last_online": 1780645823,
"icon": null,
"name": "『可乐』6.5/5倍/养老/三人/萌新礼包",
"connect": "43.249.192.6:29015",
"request": "43.249.192.6:29016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 45,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 71,
"add_date": 1779915490,
"last_update": 1780645823,
"banned": false,
"wipe": 1780612574,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 606,
"language": "zh",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Przykłady kodu
php
<?php
$json = file_get_contents("https://api.gamemonitoring.pl/servers/11606980");
$data = json_decode($json, true);
var_dump($data);