[US] Emination's Harvest 2x [PvE][Raidable Bases] 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 79,
"fps_avg": 80,
"entities_count": 121044,
"world_seed": 1,
"world_size": 4500,
"steam_id": "90286230148891672",
"domain": null,
"id": 10815551,
"ip": "108.16.249.47",
"port": 28015,
"query": 28014,
"color": 0,
"city": "Hockessin",
"description": "![[US] Emination's Harvest 2x [PvE][Raidable Bases]](https://www.dropbox.com/s/hmwuyjd87djmv82/rusthead.jpg?dl=1)\nMonthly Wipes! PvP Starts Mid-Wipe! Discord: https://discord.gg/YgaUwnM Mods: - MyMini - Backpacks - BGrade - Handy Man - Kits - NTeleportation - Remover Tool - Sign Artist: 18+ stuff behind locked doors! - Skip Night - Trade - And More!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779351182,
"last_online": 1779793220,
"icon": null,
"name": "[US] Emination's Harvest 2x [PvE][Raidable Bases]",
"connect": "108.16.249.47:28015",
"request": "108.16.249.47:28014",
"map": "Emination's Harvest",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1767109953,
"last_update": 1779793220,
"banned": false,
"wipe": 1778265735,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4000,
"language": "en",
"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/10815551");
$data = json_decode($json, true);
var_dump($data);