Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11511633
json
{
  "response": {
    "fps": 52,
    "fps_avg": 51,
    "entities_count": 185724,
    "world_seed": 1337,
    "world_size": 4300,
    "steam_id": "90286218960973825",
    "domain": null,
    "id": 11511633,
    "ip": "183.131.51.146",
    "port": 30032,
    "query": 30035,
    "color": 0,
    "city": "Hangzhou",
    "description": "![[大熊PVE]2倍/建造/种田/僵尸/突袭副本/死亡不掉](https://xiong.rustxz.com/openlogo1.png)\n\r\n\r\n1.完善的小怪和经济系统.  按 TAB键 点击<快捷菜单>查看玩法 \r\n2.月清、事件多, 总体倍率 2X左右, 建筑可以上锁防盗 \r\n3.无权限, 有自动化, 死亡不掉落, 并且有传送功能 \r\n4.有各类不影响平衡的,自动化高科技插件 \r\n5.如不能登录请更换STEAM商店加速线路, 或关闭加速器 \r\n6.点击左下角网页链接进入QQ群: 972897961",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779751405,
    "last_online": 1779772818,
    "icon": null,
    "name": "[大熊PVE]2倍/建造/种田/僵尸/突袭副本/死亡不掉",
    "connect": "183.131.51.146:30032",
    "request": "183.131.51.146:30035",
    "map": "特色玩家基地",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 4,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1779353857,
    "last_update": 1779772818,
    "banned": false,
    "wipe": 1770278651,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1126,
    "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/11511633");
$data = json_decode($json, true);
var_dump($data);