JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10622728
json
{
  "response": {
    "fps": 1,
    "fps_avg": 1,
    "entities_count": 158162,
    "world_seed": 1796717296,
    "world_size": 5000,
    "steam_id": "90286361033329669",
    "domain": null,
    "id": 10622728,
    "ip": "45.92.36.72",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Maidenhead",
    "description": "![EU|SWE GrumpyDudes PvE | SkillTree | Raidbases | Bots |](https://i.imgur.com/520jgnQ.png)\nWelcome to GrumpyDudes PVE!\n\nA unique and immersive PVE experience tailored for explorers and builders.\n\n⭐ SERVER FEATURES ⭐\n• SKILLTREE: Level up and unlock unique abilities as you play.\n• BOAT CONTROLLER: Build, expand, and captain your own massive ships!\n• NPC BASES: Strategic NPC Spawn Bases ready for you to raid.\n• BOTRESPAWN: Challenging NPC encounters at all major monuments.\n• BP SHARE: Automatically share Blueprints with your entire team.\n\nEscape the PVP grind and focus on progression, massive boat builds, and conquering the island with a great community. Join the GrumpyDudes today!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780059830,
    "last_online": 1780138226,
    "icon": null,
    "name": "EU|SWE GrumpyDudes PvE | SkillTree | Raidbases | Bots |",
    "connect": "45.92.36.72:28015",
    "request": "45.92.36.72:28016",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1763330617,
    "last_update": 1780138226,
    "banned": false,
    "wipe": 1778768161,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5368,
    "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/10622728");
$data = json_decode($json, true);
var_dump($data);