JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10957632
json
{
  "response": {
    "fps": 57,
    "fps_avg": 58,
    "entities_count": 217236,
    "world_seed": 1670250074,
    "world_size": 4500,
    "steam_id": "90286436557981718",
    "domain": null,
    "id": 10957632,
    "ip": "67.217.49.106",
    "port": 12211,
    "query": 12229,
    "color": 0,
    "city": "Teterboro",
    "description": "![Rust Reforged 2X - Monthly - Custom Loot](https://i.imgur.com/Bojv8Wp.png)\nUnraidable Hours: 2AM – 5PM EST \r\n -Better TC for quick upgrades and repair \r\n -Outpost and Bandit teleports \r\n -Quality-of-life improvements \r\n -Build after work. Raid when it counts.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780221837,
    "last_online": 1780266632,
    "icon": null,
    "name": "Rust Reforged 2X - Monthly - Custom Loot",
    "connect": "67.217.49.106:12211",
    "request": "67.217.49.106:12229",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1768741740,
    "last_update": 1780266632,
    "banned": false,
    "wipe": 1778239121,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4322,
    "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/10957632");
$data = json_decode($json, true);
var_dump($data);