[EU] OUTCAST 2x [Max3] QoL/Kits/Home/LootTables/Large 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 87,
"fps_avg": 85,
"entities_count": 93310,
"world_seed": 109706911,
"world_size": 4000,
"steam_id": "90286617480432653",
"domain": null,
"id": 11606490,
"ip": "51.195.54.193",
"port": 28080,
"query": 28015,
"color": 0,
"city": "Limburg an der Lahn",
"description": "![[EU] OUTCAST 2x [Max3] QoL/Kits/Home/LootTables/Large](https://i.ibb.co/gbQmDpp4/rusyheaderwp.jpg)\nWelcome to [EU] OUTCAST 2x biweekly!\r\n\r\n★ High-performance map, faster progression!\r\n★ 2x Rates / Max3 players per team/clan/auth\r\n★ Faster Utility & QoL\r\n★ Extra recyclers\r\n★ Electricals unlocked\r\n★ Fresh start!\r\n\r\n★ Active admins & support tickets\r\n\r\nReady for an adventure?",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779915471,
"last_online": 1780671035,
"icon": null,
"name": "[EU] OUTCAST 2x [Max3] QoL/Kits/Home/LootTables/Large",
"connect": "51.195.54.193:28080",
"request": "51.195.54.193:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915471,
"last_update": 1780671035,
"banned": false,
"wipe": 1780150219,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5221,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/11606490");
$data = json_decode($json, true);
var_dump($data);