【疾风】10倍|六人|4.17新档|爆枪|新手推荐 için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11305661
json
{
  "response": {
    "steam_id": "90284713845909517",
    "domain": null,
    "id": 11305661,
    "ip": "43.249.192.149",
    "port": 28026,
    "query": 28025,
    "color": 0,
    "city": "Jinan",
    "description": "![【疾风】10倍|六人|4.17新档|爆枪|新手推荐](https://cdn.imgos.cn/vip/2026/02/07/69865d1daffa0.png)\n> 地图周清/蓝图半月清\r\n> 组队限制6人/禁止联盟\r\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\r\n✓十倍资源             ✓三倍硫磺             ✓战利品优化                 ✓快速制作\r\n✓熔炉加速             ✓高爆率                 ✓免电炮塔                 ✓随身工作台\r\n✓皮肤盒子             ✓积分排行             ✓新手礼包           ✓TP/HOME传送\r\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\r\n↓↓点击下方蓝色按钮加入我们↓↓         > 服务器交流群:1047435001",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776721398,
    "score": 0,
    "last_online": 1776838925,
    "icon": null,
    "name": "【疾风】10倍|六人|4.17新档|爆枪|新手推荐",
    "connect": "43.249.192.149:28026",
    "request": "43.249.192.149:28025",
    "map": "Procedural Map",
    "gamemode": "Rust",
    "version": "2623",
    "numplayers": 27,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 73,
    "add_date": 1774592895,
    "last_update": 1776838925,
    "banned": false,
    "wipe": 1776397594,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 423,
    "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/11305661");
$data = json_decode($json, true);
var_dump($data);