[PVE] ProRussianServers VIP [x1-x5|NPC|Quests|NoRaid/NoKill|Kit 的 API

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

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/11260811
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 11260811,
    "ip": "109.195.19.160",
    "port": 27888,
    "query": 27889,
    "color": 0,
    "city": "Saratov",
    "description": "![[PVE] ProRussianServers VIP [x1-x5|NPC|Quests|NoRaid/NoKill|Kit](https://sun9-35.userapi.com/impg/diyzUyOFcKWHo4glG4VVqfGYOyPFdO2cvgJqyw/oOYRtuQGfcc.jpg?size=512x256&quality=95&sign=1ca99e8c5f11a4a7ac48dd463b01a6ce&type=album)\n😎 Добро пожаловать на ProRussianServers!\r\n\r\n✔ Киты: /kit\r\n✔ Телепортация: /tpr, /home, /sethome\r\n✔ Магазин: /shop\r\n\r\nPVE сервер — игроки не могут убивать друг друга!\r\n\r\n📢 Наша группа VK: vk.com/prorussianserver",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775891479,
    "score": 0,
    "last_online": 1775469018,
    "icon": null,
    "name": "[PVE] ProRussianServers VIP [x1-x5|NPC|Quests|NoRaid/NoKill|Kit",
    "connect": "109.195.19.160:27888",
    "request": "109.195.19.160:27889",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": null,
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1774555206,
    "last_update": 1775891479,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 1,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 10397,
    "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/11260811");
$data = json_decode($json, true);
var_dump($data);