JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11645171
json
{
  "response": {
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 106791,
    "world_seed": 0,
    "world_size": 4500,
    "steam_id": "90286593383769089",
    "domain": null,
    "id": 11645171,
    "ip": "91.229.114.107",
    "port": 28016,
    "query": 28018,
    "color": 0,
    "city": "Chicago",
    "description": "![Project Rust Paradox | PvE/PvP | Custom Guns~Meds~Armor](https://www.dropbox.com/scl/fi/1r1oq6idwgsrphbvg7fc3/paradox-city.png?rlkey=0j3s8m3diye4bnz4swn6lz32e&dl=1)\nBRAND NEW SERVER! | FOG OF WAR  | Monthly Wipes |  Custom Maps & Monuments | PvE with PvP Zones + PvP Islands | Clan/team 4 Max | Battlepass | 72hr Offline Raid Protection | Custom Loot | Kits | Skill Tree | Quests | Raid Bases | Zombies |  Server Shop | Skinbox | Custom Weapons | Medical Upgrades | Auto Doors | Auto Lock TC | Auto Upgrade/Repair  | Quests | No Vehicle Decay | Safezone TP | Daily Rewards | Voting Rewards | Recycler Prefabs | Safezone Recyclers |  RP Features | Sign Artist | Active Events | Growing Discord Community | Constant Updates | Join Today!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780576475,
    "last_online": 1780585836,
    "icon": null,
    "name": "Project Rust Paradox | PvE/PvP | Custom Guns~Meds~Armor",
    "connect": "91.229.114.107:28016",
    "request": "91.229.114.107:28018",
    "map": "Urban Warzone",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780177450,
    "last_update": 1780585836,
    "banned": false,
    "wipe": 1779628482,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 1,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5755,
    "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/11645171");
$data = json_decode($json, true);
var_dump($data);