JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11645116
json
{
  "response": {
    "fps": 184,
    "fps_avg": 187,
    "entities_count": 109257,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90286174893570073",
    "domain": null,
    "id": 11645116,
    "ip": "135.148.150.35",
    "port": 60400,
    "query": 60402,
    "color": 0,
    "city": "Warrenton",
    "description": "![Odd Ball Rust! PvP Optional|(Solo/Duo/Trio/Quad|Gathering x2.5)](https://i.ibb.co/k2zRqds8/Odd-Ball-Lounge-Smile-Final-1.png)\nTheme Park Island Custom Map! | Latest Update - 05*12*2026 \r\n (We Are Currently Debugging/Beta Testing but Welcome All Visitors!) \r\n PvE/PvP Hybrid Server ( /Flag in a safe zone to swap PvE/PVP) \r\n No Building Decay \r\n x2.5 Boosted Resources Raidable Bases \r\n Quality of Life Plug-ins(ie. Add Home locations for teleporting) and more! \r\n Server Commands: \r\n /home add InsertNameHere = Set a home location for teleporting! \r\n /home InsertNameHere = Teleport to Home Location \r\n /flag = Alternate between PvP/PvE status while in a safe zone \r\n More Commands/Features Coming Soon!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780177447,
    "last_online": 1780594233,
    "icon": null,
    "name": "Odd Ball Rust! PvP Optional|(Solo/Duo/Trio/Quad|Gathering x2.5)",
    "connect": "135.148.150.35:60400",
    "request": "135.148.150.35:60402",
    "map": "Custom 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": 1780177447,
    "last_update": 1780594233,
    "banned": false,
    "wipe": 1778258677,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5279,
    "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/11645116");
$data = json_decode($json, true);
var_dump($data);