JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11502721
json
{
  "response": {
    "modded": true,
    "fps": 108,
    "fps_avg": 108,
    "entities_count": 159607,
    "world_seed": 2068951345,
    "world_size": 4800,
    "steam_id": "90286558672933912",
    "domain": null,
    "id": 11502721,
    "ip": "70.185.222.20",
    "port": 28018,
    "query": 28020,
    "color": 0,
    "city": "Owasso",
    "description": "![Let's Go! US |10X TruePVE|RaidableBases|24/7DeepSea|MyMini|Free](https://image.myrustserver.com/logo/UngerOne_699a75000f063.jpg)\nJoin our unique Rust PVE server for the ultimate survival experience! Enjoy a no-kill, no-raiding environment until the purge, and a 10x gather rate to speed up your progress. Engage in exciting PVP zones and events that add variety and challenge to your gameplay. Our pay-to-win free system ensures everyone can purchase everything through dedicated currencies—Scrap, RP, and server economics—so you can earn your way to the top without spending real money, maintaining a fair and micro-purchase free experience. Customize your journey with Kits and skins, regularly updated to keep things fresh. Whether you're a builder, explorer, or strategist, this server offers the best Rust experience around—come join us and thrive!\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nrs1i?8OdGDaP3jmaE000Gi",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780495440,
    "last_online": 1780558225,
    "icon": null,
    "name": "Let's Go! US |10X TruePVE|RaidableBases|24/7DeepSea|MyMini|Free",
    "connect": "70.185.222.20:28018",
    "request": "70.185.222.20:28020",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 2,
    "maxplayers": 30,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 63,
    "add_date": 1779207214,
    "last_update": 1780558225,
    "banned": false,
    "wipe": 1778181434,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 785,
    "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/11502721");
$data = json_decode($json, true);
var_dump($data);