JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11759591
json
{
  "response": {
    "oxide": true,
    "modded": true,
    "fps": 65,
    "fps_avg": 62,
    "entities_count": 96153,
    "world_seed": 773772147,
    "world_size": 4000,
    "steam_id": 90286777106962460,
    "domain": null,
    "id": 11759591,
    "ip": "45.125.46.70",
    "port": 26000,
    "query": 26003,
    "project_id": null,
    "color": 0,
    "city": "Jinan",
    "description": "![[初心]2倍/6.9新档/半月/四人服/萌新首选](https://pic1.imgdb.cn/item/64aa4de31ddac507cce83416.png)\n【初心】=玩家交流群:234055789\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\n【初心】=禁止挂、开宏、卡石头作弊\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\n【初心】=玩家终极乐园,保护萌新,稳定长久",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780971856,
    "last_online": 1780979422,
    "icon": null,
    "name": "[初心]2倍/6.9新档/半月/四人服/萌新首选",
    "connect": "45.125.46.70:26000",
    "request": "45.125.46.70:26003",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 32,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 74,
    "add_date": 1780931722,
    "last_update": 1780979422,
    "banned": false,
    "wipe": 1780623192,
    "official": null,
    "wipe_period": "biweekly",
    "next_wipe": 1781832792,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 476,
    "language": "zh",
    "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/11759591");
$data = json_decode($json, true);
var_dump($data);