Rust For Noobs | 10X | Modded | PVP | CA 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 213,
"fps_avg": 203,
"entities_count": 79719,
"world_seed": 1337,
"world_size": 3800,
"steam_id": 90286621254623250,
"domain": null,
"id": 11606937,
"ip": "174.90.53.99",
"port": 28043,
"query": 28045,
"color": 0,
"city": "Toronto",
"description": "Welcome to the Rust For Noobs 10x CA Server.\r\nMonthly Wipes.\r\nDDos Protection\r\nHigh Proformance Servers.\r\nAnti Offline Raid Protection \r\nWith damage scaling based on time away.\r\nEvents. \r\nJoin discord ePxetTF \r\nAnything Goes\r\nModded \r\nList of Mods \r\nBackpacks \r\nBgrade \r\nNoBP \r\nFriends and shared auth \r\nFurnace splitter \r\nInstant Craft \r\nKits \r\nMore Loot \r\nQuick smelt \r\nTeleport \r\nRemover Tool \r\nSamSiteAuth \r\nVehicle Licence Buy \r\nAutomatic Auth TC for Friends",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779915488,
"last_online": 1780671032,
"icon": null,
"name": "Rust For Noobs | 10X | Modded | PVP | CA",
"connect": "174.90.53.99:28043",
"request": "174.90.53.99:28045",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 180,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915488,
"last_update": 1780671032,
"banned": false,
"wipe": 1779200945,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5309,
"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/11606937");
$data = json_decode($json, true);
var_dump($data);