JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11800944
json
{
  "response": {
    "fps": 56,
    "fps_avg": 56,
    "entities_count": 120382,
    "world_seed": 1337,
    "world_size": 5000,
    "steam_id": "90287031932306449",
    "domain": null,
    "id": 11800944,
    "ip": "203.27.106.49",
    "port": 49035,
    "query": 49036,
    "project_id": null,
    "color": 0,
    "city": "Singapore",
    "description": "Custom Maps Airfield Event Raidable bases Jungle tree building Upgrade from TC Youtube channel Dino D-American in the Philippines ,5 mintues for a locked crate instead of 15 minutes. No BP needed,  Server is setup for people that want to try new things from the updates and have a safe place to learn building. Wipe will be on Friday Hong Kong time, day before wipe on Thursday is purge day for raiding. Teleport, add home, resource splitter for the furnaces, and more. Join the server and have fun.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1781506443,
    "last_online": 1781515233,
    "icon": null,
    "name": "SEA Singapore Rusty 20X Resources Custom Map Redemption PVE",
    "connect": "203.27.106.49:49035",
    "request": "203.27.106.49:49036",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "SG",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1781463043,
    "last_update": 1781515233,
    "banned": false,
    "wipe": 1780640702,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 6255,
    "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/11800944");
$data = json_decode($json, true);
var_dump($data);