US Limitless 2x Solo/Duo/Trio|No BP Wipes|Team BPs|Noob Friendl 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/6690893
json
{
  "response": {
    "steam_id": 90284359799173140,
    "domain": null,
    "id": 6690893,
    "ip": "185.248.134.120",
    "port": 28010,
    "query": 28015,
    "color": 0,
    "city": "Dallas",
    "description": "Discord: discord.gg/limitless\nVIP: LimitlessRust.com\nLeaderboards in 125+ categories: LimitlessRust.com/leaderboards\n\nBlueprints shared with teammates\nBlueprints don't wipe\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)\nMax group size: 3. No allying/teaming allowed. Read /teamlimits\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": 1775156531,
    "score": 0,
    "last_online": 1776249019,
    "icon": null,
    "name": "US Limitless 2x Solo/Duo/Trio|No BP Wipes|Team BPs|Noob Friendl",
    "connect": "185.248.134.120:28010",
    "request": "185.248.134.120:28015",
    "map": "Wiped 1 day ago",
    "gamemode": "Rust",
    "version": "2623",
    "numplayers": 1,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1732060592,
    "last_update": 1776249019,
    "banned": false,
    "wipe": 1776106985,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3088,
    "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/6690893");
$data = json_decode($json, true);
var_dump($data);