JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/9692023
json
{
  "response": {
    "fps": 59,
    "fps_avg": 58,
    "entities_count": 90470,
    "world_seed": 1337,
    "world_size": 3900,
    "steam_id": "90286603908776968",
    "domain": null,
    "id": 9692023,
    "ip": "156.236.84.19",
    "port": 28120,
    "query": 28121,
    "project_id": null,
    "color": 0,
    "city": "Dallas",
    "description": "![Shadow Island 2X | Bi-Weekly | Quad](https://i.imgur.com/UIW1GGw.png)\nWelcome to Shadow Island 2X BiWeekly\r\nServer wipes the first and third THURSDAY of each month\r\n\r\nGroup Limit : 4\r\n2X Gather Rates\r\n2X Components and Scrap\r\n2X Crafting Recycling and Smelting\r\nLong Days and Short Nights\r\nActive Admins",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779147171,
    "last_online": 1780938630,
    "icon": null,
    "name": "Shadow Island 2X | Bi-Weekly | Quad",
    "connect": "156.236.84.19:28120",
    "request": "156.236.84.19:28121",
    "map": "Shadow Island Custom Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 4,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1751739290,
    "last_update": 1780938630,
    "banned": false,
    "wipe": 1780596005,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2041,
    "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/9692023");
$data = json_decode($json, true);
var_dump($data);