Rust
EU Limitless 2x Monthly Main | No BP Wipes | x2 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/11159001json
{
"response": {
"fps": 36,
"fps_avg": 35,
"entities_count": 517913,
"world_seed": 1337,
"world_size": 4263,
"steam_id": "90285607049395226",
"domain": null,
"id": 11159001,
"ip": "185.248.134.62",
"port": 28010,
"query": 28015,
"color": 0,
"city": "London",
"description": "Map wipes Monthly on Forced wipes - first Thursday of each month at 19:00 BST/20:00 CEST\nBlueprints don't wipe\n\nDiscord: discord.gg/limitless\nVIP: LimitlessRust.com\nLeaderboards in 125+ categories: LimitlessRust.com/leaderboards\n\nFree /skinbox - skin any item\n2x gather rates on everything\n2x scrap and components\n2x craft and recycling times\nIncreased stack sizes & smelting speed\nSome minicopters spawn on the roads\nDrone marketplaces at Fishing Villages & Ranches\nRecyclers at Dome, Oilrigs, Cargo, Ranches & Fishing Villages\nMap polls 24 hours before every wipe in the discord\nVehicles spawn with car parts and are ready to drive\nShort nights & long days\nVehicle airdrops\nStarter kits\nActive non-playing admins\nAnd so much more! View commands with /help\n---------------\nRules: (more with /rules)\nNo cheating/exploiting. No VPNs/proxies\nNo Rust game banned alts in the last 150 days\nNo more than 1 Rust game banned alt\nPlaying with cheaters/evaders will result in a ban",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778504584,
"score": 0,
"last_online": 1778526010,
"icon": null,
"name": "EU Limitless 2x Monthly Main | No BP Wipes | x2",
"connect": "185.248.134.62:28010",
"request": "185.248.134.62:28015",
"map": "discord.gg/Limitless",
"gamemode": "Survival",
"version": "2625",
"numplayers": 363,
"maxplayers": 375,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 112,
"add_date": 1772228121,
"last_update": 1778526010,
"banned": false,
"wipe": 1778175770,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 92,
"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/11159001");
$data = json_decode($json, true);
var_dump($data);