Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11502560
json
{
  "response": {
    "oxide": true,
    "modded": true,
    "fps": 52,
    "fps_avg": 49,
    "entities_count": 100308,
    "world_seed": 143314874,
    "world_size": 4096,
    "steam_id": "90286576649988098",
    "domain": null,
    "id": 11502560,
    "ip": "103.91.211.127",
    "port": 12040,
    "query": 12043,
    "color": 0,
    "city": "Jinan",
    "description": "![[霸道]10000000倍-6.4日-萌新首选-稳定长久](https://pic.imgdb.cn/item/64020454f144a010070c4951.jpg)\n【霸道】=服主大佬QQ:37699220\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\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\n【霸道】=玩家终极乐园,保护萌新,稳定长久!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780566266,
    "last_online": 1780566623,
    "icon": null,
    "name": "[霸道]10000000倍-6.4日-萌新首选-稳定长久",
    "connect": "103.91.211.127:12040",
    "request": "103.91.211.127:12043",
    "map": "Dreamland_ver27",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 35,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 75,
    "add_date": 1779207204,
    "last_update": 1780566623,
    "banned": false,
    "wipe": 1779234435,
    "official": null,
    "wipe_period": "monthly",
    "next_wipe": 1781826435,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 375,
    "language": "zh",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11502560");
$data = json_decode($json, true);
var_dump($data);