JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11759685
json
{
  "response": {
    "fps": 100,
    "fps_avg": 101,
    "entities_count": 55247,
    "world_seed": 1337,
    "world_size": 3200,
    "steam_id": "90286565593562141",
    "domain": null,
    "id": 11759685,
    "ip": "129.232.154.35",
    "port": 28045,
    "query": 28046,
    "project_id": null,
    "color": 0,
    "city": "Cape Town",
    "description": "![Exile Rust 10X PvP | NoBPs | Kits | Shop | Raid-Bases |](https://i.postimg.cc/N0hhkdD4/Server-Header.jpg)\n• Server Rate 10X • Shop System • My Mini • BlackMarket System • Raid Times • Events • Teleport System • 8 Player Groups • Building Upgrades • Instant Crafting • No Blueprints",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780931729,
    "last_online": 1781216433,
    "icon": null,
    "name": "Exile Rust 10X PvP | NoBPs | Kits | Shop | Raid-Bases |",
    "connect": "129.232.154.35:28045",
    "request": "129.232.154.35:28046",
    "map": "Custom Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 60,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "ZA",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780931729,
    "last_update": 1781216433,
    "banned": false,
    "wipe": 1780506980,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 6064,
    "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/11759685");
$data = json_decode($json, true);
var_dump($data);