JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/6966286
json
{
  "response": {
    "fps": 20,
    "fps_avg": 20,
    "entities_count": 117344,
    "world_seed": 3000,
    "world_size": 4000,
    "steam_id": "90286590869944342",
    "domain": null,
    "id": 6966286,
    "ip": "23.27.211.192",
    "port": 27130,
    "query": 27136,
    "color": 0,
    "city": "Dallas",
    "description": "![Wickham Quebec (PVE x3)(BackPack)(Kit)(Zombies)(Plugins)](https://www.dropbox.com/scl/fi/yvswfhbx11vzxlanlxuyy/serv1.png?rlkey=9q8q13bu3t08qkcsrhodamkni&st=3wriwubu&dl=1)\nBienvenue sur le serveur de Wickham Québec PVE X3 \r\nServeur PVE kit, backpack, Plugins,  shop,skin, VIP, Bank,    \r\nBase raidable, zombies,etc  et  PVP à la fin du mois  \r\nvisitez notre site web pour le forfait VIP   \r\nVient nous rejoindre sur notre discord     \r\nWelcome to the Wickham Quebec PVE server  X3   \r\nPVE kit, backpack, Plugins, shop, skin, VIP, ,Bank  \r\n Raidable base, zombies, etc and PVP at the end of the month    \r\nvisit our website for VIP packages Come   \r\njoin us on our discord",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779885799,
    "last_online": 1780591237,
    "icon": null,
    "name": "Wickham Quebec (PVE x3)(BackPack)(Kit)(Zombies)(Plugins)",
    "connect": "23.27.211.192:27130",
    "request": "23.27.211.192:27136",
    "map": "Custom Map",
    "gamemode": "Softcore",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1734715466,
    "last_update": 1780591237,
    "banned": false,
    "wipe": 1778250274,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3001,
    "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/6966286");
$data = json_decode($json, true);
var_dump($data);