MELLRUST X10 | NoBPs/Loot+/FPS+/NoLimit/Carrier+/Kits/TP 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/11489532
json
{
  "response": {
    "fps": 18,
    "fps_avg": 19,
    "entities_count": 63078,
    "world_seed": 1337,
    "world_size": 2900,
    "steam_id": "90284747661902870",
    "domain": null,
    "id": 11489532,
    "ip": "185.36.205.105",
    "port": 28145,
    "query": 28146,
    "color": 0,
    "city": "London",
    "description": "![MELLRUST X10 | NoBPs/Loot+/FPS+/NoLimit/Carrier+/Kits/TP](https://i.ibb.co/6LTFJkf/imgonline-com-ua-Resize-Cmx-Im8t9-Dx8-Ck0f.jpg)\nВайп каждую пятницу в 17:00 и понедельник в 19:00 \r\n На глубоком море можно строить. \r\n Автоматические турниры с лучшими призами. \r\n Верстак 3 уровня исследован с самого начала. \r\n Кастомные строительные участки, новые RT. \r\n Карьеры работают на низкокачественном топливе. \r\n Бочки разбиваются с 1 удара. \r\n Весь мусорный лут удалён. \r\n Авто-улучшение построек через инструментальный шкаф. \r\n Ускоренная добыча ресурсов \r\n Стартовые наборы для выживания \r\n Крафт без верстаков. \r\n Авто-принятие телепорта. \r\n Всегда день, без ночи. \r\n Улучшение и удаление построек. \r\n Все RT открываються без карточек. \r\n Торговля между игроками. \r\n Ускоренная плавка в печах. \r\n Увеличенные размеры стаков. \r\n \r\n Wipe every Friday 17:00 and Monday 19:00 \r\n Deep sea can be built upon. \r\n Automatic tournaments with the best prizes. \r\n Workbench level 3 is researched at the start. \r\n Custom building plots, new RTs. \r\n Quarries run on low-quality fuel. \r\n Barrels break with 1 hit. \r\n All trash loot has been removed. \r\n Auto-upgrading buildings through the tool cupboard. \r\n Accelerated resource gathering \r\n Starter survival kits \r\n Crafting without workbenches. \r\n Auto-accept teleport. \r\n Always day, no night. \r\n Building upgrade and removal. \r\n All RTs open without cards. \r\n Trading between players. \r\n Accelerated smelting in furnaces. \r\n Increased stack sizes.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776792801,
    "score": 0,
    "last_online": 1776813623,
    "icon": null,
    "name": "MELLRUST X10 | NoBPs/Loot+/FPS+/NoLimit/Carrier+/Kits/TP",
    "connect": "185.36.205.105:28145",
    "request": "185.36.205.105:28146",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1776555751,
    "last_update": 1776813623,
    "banned": false,
    "wipe": 1776550408,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5417,
    "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/11489532");
$data = json_decode($json, true);
var_dump($data);