Enjoy - Solo only Monthly, no BP wipes. True Vanilla. 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/6542635
json
{
  "response": {
    "fps": 59,
    "fps_avg": 63,
    "entities_count": 220061,
    "world_seed": 1143853292,
    "world_size": 4250,
    "steam_id": "90284721638128645",
    "domain": null,
    "id": 6542635,
    "ip": "176.9.112.88",
    "port": 28036,
    "query": 28035,
    "color": 0,
    "city": "Falkenstein",
    "description": "![Enjoy - Solo only Monthly, no BP wipes. True Vanilla.](https://enjoyrust.com/u/9fb19a30-f550-482c-999d-9ddfcf7f1b7a/join_4.png)\nWelcome to Enjoy - Best SOLO ONLY MONTHLY since 2022! \r\n\r\n Rust's only SOLO ONLY with a good POP throughout wipe. \r\n\r\n • 3+ Vac/Game Ban = Ban \r\n • Teaming = Ban \r\n • Cheating/Scripting = Ban \r\n • VAC / Game Ban < 365 days = permanent ban on Enjoy. \r\n\r\n • Last Map Wipe: 02/04/2026 20:00 CEST. \r\n • Next Map Wipe: 07/05/2026 20:00 CEST. \r\n\r\n Very active Admins and custom tools make sure there are no teams and less cheaters than anywhere else. \r\n We have a strong community, encourage helping starters and organize monthly community events. \r\n\r\n We are community driven, and if you can donate, voting options on the map as well as queue skips and protecting your name are options you get. \r\n Join our Discord for Tips on playing SOLO, Reports, Community and creating reports: http://enjoyrust.com \r\n\r\n Discord > https://discord.enjoyrust.com \r\n Rules > https://enjoyrust.com/p/rules \r\n Store > https://enjoy.tebex.io/category/SoloMonthly \r\n Website > https://enjoyrust.com",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776740598,
    "score": 0,
    "last_online": 1776821550,
    "icon": null,
    "name": "Enjoy - Solo only Monthly, no BP wipes. True Vanilla.",
    "connect": "176.9.112.88:28036",
    "request": "176.9.112.88:28035",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 18,
    "maxplayers": 165,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 66,
    "add_date": 1730554161,
    "last_update": 1776821550,
    "banned": false,
    "wipe": 1775152861,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 754,
    "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/6542635");
$data = json_decode($json, true);
var_dump($data);