JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11677617
json
{
  "response": {
    "fps": 23,
    "fps_avg": 22,
    "entities_count": 86027,
    "world_seed": 1915723344,
    "world_size": 3500,
    "steam_id": "90286566711454749",
    "domain": null,
    "id": 11677617,
    "ip": "103.1.213.78",
    "port": 28075,
    "query": 28076,
    "color": 0,
    "city": "Sydney",
    "description": "![[AU] Summerust • 2x • Solo Only](https://i.ibb.co/Zz11Dh3s/d59ab331-e04c-4c2f-9b81-fad3ac50882f.png)\n//SERVER INFO\r\n• Team Size: 1\r\n• 50% Upkeep\r\n• Raid Window: 5PM to 10PM\r\n• Map Size: 4000\r\n• Wipes: Every Friday @ 3pm AEST\r\n• Discord: discord.gg/summerust\r\n\r\n//SERVER MODS\r\n• 2x Gather\r\n• Roaming NPCs\r\n• Convoy Events\r\n• Faster Smelting\r\n• Better Loot\r\n• Faster Recycling\r\n• Longer Days & Short Nights\r\n• Faster Loot Respawn\r\n• Faster Node Spawns",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780509838,
    "last_online": 1780578633,
    "icon": null,
    "name": "[AU] Summerust • 2x • Solo Only",
    "connect": "103.1.213.78:28075",
    "request": "103.1.213.78:28076",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "AU",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1780216217,
    "last_update": 1780578633,
    "banned": false,
    "wipe": 1780030728,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1419,
    "language": "en",
    "parked": false,
    "app": {
      "id": 252490,
      "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/11677617");
$data = json_decode($json, true);
var_dump($data);