JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/4497065
json
{
  "response": {
    "fps": 54,
    "fps_avg": 56,
    "entities_count": 92565,
    "world_seed": 1337,
    "world_size": 4096,
    "steam_id": "90286054243098647",
    "domain": null,
    "id": 4497065,
    "ip": "107.150.59.154",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Kansas City",
    "description": "![Defiance Empire|CUSTOM|2XPVE|NPCs|SKILLS|EPICL|CONVOY|HEIST](https://www.dropbox.com/scl/fi/bexxj151bg8r12fka1o5d/newlogo-for-Rust.jpg?rlkey=fdxn0ut1h35rb86wcgu06q4a3&st=87wfk6pj&dl=1)\n**Wiped 05/21/2026 \r\n Back to Custom Map - ATLANTA!! \r\n 2X Gather - 3X Drops!! \r\n -Custom Raidbases, Convoy Tiers, Heli Teirs, Zombies, NPC's, Boss Monsters, and much more! \r\n -Click the website button to join Discord!  \r\n -We are a lower pop friendly PvE community server! \r\n -Bi-Weekly Map Wipe and Monthly BP Wipe \r\n -Everyone is welcome, Toxicity is not! \r\n -Join Discord to be part of the community today!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780599213,
    "last_online": 1780296032,
    "icon": null,
    "name": "Defiance Empire|CUSTOM|2XPVE|NPCs|SKILLS|EPICL|CONVOY|HEIST",
    "connect": "107.150.59.154:28015",
    "request": "107.150.59.154:28016",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1716898912,
    "last_update": 1780599213,
    "banned": false,
    "wipe": 1779410054,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 9606,
    "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/4497065");
$data = json_decode($json, true);
var_dump($data);