JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11639185
json
{
  "response": {
    "fps": 218,
    "fps_avg": 209,
    "entities_count": 57449,
    "world_seed": 50000,
    "world_size": 3000,
    "steam_id": "90286548802156557",
    "domain": null,
    "id": 11639185,
    "ip": "157.85.91.176",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Dallas",
    "description": "![Deftallica's Wasteland](https://i.imgur.com/xKec8up.png)\nWelcome to Deftallica's modified PVE server\r\nSkippable nights and 2x gathering rates\r\nThis server was created to serve as a small space to learn the game.  Various plugins are installed and tinkered with over time focused on aspects of the game such as building and exploration and a forgiving learning experience.  Please feel welcome and enjoy your stay!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779921228,
    "last_online": 1780599637,
    "icon": null,
    "name": "Deftallica's Wasteland",
    "connect": "157.85.91.176:28015",
    "request": "157.85.91.176:28016",
    "map": "Procedural Map",
    "gamemode": "Softcore",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 30,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779917956,
    "last_update": 1780599637,
    "banned": false,
    "wipe": 1778203121,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4840,
    "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/11639185");
$data = json_decode($json, true);
var_dump($data);