JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11781986
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 336943,
    "world_seed": 1337,
    "world_size": 3750,
    "steam_id": "90286892811544589",
    "domain": null,
    "id": 11781986,
    "ip": "104.143.2.170",
    "port": 28015,
    "query": 28016,
    "project_id": null,
    "color": 0,
    "city": "Toronto",
    "description": "![⦿【ICEFUSE】5X Bravo (Solo/Duo/Trio/Quad|Shop|Kits|X5 WIPED](https://cdn.icefuse.com/rust/banners/bravo.jpg)\n▼SERVER FEATURES▼\r\n⦿ 5X Gather Rates, 5X Recycle AND 5X Smelting Speeds!\r\n⦿ Advanced Loot With Removed Junk, Enhanced Stack Sizes!\r\n⦿ Free Bgrade, Autodoors, Skinbox, and Remove for everyone!\r\n⦿ Clans, Teams, Kits, Homes, Teleporting\r\n⦿ Vehicles Spawn With Full Health AND Parts!\r\n⦿ Drop Party System At Outpost AND Player Driven Events!\r\n \r\n▼SERVER WIPE TIMES▼\r\n ★ Monday at 3:00 PM EST\r\n ★ Thursday at 3:00 PM EST",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1781376797,
    "last_online": 1781404219,
    "icon": null,
    "name": "⦿【ICEFUSE】5X Bravo (Solo/Duo/Trio/Quad|Shop|Kits|X5 WIPED",
    "connect": "104.143.2.170:28015",
    "request": "104.143.2.170:28016",
    "map": "Wiped 2 days ago",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 123,
    "maxplayers": 250,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CA",
    "status": true,
    "votes": 0,
    "points": 91,
    "add_date": 1781376797,
    "last_update": 1781404219,
    "banned": false,
    "wipe": 1781204599,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 248,
    "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/11781986");
$data = json_decode($json, true);
var_dump($data);