JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/5360615
json
{
  "response": {
    "fps": 52,
    "fps_avg": 53,
    "entities_count": 97143,
    "world_seed": 0,
    "world_size": 4096,
    "steam_id": "90286426043358227",
    "domain": null,
    "id": 5360615,
    "ip": "213.165.95.221",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Berlin",
    "description": "![DutchRust Extreme Survival PvE](http://5.9.101.147/rust/dutch2.png)\nWelcome at DutchRust PVE Extreme.\r\n- Server is a extreme difficult pve server\r\n- We keep our rules simple and allow you to play the game how you see fit\r\n- However no racism of any kind is tolerated\r\n- Discord: XC9rdA6\r\n- Low upkeep - less time farming for your base upkeep\r\n- No max teamsize\r\n- No cheats or hacks (steam check)\r\n- Chat language: Dutch or English\r\n- The Server will be Monthly.\r\n- dutchrustserver.nl",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779851005,
    "last_online": 1780211423,
    "icon": null,
    "name": "DutchRust Extreme Survival PvE",
    "connect": "213.165.95.221:28015",
    "request": "213.165.95.221:28017",
    "map": "Procedural Map",
    "gamemode": "Hardcore",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 20,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1722077818,
    "last_update": 1780211423,
    "banned": false,
    "wipe": 1779378427,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1389,
    "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/5360615");
$data = json_decode($json, true);
var_dump($data);