JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10948387
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 90787,
    "world_seed": 1337,
    "world_size": 4000,
    "steam_id": "90286604283277336",
    "domain": null,
    "id": 10948387,
    "ip": "156.236.84.131",
    "port": 28045,
    "query": 28046,
    "color": 0,
    "city": "Los Angeles",
    "description": "![Chill Rust | Solo/Duo | No KOS/Raid | NOOB FRIENDLY](https://www.dropbox.com/scl/fi/ybc6fgikb18ndkrtm41hy/Untitled-design-2.png?rlkey=5ljvskoliqzmfwcrp9dkwqisy&st=yorj0jye&dl=1)\nFOR PLAYERS WHO WANT TO CHILL AND PLAY\r\n• BPs wipe every 3 months\r\n• No raiding until last week of  wipe enforced by plugin\r\n• No KOS (only in Monuments)\r\n• Team size max 2\r\n• Low decay\r\n• BP share\r\n• Shorter nights 5 minutes \r\n• Extended workbench\r\n• 2x stacking\r\n• Mini's Spawn on Roads\r\n• Be Respectful\r\n• No Toxicity",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780596861,
    "last_online": 1780608629,
    "icon": null,
    "name": "Chill Rust | Solo/Duo | No KOS/Raid | NOOB FRIENDLY",
    "connect": "156.236.84.131:28045",
    "request": "156.236.84.131:28046",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 2,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1768511311,
    "last_update": 1780608629,
    "banned": false,
    "wipe": 1780597066,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2460,
    "language": "en",
    "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/10948387");
$data = json_decode($json, true);
var_dump($data);