JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/9785630
json
{
  "response": {
    "fps": 129,
    "fps_avg": 126,
    "entities_count": 117792,
    "world_seed": 495965799,
    "world_size": 4500,
    "steam_id": "90286609373909003",
    "domain": null,
    "id": 9785630,
    "ip": "170.39.213.6",
    "port": 28080,
    "query": 28015,
    "color": 0,
    "city": "Dallas",
    "description": "![Apophis | PVE+PVP | 1/4 Upkeep | 3x Resource Stacks | Events](https://i.imgur.com/dEr7jdg.jpeg)\nPVE in all biomes but Jungle and Snow first 3 weeks of wipe | PVP in all zones last week of wipe | 1/4 Tool Cupboard Upkeep | 3x Stacks on Resources like Wood, Stone, Metal, Fuel, & Scrap | Events every night at 2300 with 1000 Scrap prize to the Last Man Standing + 100 per kill | Cargo Plane Crash Event every 4 hours | Low Priced Admin Shops with Test Generators and everything you need | Public Level 3 Workbench | Remover Tool | and more...",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780604659,
    "last_online": 1780608029,
    "icon": null,
    "name": "Apophis | PVE+PVP | 1/4 Upkeep | 3x Resource Stacks | Events",
    "connect": "170.39.213.6:28080",
    "request": "170.39.213.6:28015",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 1,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1752681073,
    "last_update": 1780608029,
    "banned": false,
    "wipe": 1780604933,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2350,
    "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/9785630");
$data = json_decode($json, true);
var_dump($data);