JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11596698
json
{
  "response": {
    "fps": 125,
    "fps_avg": 129,
    "entities_count": 74039,
    "world_seed": 1172338293,
    "world_size": 3500,
    "steam_id": "90286563897833498",
    "domain": null,
    "id": 11596698,
    "ip": "64.31.11.51",
    "port": 28080,
    "query": 28015,
    "color": 0,
    "city": "Tokyo",
    "description": "Do not use cheats, be friendly, do not be xenophobic. \r\n The server is not pay-to-win. \r\n There is no need for BPs \r\n Insta Craft \r\n /kit \r\n /clan help",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779916426,
    "last_online": 1780557630,
    "icon": null,
    "name": "JapanFunny | 2x | no BPS | No Pay2Win",
    "connect": "64.31.11.51:28080",
    "request": "64.31.11.51:28015",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "JP",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779358597,
    "last_update": 1780557630,
    "banned": false,
    "wipe": 1777590273,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5281,
    "language": "ja",
    "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/11596698");
$data = json_decode($json, true);
var_dump($data);