JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/8663041
json
{
  "response": {
    "modded": true,
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 12350,
    "world_seed": 1337,
    "world_size": 1500,
    "steam_id": "90286578528857112",
    "domain": null,
    "id": 8663041,
    "ip": "136.243.135.46",
    "port": 28000,
    "query": 28001,
    "color": 0,
    "city": "Falkenstein",
    "description": "![RUSTREBELS.COM (EU) | SMALL | ONEGRID | ONE GRID | TRIO](https://cdn3.mapstr.gg/385efe3a4ae2b31ccd08880c94031933.jpg)\nWipe: Every Friday @ 19:00 CET | Last wipe: 30/5\nMap size: 1000 | BP Wipe: Monthly\n\nWelcome to One Grid 2x!\n\nFresh custom map, no kits, no teleport, no pay-to-win.\nCobalt Office controls the center. Bradley island controls the high tier.\nSmall map. Fast fights. Weekly chaos.\n\n• 2x Gather (1.5x Sulfur)\n• 2x Smelting (50% fuel usage)\n• Faster Recycling (50% faster)\n• Instant Craft (QoL only – no instant boom)\n• Balanced BetterLoot (no loot spam)\n• Custom Vending System (Build / PvP / Components)\n• Cash Currency found in crates\n• Cash can be used to buy Heli Signals\n• Light Offline Raid Protection (reduced damage, no abuse)\n• Raidblock active — no escape, no excuses.\n• Weekly Map Wipes | Monthly BP Wipes\n• Active Non-Playing Admins\n\nNo kits. No teleport. No pay-to-win.\n\nSmall map. Fast progression. Real PvP.\nControl the grid — or get wiped.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780206230,
    "last_online": 1780573228,
    "icon": null,
    "name": "RUSTREBELS.COM (EU) | SMALL | ONEGRID | ONE GRID | TRIO",
    "connect": "136.243.135.46:28000",
    "request": "136.243.135.46:28001",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1745482391,
    "last_update": 1780573228,
    "banned": false,
    "wipe": 1780167252,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1577,
    "language": "de",
    "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/8663041");
$data = json_decode($json, true);
var_dump($data);