JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11782078
json
{
  "response": {
    "fps": 29,
    "fps_avg": 28,
    "entities_count": 85273,
    "world_seed": 47330502,
    "world_size": 3700,
    "steam_id": "90286989833040916",
    "domain": null,
    "id": 11782078,
    "ip": "66.51.98.61",
    "port": 28015,
    "query": 28016,
    "project_id": null,
    "color": 0,
    "city": "Los Angeles",
    "description": "![Havoc Rust 10x](https://i.postimg.cc/T15dHx3w/havoc-rust.png)\n- 10X Gather\r\n - 24/7 Admin Support\r\n - D DOS Protection\r\n - Weekly Wipe\r\n- Custom Events\r\n- Clans ( Max 8 )\r\n- No BP's\r\n-Discord HAVOC RUST\r\nhttps://discord.gg/rm4GK2PS7\r\n-No Teaming",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1781376799,
    "last_online": 1781471427,
    "icon": null,
    "name": "Havoc Rust 10x",
    "connect": "66.51.98.61:28015",
    "request": "66.51.98.61:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 2,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1781376799,
    "last_update": 1781471427,
    "banned": false,
    "wipe": 1781288090,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2159,
    "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/11782078");
$data = json_decode($json, true);
var_dump($data);