API для *[CN]【 水云涧 #1】-侵攻狠人萌新首选-SPA足疗洗浴24小时技师在线-QQ群399439901-是谁在打我啊,你把钱给我 我自己关服

JSON для программ, сайтов и прочего

text
https://api.gamemonitoring.ru/servers/11142462
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 11142462,
    "ip": "180.188.21.30",
    "port": 6602,
    "query": 6602,
    "color": 0,
    "city": "Taizhou",
    "description": null,
    "game": 393380,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778542935,
    "score": 0,
    "last_online": 1778309408,
    "icon": null,
    "name": "*[CN]【 水云涧 #1】-侵攻狠人萌新首选-SPA足疗洗浴24小时技师在线-QQ群399439901-是谁在打我啊,你把钱给我 我自己关服",
    "connect": "180.188.21.30:6602",
    "request": "180.188.21.30:6602",
    "map": "Gorodok_Invasion_v2",
    "gamemode": "Invasion",
    "version": "v10.4.0.601191.2111",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": null,
    "private": null,
    "country": "CN",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1770804048,
    "last_update": 1778542935,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 273,
    "language": "zh",
    "parked": false,
    "app": {
      "id": 137,
      "steam_id": 393380,
      "name": "Squad",
      "url": "squad"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11142462");
$data = json_decode($json, true);
var_dump($data);