JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11502452
json
{
  "response": {
    "fps": 61,
    "fps_avg": 61,
    "entities_count": 125334,
    "world_seed": 752299460,
    "world_size": 4500,
    "steam_id": 90286601014433820,
    "domain": null,
    "id": 11502452,
    "ip": "66.51.96.69",
    "port": 28020,
    "query": 28021,
    "color": 0,
    "city": "Ashburn",
    "description": "![Wicked Wasteland 5/7 (1x/Solo/Month/$Plugins/BPs)](https://cdn.discordapp.com/attachments/1251345280893321279/1500159591038587030/image.png?ex=69f76bfe&is=69f61a7e&hm=78111bd3f5942906336bab379635e2d06bbf41cf7b2d687b6e3716af19bc2ebf&)\n[https://discord.gg/YpjpPPNBgp]  Fresh5/7 [Qol Improvements, Gambling at Oxums/ Abandoned Supermarket, Full Base WorkBench, Clear Nights, Quick Sort]   SOLO Only Untill Server Pop Gets larger!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779207200,
    "last_online": 1780599634,
    "icon": null,
    "name": "Wicked Wasteland 5/7 (1x/Solo/Month/$Plugins/BPs)",
    "connect": "66.51.96.69:28020",
    "request": "66.51.96.69:28021",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779207200,
    "last_update": 1780599634,
    "banned": false,
    "wipe": 1778200754,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4316,
    "language": "en",
    "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/11502452");
$data = json_decode($json, true);
var_dump($data);