GOOZYRUST.com US 10x No BPs [Loot+/MyMini/TP/Shop] 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 50,
"fps_avg": 59,
"entities_count": 167005,
"world_seed": 2040866556,
"world_size": 3500,
"steam_id": "90286604366969869",
"domain": null,
"id": 763143,
"ip": "216.105.171.146",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Chicago",
"description": "![GOOZYRUST.com US 10x No BPs [Loot+/MyMini/TP/Shop]](https://i.imgur.com/rUnFl8j.png)\nGOOZY 10X Server - Wipe times:\r\n1:00 PM CST Monday & Friday\r\n\r\nLinks:\r\n• https://discord.gg/sGxpgbc\r\n\r\nFeatures:\r\n• Custom 10X Loot Tables (junk removed)\r\n• Clans (Limit: 12)\r\n• Custom kits\r\n• Fast smelt, instant craft\r\n• No Workbench requirements\r\n• Custom Plugins\r\n• Tastefully modded",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780596861,
"last_online": 1780630825,
"icon": null,
"name": "GOOZYRUST.com US 10x No BPs [Loot+/MyMini/TP/Shop]",
"connect": "216.105.171.146:28015",
"request": "216.105.171.146:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 5,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1680789916,
"last_update": 1780630825,
"banned": false,
"wipe": 1780596872,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1300,
"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/763143");
$data = json_decode($json, true);
var_dump($data);