JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11435331
json
{
  "response": {
    "fps": 140,
    "fps_avg": 141,
    "entities_count": 89304,
    "world_seed": 895557308,
    "world_size": 4000,
    "steam_id": "90286604414558235",
    "domain": null,
    "id": 11435331,
    "ip": "144.76.40.5",
    "port": 60402,
    "query": 60404,
    "color": 0,
    "city": "Falkenstein",
    "description": "![FYLAND.gg - EU | PVE | MONTHLY | FPS+ | No BP Wipes](https://i.imgur.com/KZWRQTs.png)\nFYLAND.gg PVE | VANILLA+ EXPERIENCE - Looking for a relaxed, yet still challenging Rust PvE server? \r\n\r\nWelcome to FYLAND – a place where you build, explore and progress without toxicity and unnecessary PvP. \r\n\r\n- What do we offer? \r\n• Vanilla+ gameplay – pure Rust with treasure optimization \r\n• PvE focus – no raiding and griefing \r\n• Monthly wipe – a fresh start for all players \r\n• Optimized server – stable FPS and minimal lag \r\n• Mini Spawns - On road \r\n• Raid Bases(Event) - Random spawns \r\n• Decayed base loot – explore and find abandoned treasure \r\n• Friendly community – no drama, no toxicity \r\n\r\n- Unlimited building Focus on creativity – build a base, farm resources and develop at your own pace. \r\n\r\n- Discord server for more information: https://discord.gg/ffCs4ueHD2",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780596862,
    "last_online": 1780598430,
    "icon": null,
    "name": "FYLAND.gg - EU | PVE | MONTHLY | FPS+ | No BP Wipes",
    "connect": "144.76.40.5:60402",
    "request": "144.76.40.5:60404",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 1,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774977186,
    "last_update": 1780598430,
    "banned": false,
    "wipe": 1780597259,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5153,
    "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/11435331");
$data = json_decode($json, true);
var_dump($data);