JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10556849
json
{
  "response": {
    "steam_id": "90284508118468625",
    "domain": null,
    "id": 10556849,
    "ip": "85.209.46.185",
    "port": 28025,
    "query": 28026,
    "color": 0,
    "city": "Kyiv",
    "description": "![(DEV) Krizalium](https://krizalium.com/rust/server_banner.png)\nKrizalium Hardcore PvE.\r\nThe experience here can be very different from vanilla servers. \r\nNo map, no Tech Tree, all monuments are guarded, and loot is so rare that even a revolver feels like an achievement.\r\nCan you survive, or will you give up after your first death? :)\r\n\r\nBugs and issues may occur — \r\nplease report them in our Discord: https://discord.gg/3sppjkmR3M\r\n\r\nThis is a true hardcore survival experience. \r\n- The gameplay is roughly divided into tiers.\r\n- All monuments are guarded by NPCs, and sometimes even bosses.\r\n- After defeating bosses, you'll be able to summon raiders for a fight and defend your base from a raid.\r\n- Loot tables are fully rebalanced, \r\n- Not all items can be crafted freely - workbenches have their own set of custom recipes.\r\n\r\nPrepare carefully, survive with skill, and earn every inch of progress.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776825202,
    "score": 0,
    "last_online": 1776810024,
    "icon": null,
    "name": "(DEV) Krizalium",
    "connect": "85.209.46.185:28025",
    "request": "85.209.46.185:28026",
    "map": "Custom Map",
    "gamemode": "Rust",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 2,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "UA",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1762533008,
    "last_update": 1776825202,
    "banned": false,
    "wipe": 1775083102,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 8363,
    "language": "uk",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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