JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10978419
json
{
  "response": {
    "fps": 77,
    "fps_avg": 91,
    "entities_count": 86515,
    "world_seed": 44501,
    "world_size": 3500,
    "steam_id": "90286592389919748",
    "domain": null,
    "id": 10978419,
    "ip": "82.153.70.198",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "City of London",
    "description": "![ArabRust #4 | x5 Kits Loot+ Tp](https://data.myrustserver.com/mrsimg/logo.jpg)\nWelcome to ArabRust x5\r\n\r\nHere a list of the Servers Rules:\r\n-> No Hacking/Exploits/Glitches.\r\n-> No 'Toxic , Bullying , Blaming , Racism' comments - Game chat or Voice chat.\r\n-> No URL links in chat or in your name.\r\n-> No Hacker Association, knowing or not.\r\n-> No Advertise.\r\n\r\n• The Server Wipes Weekly.\r\n• Last Wiped: 28-05-2026.\r\n• Any Report or Complain Please Directly Contact Admin or Moderator.\r\n• Discord: https://discord.gg/arabrust\r\n• Server Owners: hadeda | beast.1\r\n• And Finally Enjoy your time at ArabRust :D.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780470419,
    "last_online": 1780582239,
    "icon": null,
    "name": "ArabRust #4 | x5 Kits Loot+ Tp",
    "connect": "82.153.70.198:28015",
    "request": "82.153.70.198:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 2,
    "maxplayers": 350,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1769900969,
    "last_update": 1780582239,
    "banned": false,
    "wipe": 1779962282,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4101,
    "language": "en",
    "parked": false,
    "app": {
      "id": 252490,
      "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/10978419");
$data = json_decode($json, true);
var_dump($data);