JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10922373
json
{
  "response": {
    "fps": 53,
    "fps_avg": 53,
    "entities_count": 83920,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90286605862547481",
    "domain": null,
    "id": 10922373,
    "ip": "194.69.160.15",
    "port": 28051,
    "query": 28053,
    "color": 0,
    "city": "City of London",
    "description": "![PVEZone EU | PvE MMORPG | Skills | Events | Quests | Raids | No](https://i.imgur.com/uSTdiJp.png)\n• 1000+ Levels & 150+ Unique Skills\r\n• Permanent Progression (Backpacks, Skills, Levels & Ranks Never Wipe)\r\n• Raidable Bases, NPC Raid Defense, Heli & Bradley Signals\r\n• Convoys, Armored Train, Bosses & Other Events\r\n• Custom Map, Monuments, Buildable Zones & More\r\n• Enchanted, Rare Legendary Items & Custom Loot Tables\r\n• Challenging PvE World & Custom NPCs Roaming Monuments\r\n• Active Development & Friendly Community\r\n• Non-P2W, Daily Rewards, Playtime Ranks, Milestones & More\r\n\r\nGathering, crafting speed and other variables depend on your skills.\r\nWebsite: https://pvezone.com\r\nDiscord: https://discord.gg/pvezone\r\nPermanent Progression - backpacks, skills, levels and ranks are permanent and persist through force wipes.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780601069,
    "last_online": 1780603227,
    "icon": null,
    "name": "PVEZone EU | PvE MMORPG | Skills | Events | Quests | Raids | No",
    "connect": "194.69.160.15:28051",
    "request": "194.69.160.15:28053",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 17,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 67,
    "add_date": 1768476934,
    "last_update": 1780603227,
    "banned": false,
    "wipe": 1780601341,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1029,
    "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/10922373");
$data = json_decode($json, true);
var_dump($data);