ElisRust | x2 | Nolimit | Wipe 8.05 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/11492457
json
{
  "response": {
    "fps": 207,
    "fps_avg": 200,
    "entities_count": 118865,
    "world_seed": 1761122244,
    "world_size": 4500,
    "steam_id": "90285739840378901",
    "domain": "hi1.qwertyx.host",
    "id": 11492457,
    "ip": "188.127.241.234",
    "port": 26105,
    "query": 26272,
    "color": 0,
    "city": "Moscow",
    "description": "![ElisRust | x2 | Nolimit | Wipe 8.05](https://i.yapx.ru/dkQDX.png)\nДобро пожаловать на ElisRust! \r\n\r\n- Ресуры x2 \r\n- Стаки x1 \r\n- Скорость печей x1.5 \r\n- Ежедненые и еженедельные дропы! \r\n- Вы можете голосовать за обновления в нашем discord \r\n- Адекватная администрация(нет) \r\n\r\n Хорошей игры!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778790176,
    "score": 0,
    "last_online": 1778772619,
    "icon": null,
    "name": "ElisRust | x2 | Nolimit | Wipe 8.05",
    "connect": "hi1.qwertyx.host:26105",
    "request": "188.127.241.234:26272",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 1,
    "points": 1,
    "add_date": 1778755824,
    "last_update": 1778790176,
    "banned": false,
    "wipe": 1778603932,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 6314,
    "language": "ru",
    "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/11492457");
$data = json_decode($json, true);
var_dump($data);