JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11644991
json
{
  "response": {
    "fps": 114,
    "fps_avg": 113,
    "entities_count": 67191,
    "world_seed": 426302110,
    "world_size": 3500,
    "steam_id": "90286427056347145",
    "domain": null,
    "id": 11644991,
    "ip": "193.160.23.154",
    "port": 28025,
    "query": 28027,
    "color": 0,
    "city": "Maidenhead",
    "description": "![EU NOVA 3X |LootX3|MyMini|PvP JUST WIPED 19.05 05/19](https://i.imgur.com/4osQlK3.png)\nNova Rust\r\n\r\nWipe : Tuesday and Friday at 7pm\r\nBlueprints : First Friday of the month\r\nMax team : 6 players\r\n\r\nFeatures :\r\nx3 Gather\r\nSkinbox\r\nHUD Statistics\r\nQuickSmelt / Fast Recycler & Crafting\r\nFishing Villages, Large Barn, Ranch, OilRig, Dome & Cargo with Recycler\r\nNo TP | No Kits | No Pay To Win",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780177441,
    "last_online": 1780261237,
    "icon": null,
    "name": "EU NOVA 3X |LootX3|MyMini|PvP JUST WIPED 19.05 05/19",
    "connect": "193.160.23.154:28025",
    "request": "193.160.23.154:28027",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780177441,
    "last_update": 1780261237,
    "banned": false,
    "wipe": 1780070366,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5931,
    "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/11644991");
$data = json_decode($json, true);
var_dump($data);