JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10622881
json
{
  "response": {
    "fps": 205,
    "fps_avg": 210,
    "entities_count": 105182,
    "world_seed": 1337,
    "world_size": 4300,
    "steam_id": "90286605237614605",
    "domain": null,
    "id": 10622881,
    "ip": "172.240.3.62",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Sterling",
    "description": "![Absynth Rust RP|PVE](https://www.dropbox.com/scl/fi/y2t5dejmwco1joyv56rhh/512x256.png?rlkey=fhtq572mo1c276kqa1jlzwszy&st=iuwafy9o&dl=1)\nWelcome to Absynth Rust! New players welcome!\r\n\r\nNo KOS or raiding\r\nMonthly Map and BP Wipe\r\nEvents\r\nVote Day\r\nSkins and Kits\r\nSeveral QOL enhancements and commands available\r\n\r\nVisit our website at https://absynthrust.com or Discord at https://discord.gg/absynthrust for server info",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780599268,
    "last_online": 1780608629,
    "icon": null,
    "name": "Absynth Rust RP|PVE",
    "connect": "172.240.3.62:28015",
    "request": "172.240.3.62:28017",
    "map": "Absynth Rust Maps",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 4,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1763330652,
    "last_update": 1780608629,
    "banned": false,
    "wipe": 1780599492,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2407,
    "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/10622881");
$data = json_decode($json, true);
var_dump($data);