YL[PVE微PVP月清]養身服-上班族 SOLO首選 için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/10781145
json
{
  "response": {
    "fps": 115,
    "fps_avg": 113,
    "entities_count": 113492,
    "world_seed": 1553854572,
    "world_size": 4000,
    "steam_id": "90284802796718099",
    "domain": null,
    "id": 10781145,
    "ip": "103.107.199.232",
    "port": 28095,
    "query": 28096,
    "color": 0,
    "city": "Singapore",
    "description": "![YL[PVE微PVP月清]養身服-上班族 SOLO首選](https://i.postimg.cc/gJX6GgYb/ci-fu-qi-jie-shao-heng-fu.png)\n伺服器設置\r\n倍率:原倍 洗白/重啟:[月清][每日05:00 2次]\r\n位置:新加坡 Singapore 地圖大小:4000\r\n模式:休閒娛樂(微PVP)\r\n伺服器福利\r\n[每日在線獎勵][每月獎勵][自創活動免費取得VIP]\r\n[VIP1=200HP][VIP2=300HP][提升VIP增加血量]\r\n伺服器模組\r\n[SKIN][事件活動][原生副本增強][防洗白背包][技能樹]\r\n伺服器特色\r\n[指定區域PVP]\r\n有任何建議請在dc發文!合理性就會再修正或是新增!\r\n[歡迎加入Discord群]",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776848598,
    "score": 0,
    "last_online": 1776855023,
    "icon": null,
    "name": "YL[PVE微PVP月清]養身服-上班族 SOLO首選",
    "connect": "103.107.199.232:28095",
    "request": "103.107.199.232:28096",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "SG",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1766872501,
    "last_update": 1776855023,
    "banned": false,
    "wipe": 1775165805,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4162,
    "language": "en",
    "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/10781145");
$data = json_decode($json, true);
var_dump($data);