JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11639146
json
{
  "response": {
    "fps": 74,
    "fps_avg": 78,
    "entities_count": 117108,
    "world_seed": 2095997560,
    "world_size": 4500,
    "steam_id": "90286583381962752",
    "domain": null,
    "id": 11639146,
    "ip": "66.51.99.46",
    "port": 28020,
    "query": 28021,
    "color": 0,
    "city": "Dallas",
    "description": "![ScrapStorm -Trio - Biweekly Map - BPs on Force - 25% Upkeep](https://i.imgur.com/4FXh7Uo.png)\n* SCRAPSTORM WASTES - SURVIVE THE STORM *\r\nSolo/Duo/Trio PvP Survival - Fair rules - Steady progression - New players welcome\r\n\r\n* AI-Assisted Moderation\r\nOne of the first Rust servers using an AI-driven admin system for unbiased rule review and consistent enforcement.\r\n\r\n* ScrapStorm Network Settings\r\n* 50 Slots - Team Limit: 3\r\n* Bi-Weekly Map Wipes: Every Other Thu\r\n* Full Wipe: 1st Thu Monthly (FP Update) BPs if forced\r\n* Daily Restart: 1AM CT\r\n* Map size: 4500\r\n* Upkeep: 25%\r\n* Day +15% / Night -15%\r\n* Strict No-Cheat / No-Bot\r\n\r\n* Rules (Short + Clear)\r\n* No cheating, exploits, or botting\r\n* No harassment or doxxing\r\n* No blocking monuments/roads/spawns\r\n* Team cap enforced (3 max)\r\n* No repeated offline harassment\r\n* Temporary alliances only - 1 raid session per 24h\r\n* Raiding allowed - avoid targeted harassment",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780108416,
    "last_online": 1780596033,
    "icon": null,
    "name": "ScrapStorm -Trio - Biweekly Map - BPs on Force - 25% Upkeep",
    "connect": "66.51.99.46:28020",
    "request": "66.51.99.46:28021",
    "map": "Procedural 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": 1779917955,
    "last_update": 1780596033,
    "banned": false,
    "wipe": 1779610660,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4496,
    "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/11639146");
$data = json_decode($json, true);
var_dump($data);