JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11501017
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 69732,
    "world_seed": 1060224121,
    "world_size": 3500,
    "steam_id": "90286440276726804",
    "domain": null,
    "id": 11501017,
    "ip": "136.243.69.186",
    "port": 28025,
    "query": 28027,
    "color": 0,
    "city": "Falkenstein",
    "description": "![RAIDLAND RO | Solo/Duo/Trio | Vanilla+ | BiWeekly](https://imglink.cc/cdn/B-Ijw_-KN0.png)\nRAIDLAND - RO Vanilla+\r\n\r\nVanilla+ Gameplay\r\nBiWeekly Map & Blueprint Wipes\r\nWipes every 2 weeks on Friday at 3PM CET\r\nVanilla Loot\r\nGather Rate Vanilla\r\nStack size increased\r\nSort button on containers\r\nRecycler speed increased (4seconds)\r\nSmelting speed increased 2x\r\nAutoLootBackpack - Automatically stores loot in your backpack\r\nUnburnable Meat - Meat cannot burn while cooking\r\nFurnace Splitter - Auto-splits ore/fuel when added\r\nOnline counter command: /pop and !pop\r\nSolo / Duo / Trio - Max Team Size: 3\r\nActive Staff\r\nFair PvP\r\n\r\nCommands:\r\n/info - Open this server information panel\r\n/help - Open this server information panel\r\n/pop or !pop - Show current online player count\r\n\r\nDiscord: discord.gg/ZV2GjD756d\r\n\r\nBuild. Raid. Dominate.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779207165,
    "last_online": 1780590631,
    "icon": null,
    "name": "RAIDLAND RO | Solo/Duo/Trio | Vanilla+ | BiWeekly",
    "connect": "136.243.69.186:28025",
    "request": "136.243.69.186:28027",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779207165,
    "last_update": 1780590631,
    "banned": false,
    "wipe": 1779454895,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4650,
    "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/11501017");
$data = json_decode($json, true);
var_dump($data);