JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10290707
json
{
  "response": {
    "fps": 15,
    "fps_avg": 15,
    "entities_count": 104443,
    "world_seed": 774927183,
    "world_size": 4250,
    "steam_id": "90286603851920390",
    "domain": null,
    "id": 10290707,
    "ip": "156.236.84.209",
    "port": 28065,
    "query": 28066,
    "color": 0,
    "city": "City of London",
    "description": "![Rusty Sheep PVE|Quests|SkillTree|Events](https://www.dropbox.com/scl/fi/1jbwsxru747eji9ejc60t/NEWRUSTYHEADER.jpg?rlkey=d6u5gpjz03e3pnlkbdfsj5abz&st=vfgxz8ss&dl=1)\nServer Features:\r\n\r\nSkill Tree System – Level up your survivor with unique perks.\r\n\r\nQuests & Missions – Take on adventures and earn loot.\r\n\r\nCustom Kits – Starter and progression kits available.\r\n\r\nVIP Packages – Unlock exclusive perks.\r\n\r\nEvents & Minigames – Seasonal challenges and community fun.\r\n\r\nBoss Monsters – Face off against powerful enemies with rare drops.\r\n\r\nNode Events – Special nodes packed with extra resources.\r\n\r\nRaidable Bases (PvP Only) – Enter raid zones, test your skills, and battle others for control and loot.\r\n\r\nAnd so much more… – Constant updates and new features!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780595663,
    "last_online": 1780608631,
    "icon": null,
    "name": "Rusty Sheep PVE|Quests|SkillTree|Events",
    "connect": "156.236.84.209:28065",
    "request": "156.236.84.209:28066",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1757407120,
    "last_update": 1780608631,
    "banned": false,
    "wipe": 1780595797,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3667,
    "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/10290707");
$data = json_decode($json, true);
var_dump($data);