!RUSTY&CHILL! PVE|2X+|Friendly|KaruzaVehicles|Farm|Build|Skill| 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/9662675
json
{
  "response": {
    "fps": 42,
    "fps_avg": 42,
    "entities_count": 90845,
    "world_seed": 262346401,
    "world_size": 4250,
    "steam_id": 90285934844663820,
    "domain": null,
    "id": 9662675,
    "ip": "136.243.39.234",
    "port": 28080,
    "query": 28015,
    "color": 0,
    "city": "Falkenstein",
    "description": "![!RUSTY&CHILL! PVE|2X+|Friendly|KaruzaVehicles|Farm|Build|Skill|](https://i.ibb.co/fz80ZDkS/rusty-and-chill.png)\nWelcome to Rusty&Chill!\r\n\r\nStep into a polished survival experience built for long term play, creativity, and rewarding progression. Every system is carefully tuned to balance challenge, freedom, and fun for builders, explorers, traders, and PvE adventurers alike.\r\n\r\nWorld and Adventure\r\n- Custom map with unique monuments, hidden locations, and dynamic weather\r\n- Handcrafted points of interest designed for exploration\r\n- Events, AI encounters, and challenges that keep gameplay fresh\r\n\r\nProgression and Economy\r\n- Player driven trade market rewarding smart decisions\r\n- Skill progression system unlocking powerful abilities\r\n- Boosted gameplay with minimum 2x gather, improved loot, and better stack sizes\r\n\r\nFeatures and Content\r\n- Custom vehicles including aircraft and unique transport systems\r\n- Raidable bases with multiple difficulties and rewards\r\n- Advanced NPC encounters and PvE activities\r\n- Skinbox, quality of life upgrades, and many refined mechanics\r\n\r\nCommunity\r\n- Friendly and active staff team\r\n- Respectful no toxicity environment\r\n- New players and roleplayers always welcome\r\n- Discord integration with cross chat\r\n\r\nRusty&Chill is built for players who want more than vanilla. Deeper systems, smoother gameplay, and a world worth staying in.\r\n\r\nJoin us and make your mark.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778176987,
    "score": 0,
    "last_online": 1779192015,
    "icon": null,
    "name": "!RUSTY&CHILL! PVE|2X+|Friendly|KaruzaVehicles|Farm|Build|Skill|",
    "connect": "136.243.39.234:28080",
    "request": "136.243.39.234:28015",
    "map": "PVE ADVENTURE",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 5,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 65,
    "add_date": 1751634332,
    "last_update": 1779192015,
    "banned": false,
    "wipe": 1778177087,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 875,
    "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/9662675");
$data = json_decode($json, true);
var_dump($data);