Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11305648
json
{
  "response": {
    "fps": 64,
    "fps_avg": 70,
    "entities_count": 101422,
    "world_seed": 394202277,
    "world_size": 4250,
    "steam_id": "90286732740855817",
    "domain": null,
    "id": 11305648,
    "ip": "103.91.211.33",
    "port": 39088,
    "query": 39015,
    "project_id": null,
    "color": 0,
    "city": "Jinan",
    "description": "【坚果白名单服】原倍独狼双人服、可以联盟、完全仿官\r\n【坚果白名单服】交流群:749543730\r\n【坚果白名单服】无VIP、无商城、无礼包、无赞助\r\n【坚果白名单服】加群私聊群主添加白名单后方可进入游戏\r\n【坚果白名单服】专业运营全自动化管理\r\n【坚果白名单服】更多详情请点击“访问网页”登录坚果官网",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780874651,
    "last_online": 1780927837,
    "icon": null,
    "name": "#8[坚果白名单]原倍仿官/双人/月清",
    "connect": "103.91.211.33:39088",
    "request": "103.91.211.33:39015",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 3,
    "maxplayers": 500,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774592894,
    "last_update": 1780927837,
    "banned": false,
    "wipe": 1780618175,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4645,
    "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/11305648");
$data = json_decode($json, true);
var_dump($data);