JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/6572500
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 60988,
    "world_seed": 1337,
    "world_size": 3250,
    "steam_id": "90286558607624199",
    "domain": null,
    "id": 6572500,
    "ip": "185.248.134.107",
    "port": 28010,
    "query": 28015,
    "color": 0,
    "city": "Dallas",
    "description": "![Helix 10x No BPs | Loot++ | PvP | Shop | Kits | Events](https://px2.live/clean/2025/HelixServerBanner2025.png)\nHelix Rust - Perfectly Modded Rust Servers\r\nWipe: Map Wipes Tue & Fri @ 3pm EST\r\nFeatures:\r\n  » 10x Gather Rate\r\n  » No BPs & Instant Crafting\r\n  » Perfectly Balanced PVP Loot\r\n  » Shop, Kits, Homes, & Teleportation\r\n  » Free Skinbox & Base Skin (/skinbox & /bskin)\r\n  » Minicopter Spawning\r\n  » Drone Marketplaces at Fishing Villages & Ranches\r\n  » Active Admin Team\r\n  » Max Team UI of 8\r\n\r\nJoin our growing community:\r\nDiscord: discord.gg/helixrust\r\nStore: helixrust.gg\r\n\r\nWe employ the latest high performance plugins, most advanced hardware, and fastest networks available to deliver the ultimate rust experience to our players.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780398258,
    "last_online": 1780558236,
    "icon": null,
    "name": "Helix 10x No BPs | Loot++ | PvP | Shop | Kits | Events",
    "connect": "185.248.134.107:28010",
    "request": "185.248.134.107:28015",
    "map": "Helix Better FPS Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 125,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1731158682,
    "last_update": 1780558236,
    "banned": false,
    "wipe": 1780426750,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2596,
    "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/6572500");
$data = json_decode($json, true);
var_dump($data);