JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11607070
json
{
  "response": {
    "fps": 55,
    "fps_avg": 54,
    "entities_count": 55214,
    "world_seed": 124720684,
    "world_size": 3500,
    "steam_id": "90286604077889536",
    "domain": null,
    "id": 11607070,
    "ip": "91.229.114.42",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Chicago",
    "description": "![GoblinRustbelt | Chill & Noob Friendly PVE | 2x | No BP Wipes](https://ridious.com/grustbelt.png)\nWipe: Monthly | Every 1st Thursday | No BP Wipes\r\n - NOOB Friendly and Relaxed Community\r\n - Max Teams of 8 | Blueprint Sharing Enabled\r\n - 2.0X Gather Rate for Balanced Pacing\r\n - Raidable Bases!\r\n - Custom Curated Map Size (3800)\r\n - Continuous Non-Vanilla Event Rotation to Farm\r\n - 45 Minute Days / 5 Minute Nights\r\n - Active and Helpful Admins\r\n \r\nVisit the website below and join our Discord!\r\n - > Click the button \"External Website\" <-\r\nEnjoy and have fun!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780470419,
    "last_online": 1780603227,
    "icon": null,
    "name": "GoblinRustbelt | Chill & Noob Friendly PVE | 2x | No BP Wipes",
    "connect": "91.229.114.42:28015",
    "request": "91.229.114.42:28017",
    "map": "Custom Map",
    "gamemode": "Softcore",
    "version": "2627",
    "numplayers": 9,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 67,
    "add_date": 1779915493,
    "last_update": 1780603227,
    "banned": false,
    "wipe": 1780596402,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1013,
    "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/11607070");
$data = json_decode($json, true);
var_dump($data);