Говно - EU 2X Monthly | Vanilla+ | No BP Wipes 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 170,
"fps_avg": 165,
"entities_count": 65738,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90286556708640798",
"domain": null,
"id": 11606336,
"ip": "116.202.236.161",
"port": 40864,
"query": 40866,
"color": 0,
"city": "Falkenstein",
"description": "\nГовно Rust Server/n \r\nMap Wipes: Force Wipes \r\nBlueprints Wipes: N/A (does not wipe ever) \r\n\r\nLinks:\r\n• discord.gg/govnorust \r\n• store.govnorust.com \r\n\r\nFeatures: \r\nMax Team: No Limit \r\n• 2x Gather Rates \r\n• Turret Limit: 24 \r\n• Fishing Village and Large Barn with Recycler \r\n• No P2W",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780551211,
"last_online": 1780505429,
"icon": null,
"name": "Говно - EU 2X Monthly | Vanilla+ | No BP Wipes",
"connect": "116.202.236.161:40864",
"request": "116.202.236.161:40866",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 67,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779915468,
"last_update": 1780551211,
"banned": false,
"wipe": 1779836419,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12137,
"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/11606336");
$data = json_decode($json, true);
var_dump($data);