JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/5941376
json
{
  "response": {
    "fps": 125,
    "fps_avg": 121,
    "entities_count": 93275,
    "world_seed": 727122139,
    "world_size": 4000,
    "steam_id": "90286042952705045",
    "domain": null,
    "id": 5941376,
    "ip": "54.37.245.131",
    "port": 29015,
    "query": 29010,
    "color": 0,
    "city": "London",
    "description": "![FLYING TURBANS 2X - Minicopter / Helicopter Training](https://i.imgur.com/Z06s6Hk.png)\nFLYING TURBANS 2X - MINICOPTER / HELICOPTER TRAINING\r\nThe Original Minicopter/Helicopter PvP Server!\r\nBuild | Raid | PvP | Training | Noob Friendly\r\nSpawn Vehicles - No Fuel Required\r\n2x Nodes & 2x Custom Loot\r\nStarter Kits - Unique Events & Hidden Easter Eggs.\r\nThis is not just a training server.\r\nDON'T CRY JUST DIE!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779387226,
    "last_online": 1780594416,
    "icon": null,
    "name": "FLYING TURBANS 2X - Minicopter / Helicopter Training",
    "connect": "54.37.245.131:29015",
    "request": "54.37.245.131:29010",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1726346634,
    "last_update": 1780594416,
    "banned": false,
    "wipe": 1778188767,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2140,
    "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/5941376");
$data = json_decode($json, true);
var_dump($data);