[JPonly][初心者]RUST for working people[biweekly|maxteam 8] 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/8663654
json
{
  "response": {
    "fps": 65,
    "fps_avg": 57,
    "entities_count": 80109,
    "world_seed": 717950898,
    "world_size": 3500,
    "steam_id": "90284752996141086",
    "domain": null,
    "id": 8663654,
    "ip": "160.251.211.251",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Chiyoda City",
    "description": "![[JPonly][初心者]RUST for working people[biweekly|maxteam 8]](https://raw.githubusercontent.com/mao-catlike/rust/refs/heads/main/WPtitle2.png)\n4/17(金)ワイプしました\\次ワイプ→5/1(金)AM3:00頃まで\n次回の強制マップワイプ&アップデートは日本時間2026年5月8日の朝方です※5月1日ではありません!\n[ご注意!]\n・このサーバーは日本人専用です!\n 他国の方はキックします!\n・このサーバーでは、チーミング・同盟行為は禁止です!\n[please note! ] ・This server is for Japanese only! \n People from other countries will be kicked!\n・ No teaming or alliances allowed on this server!\nこのサーバーは[初心者][社会人]向けのサーバーです。\nレイド可能時間は20:00から翌1:00まで。それ以外は建築物にダメージは入りません。\nその他は出来るだけバニラ(公式)に合わせてあり、不必要なMOD等は入れないようにしてあります。\n[注意!]管理者はあらゆるプレーヤーの争いに立ち入りません。\n争いは撃ちあいで解決しましょう!\nあ、初心者には優しくね!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776367424,
    "score": 0,
    "last_online": 1776853820,
    "icon": null,
    "name": "[JPonly][初心者]RUST for working people[biweekly|maxteam 8]",
    "connect": "160.251.211.251:28015",
    "request": "160.251.211.251:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 4,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "JP",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1745482531,
    "last_update": 1776853820,
    "banned": false,
    "wipe": 1776367722,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1615,
    "language": "ja",
    "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/8663654");
$data = json_decode($json, true);
var_dump($data);