JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10979281
json
{
  "response": {
    "fps": 203,
    "fps_avg": 213,
    "entities_count": 119103,
    "world_seed": 1099713234,
    "world_size": 4500,
    "steam_id": "90286604124647425",
    "domain": null,
    "id": 10979281,
    "ip": "170.187.206.183",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Atlanta",
    "description": "![Dopers 420 - Atlanta | 2x | Monthly](https://lgsm.dopers.net/static/banners/e5de87c6-817d-4106-a07c-8d1e46e72760_12de1c81.jpg)\nWelcome to Dopers 420 Atlanta!\r\nJoin our Discord for more information and server status:\r\nhttps://discord.gg/ZHZJgc4aYQ\r\nFeatures:\r\n-No Decay!\r\n-Ganja Mod!\r\n-Scrap and Munchies every in-game 4hr 20min\r\n-Monthly map and BP wipe\r\n-PVP\r\nWe utilize a handful of QoL mods to make your time in Rust more enjoyable. Be respectful and remember to blaze up, it's Dopers 420, baby!\r\nBienvenidos a Dopers 420! No decay y PVP.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780595663,
    "last_online": 1780608629,
    "icon": null,
    "name": "Dopers 420 - Atlanta | 2x | Monthly",
    "connect": "170.187.206.183:28015",
    "request": "170.187.206.183:28017",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2627",
    "numplayers": 4,
    "maxplayers": 70,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1769901089,
    "last_update": 1780608629,
    "banned": false,
    "wipe": 1780596136,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1900,
    "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/10979281");
$data = json_decode($json, true);
var_dump($data);