JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11511781
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 64100,
    "world_seed": 694802,
    "world_size": 3500,
    "steam_id": "90286203485522963",
    "domain": null,
    "id": 11511781,
    "ip": "64.40.8.247",
    "port": 28109,
    "query": 28106,
    "color": 0,
    "city": "Dallas",
    "description": "![Glizzy Glaze 2x](http://theglizzy2x.s3-website-us-west-2.amazonaws.com/glizzy2x.jpg)\nWelcome to the Glizzy Glaze 2x \r\nNoob Friendly, have fun and don't be a dick! \r\nQuality of Life \r\n- Vehicles spawn with high quality parts \r\n- Minis spawn on the road \r\n- Quick smelt, quick recycle and instant craft \r\n- Better loot tables\r\nGet your Glizzy on!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779353864,
    "last_online": 1780548628,
    "icon": null,
    "name": "Glizzy Glaze 2x",
    "connect": "64.40.8.247:28109",
    "request": "64.40.8.247:28106",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779353864,
    "last_update": 1780548628,
    "banned": false,
    "wipe": 1778183178,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5205,
    "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/11511781");
$data = json_decode($json, true);
var_dump($data);