JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10978470
json
{
  "response": {
    "fps": 58,
    "fps_avg": 52,
    "entities_count": 176902,
    "world_seed": 137518379,
    "world_size": 5000,
    "steam_id": "90286584268166162",
    "domain": null,
    "id": 10978470,
    "ip": "157.85.95.90",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Frankfurt am Main",
    "description": "![[JUST WIPED]]KINGS PVE 5X |10+ LEGENDARY | PRESTIGE | EVENTS](https://i.imgur.com/94q1uRE.jpeg)\n=== Kings PvE – BEST EU 5X SERVER === \r\n===NEW 6K Custom Map=== \r\n>>A burning world where kings rise and legends are forged\r\n>>Survive endless zombies  elite NPCs and powerful bosses\r\n>Prestige System | Long-term progression)\r\n>Full Events enabled 10+\r\n>Zombies  elite NPCs | World bosses\r\n>Helicopter | Bradley\r\n>Balanced Kits | Custom Economy\r\n>Dynamic PvE with optional PvP zones\r\n>Active Admins and Stable Server\r\n>Raids and Dungeons\r\n>Map Wipe Every 14 days\r\n>Full WIPE every 3 months<-\r\n>No rush. No easy mode. | Real endgame\r\n>Rise as a King | Survive as a Legend\r\n>Progress. Prestige. Dominate\r\n>Server is in progress of alot of work !\r\n>Mounthly\r\n>Colosseum Fight\r\n>Custom Sky Island\r\nAdmin 18/24h ON",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780383852,
    "last_online": 1780616429,
    "icon": null,
    "name": "[JUST WIPED]]KINGS PVE 5X |10+ LEGENDARY | PRESTIGE | EVENTS",
    "connect": "157.85.95.90:28015",
    "request": "157.85.95.90:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1769900972,
    "last_update": 1780616429,
    "banned": false,
    "wipe": 1778314794,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3121,
    "language": "de",
    "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/10978470");
$data = json_decode($json, true);
var_dump($data);