JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11725598
json
{
  "response": {
    "fps": 100,
    "fps_avg": 96,
    "entities_count": 67197,
    "world_seed": 12345,
    "world_size": 3500,
    "steam_id": "90286502766264342",
    "domain": null,
    "id": 11725598,
    "ip": "66.51.96.63",
    "port": 28045,
    "query": 28046,
    "color": 0,
    "city": "Ashburn",
    "description": "![Lorac 3X WEEKLY | Kits | TP | Home | Quad](https://i.ibb.co/TwnSdCM/Rust-Header-Image-Raised.png)\n🔥 LORAC 3X WEEKLY 🔥\r\n\r\n⚡ 3X Gather\r\n🏠 Homes\r\n📦 Kits\r\n🔄 Weekly Wipes\r\n📘 Monthly BP Wipes\r\n🛡️ Active Staff\r\n🎁 Events & Giveaways\r\n👥 Max Team Size: 4\r\n\r\nStart fast, build big, raid hard, and dominate the island!\r\n\r\nJoin LORAC 3X today!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780388549,
    "last_online": 1780578036,
    "icon": null,
    "name": "Lorac 3X WEEKLY | Kits | TP | Home | Quad",
    "connect": "66.51.96.63:28045",
    "request": "66.51.96.63:28046",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780388549,
    "last_update": 1780578036,
    "banned": false,
    "wipe": 1780374459,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 6052,
    "language": "en",
    "parked": false,
    "app": {
      "id": 252490,
      "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/11725598");
$data = json_decode($json, true);
var_dump($data);