Artemis 10x Main | Max Quads | Free VIP | Raid protection 的 API

我们提供多种集成方式。 你可以使用其中任意一种,也可以通过 JSON API 自行创建集成。 如果你希望我们新增其他集成方式,请联系我们。 联系我们

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/11159077
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 64217,
    "world_seed": 16650,
    "world_size": 3050,
    "steam_id": "90284182666448924",
    "domain": null,
    "id": 11159077,
    "ip": "51.195.135.249",
    "port": 2246,
    "query": 2257,
    "color": 0,
    "city": "City of London",
    "description": "![Artemis 10x Main | Max Quads | Free VIP | Raid protection](https://www.dropbox.com/scl/fi/2th3ngprbpxvh5oes8mhz/Artemis.png?rlkey=n0eqprc9dt9kphqfwmwi6aiis&st=x07wr1dr&dl=1)\n\r\nPlugin Information:\r\nOffline raid protection(see tab in tc)\r\nRadial menu\r\nIn-Game Leaderboards\r\nSkinbox\r\nBetter TC for Base Upgrades/Skins\r\nMinimap Overlay\r\nIn-game Events\r\nTP/Sethome\r\nIn game shop (earn currency with game time)\r\n\r\nServer Side Information:\r\nEU Server\r\nMax team of 4\r\nMondays and Fridays Wipe Cycle\r\nBlueprints Unlocked/Tc anywhere\r\nInstacraft\r\nFaster Smelting/Recycling\r\nTurret Limit Increase",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775829123,
    "score": 0,
    "last_online": 1775887815,
    "icon": null,
    "name": "Artemis 10x Main | Max Quads | Free VIP | Raid protection",
    "connect": "51.195.135.249:2246",
    "request": "51.195.135.249:2257",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 1,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1772228122,
    "last_update": 1775887815,
    "banned": false,
    "wipe": 1775829340,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4897,
    "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/11159077");
$data = json_decode($json, true);
var_dump($data);