JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11511638
json
{
  "response": {
    "fps": 161,
    "fps_avg": 144,
    "entities_count": 77279,
    "world_seed": 0,
    "world_size": 3500,
    "steam_id": "90286585515530257",
    "domain": null,
    "id": 11511638,
    "ip": "136.46.11.190",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Bellevue",
    "description": "![Thump1t Gaming Fam1ly Server 2x Monthly | Half Decay](https://www.dropbox.com/scl/fi/umx206v1yoh20oo4pq4zu/ServerHeader1.jpg?rlkey=ezlcm62yvupu9vjjdx2ym0y83&st=b0r4yett&dl=1)\nBP Wipe every other month. Get to Grinding during the odd months!\r\n\r\nBe kind to one another. If you fail to do so, you WILL be kicked. Hate will not be tolerated.\r\n\r\nThis server is a work in progress! Constant testing is being done with plugins.\r\n\r\nIf you have any ideas or insight, please join our Discord Server by clicking the website button below and let us know!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780580077,
    "last_online": 1780578636,
    "icon": null,
    "name": "Thump1t Gaming Fam1ly Server 2x Monthly | Half Decay",
    "connect": "136.46.11.190:28015",
    "request": "136.46.11.190:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 10,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779353858,
    "last_update": 1780580077,
    "banned": false,
    "wipe": 1778241301,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 10242,
    "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/11511638");
$data = json_decode($json, true);
var_dump($data);