[GER] Rustvillage | PvE | Rotating PvP Zones | Events 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 176,
"fps_avg": 170,
"entities_count": 125774,
"world_seed": 1337,
"world_size": 4096,
"steam_id": "90286221506755607",
"domain": null,
"id": 8839042,
"ip": "78.46.72.81",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Falkenstein",
"description": "![[GER] Rustvillage | PvE | Rotating PvP Zones | Events](https://cds.rustvillage.de/img/logos/server-headerimage.png)\nWillkommen bei Rustvillage!\r\n\r\nAuf dich wartet ein modded PvE Server mit rotierenden PvP Zonen, vielen Events und einer tollen Community.\r\n\r\nFuer weitere Infos und Details besuche unsere Homepage:\r\n\r\nhttps://rustvillage.de",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779761002,
"last_online": 1779790821,
"icon": null,
"name": "[GER] Rustvillage | PvE | Rotating PvP Zones | Events",
"connect": "78.46.72.81:28015",
"request": "78.46.72.81:28017",
"map": "Cataclysm: Fury of Nature",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 80,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1746128958,
"last_update": 1779790821,
"banned": false,
"wipe": 1778176146,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3292,
"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/8839042");
$data = json_decode($json, true);
var_dump($data);