JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11018145
json
{
  "response": {
    "modded": true,
    "fps": 100,
    "fps_avg": 96,
    "entities_count": 92290,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90285911074882570",
    "domain": null,
    "id": 11018145,
    "ip": "66.51.99.56",
    "port": 28025,
    "query": 28026,
    "color": 0,
    "city": "Dallas",
    "description": "![Drunk Potatoes 3X|RaidProtection|Build+|Shops|QOL|BPACK](https://i.postimg.cc/fTSGDMYf/350%20e%20Zqj8r%20V.png)\nMap wipes monthly\r\nBase protection offline using scrap\r\n\r\nNo chat commands, all plugins integrated into the game.\r\n3x gather\r\n50k stacks\r\nFriendly and helpful community\r\nCustom maps provide building flexibility with increased space & varied locations\r\n\r\nRaidable Bases\r\nTree Houses\r\nBase upgrades\r\nBase loot sorter\r\nBase farm manager\r\nNPC Vendors\r\nIndestructible helicopter fighting towers and heli signals\r\nEvents\r\n\r\n\r\n- See Web Page button below for Discord link",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779023572,
    "last_online": 1779195133,
    "icon": null,
    "name": "Drunk Potatoes 3X|RaidProtection|Build+|Shops|QOL|BPACK",
    "connect": "66.51.99.56:28025",
    "request": "66.51.99.56:28026",
    "map": "Custom 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": 1769944473,
    "last_update": 1779195133,
    "banned": false,
    "wipe": 1778190448,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4048,
    "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/11018145");
$data = json_decode($json, true);
var_dump($data);