JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10942484
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 71318,
    "world_seed": 27204296,
    "world_size": 3500,
    "steam_id": "90284528295469068",
    "domain": null,
    "id": 10942484,
    "ip": "89.150.147.227",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Snoghøj",
    "description": "![Band of Tilters | Vanilla | Linux](https://cloud.zevo.dk/apps/files_sharing/publicpreview/RAxwSyfTftJYXAS?file=/&fileId=1783&x=3440&y=1440&a=true&etag=4774bdf55e563fd772eb6461fc446858)\nVanilla Rust for noobs and casuals (Linux Enabled)\r\n\r\nRules:\r\n- MAX GROUP: 4 (No Alliances/Teaming)\r\n- NO SWEATS: 50hr/week playtime limit.\r\n- NO GRIEFING: Let players recover after a raid.\r\n- PLAY FAIR: Respect new players & aim for Online Raids.\r\n- CHAT: English only in Global.\r\n\r\nKeep the vibe chill. Have fun!\r\n\r\nBi-Weekly Wipes:\r\n- 1st Thursday: Full Wipe (Map + Blueprints) @ 19:00 Europe/London\r\n- 3rd Thursday: Map Wipe Only @ 19:00 Europe/London\r\n\r\nJoin the Discord: https://discord.gg/snc8qY8zV6",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776820998,
    "score": 0,
    "last_online": 1777566624,
    "icon": null,
    "name": "Band of Tilters | Vanilla | Linux",
    "connect": "89.150.147.227:28015",
    "request": "89.150.147.227:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "DK",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1768499998,
    "last_update": 1777566624,
    "banned": false,
    "wipe": 1776362642,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4337,
    "language": "da",
    "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/10942484");
$data = json_decode($json, true);
var_dump($data);