Dead Scientists Society PVE/PVP at Monuments 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/10200065
json
{
  "response": {
    "fps": 95,
    "fps_avg": 95,
    "entities_count": 100320,
    "world_seed": 691028801,
    "world_size": 4000,
    "steam_id": "90284796892656666",
    "domain": null,
    "id": 10200065,
    "ip": "216.245.177.3",
    "port": 28025,
    "query": 28027,
    "color": 0,
    "city": "Chicago",
    "description": "![Dead Scientists Society PVE/PVP at Monuments](https://i.ibb.co/xqGQvFrZ/Main-Banner.png)\nWelcome to Dead Scientists Society, we are glad you're here! We are a Modded and mature community for those who like to relax with a stress free environment. There are many Mods to explore on the server and an active server staff to assist with all of your needs. Work a lot and don't have time to live on Rust? We got you covered with many QOL mods and a 50% REDUCED decay rate. Our staff holds pop-up server events so feel free to join our discord at https://discord.gg/VMyVz8nMN3 so you don't miss out on all the up to date information and meet some new friends in our community! See you on the island.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776830599,
    "score": 0,
    "last_online": 1776843022,
    "icon": null,
    "name": "Dead Scientists Society PVE/PVP at Monuments",
    "connect": "216.245.177.3:28025",
    "request": "216.245.177.3:28027",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2622",
    "numplayers": 0,
    "maxplayers": 30,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1756457739,
    "last_update": 1776843022,
    "banned": false,
    "wipe": 1773056197,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3547,
    "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/10200065");
$data = json_decode($json, true);
var_dump($data);