JSON dla programów, stron i innych

text
https://api.gamemonitoring.pl/servers/11759596
json
{
  "response": {
    "oxide": true,
    "modded": true,
    "steam_id": "90286817574396951",
    "domain": null,
    "id": 11759596,
    "ip": "45.125.45.65",
    "port": 28010,
    "query": 38013,
    "project_id": null,
    "color": 0,
    "city": "Jinan",
    "description": "![『魔术师』|萌新|无权|6月10号新档|休闲](https://pic1.imgdb.cn/item/6a1631d67e05763db3cfe91a.png)\n1欢迎来到魔术师服务器\r.\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\n2禁挂.办宏.禁卡石头.\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\n3轻松娱乐.\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\n4周清.娱乐至上!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1781046858,
    "last_online": 1781065222,
    "icon": null,
    "name": "『魔术师』|萌新|无权|6月10号新档|休闲",
    "connect": "45.125.45.65:28010",
    "request": "45.125.45.65:38013",
    "map": "Procedural Map",
    "gamemode": "Rust",
    "version": "2627",
    "numplayers": 38,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 78,
    "add_date": 1780931723,
    "last_update": 1781065222,
    "banned": false,
    "wipe": 1780623030,
    "official": null,
    "wipe_period": "weekly",
    "next_wipe": 1781227830,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 431,
    "language": "zh",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Przykłady kodu

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