Rust
API for 半萌·1000倍PVE不掉-无限耐久-据点-僵尸-养殖
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11435784json
{
"response": {
"fps": 29,
"fps_avg": 30,
"entities_count": 144219,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90285048918918161",
"domain": null,
"id": 11435784,
"ip": "45.125.44.27",
"port": 28615,
"query": 28616,
"color": 0,
"city": "Jinan",
"description": "\n死亡不掉-2种大背包不清-免费礼包-非队友无法掠夺-据点突袭-防守突袭\r\n守护将军-空间站-僵尸飞艇-僵尸场地-武器强化-火车车队-养老生存 \r\n\\t 新手服-萌新服-养老服-大地图-玩家之间无伤害-有pvp娱乐专用区域 \r\n\\t /kit礼包系统\r\n\\tQQ群:218923471 \\t 进群查看领取免费礼包指令\r\n\\tYy频道:35013\\t喊服主上黄马\\t\r\n\\t开服时间:2020年冬天-至今-永不关服\r\n /pf大量付费皮肤免费使用 \r\n\\t 免费权限:-蓝图全解-无限耐久-秒造\r\n\\t 养各种动物,种植,休闲,游乐设施:旋转木马,摩天轮,愤怒公牛……",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777320202,
"score": 0,
"last_online": 1777579221,
"icon": null,
"name": "半萌·1000倍PVE不掉-无限耐久-据点-僵尸-养殖",
"connect": "45.125.44.27:28615",
"request": "45.125.44.27:28616",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 2,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1774977204,
"last_update": 1777579221,
"banned": false,
"wipe": 1776726630,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2453,
"language": "zh",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11435784");
$data = json_decode($json, true);
var_dump($data);