『夜猫子』PVP1000倍/全解/传送/秒造/礼包/NPC爆枪 için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11261116
json
{
  "response": {
    "steam_id": "90285639474327577",
    "domain": null,
    "id": 11261116,
    "ip": "103.91.210.17",
    "port": 10002,
    "query": 11112,
    "color": 0,
    "city": "Jinan",
    "description": "![『夜猫子』PVP1000倍/全解/传送/秒造/礼包/NPC爆枪](https://1-1251952791.cos.ap-beijing.myqcloud.com/夜猫子/广告图.png)\n\r\n★★★★★  本服特色 ★ 每日礼包 ★ 超高倍率 ★ 快捷指令  ★★★★★\r\n★★★★★  蓝图全解 ★ 物品秒造 ★ 多样商城 ★ 白嫖特权  ★★★★★\r\n★★★★★  无视黑夜 ★ 炮台免电 ★ 团队竞技 ★ 抽奖系统  ★★★★★\r\n★★★★★  超多皮肤 ★ 玩家排行 ★ 激情战场 ★ 挂机泡点  ★★★★★\r\n★★★★★  快捷指令 ★ 长期开放 ★ 更多玩法 ★ 加群了解  ★★★★★\r\n\r\n夜猫子Rust唯一QQ群:222133348,欢迎加入!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778595783,
    "score": 0,
    "last_online": 1778596820,
    "icon": null,
    "name": "『夜猫子』PVP1000倍/全解/传送/秒造/礼包/NPC爆枪",
    "connect": "103.91.210.17:10002",
    "request": "103.91.210.17:11112",
    "map": "Procedural Map",
    "gamemode": "Rust",
    "version": "2625",
    "numplayers": 6,
    "maxplayers": 58,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 64,
    "add_date": 1774555219,
    "last_update": 1778596820,
    "banned": false,
    "wipe": 1778208419,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1318,
    "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/11261116");
$data = json_decode($json, true);
var_dump($data);