API für 【星云】10000倍|爆枪|秒造|全解|礼包|新手入门

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11305618
json
{
  "response": {
    "fps": 72,
    "fps_avg": 68,
    "entities_count": 97516,
    "world_seed": 180848686,
    "world_size": 3700,
    "steam_id": "90285635233103883",
    "domain": null,
    "id": 11305618,
    "ip": "43.249.192.147",
    "port": 18031,
    "query": 18030,
    "color": 0,
    "city": "Jinan",
    "description": "![【星云】10000倍|爆枪|秒造|全解|礼包|新手入门](https://cdn.imgos.cn/vip/2026/02/06/6985db8680cbc.png)\n> \\Rust生存世界/系列服\r\n> 激情枪战/建筑练习/超高资源获取/助您快速上手\r\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\r\n✓万倍资源                ✓蓝图全解                ✓NPC爆枪                ✓全图传送\r\n✓快速制作                ✓超高爆率                ✓免电炮塔                ✓复活全装\r\n✓皮肤盒子                ✓积分排行                ✓新手大礼                ✓内置准星\r\n✓双倍建筑血量                       ✓网易云音响                     ✓ TP/HOME传送━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\r\n↓↓点击下方蓝色按钮加入我们↓↓          > 服务器交流群:857112273",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778532180,
    "score": 0,
    "last_online": 1778604618,
    "icon": null,
    "name": "【星云】10000倍|爆枪|秒造|全解|礼包|新手入门",
    "connect": "43.249.192.147:18031",
    "request": "43.249.192.147:18030",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 30,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 67,
    "add_date": 1774592893,
    "last_update": 1778604618,
    "banned": false,
    "wipe": 1778185648,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1034,
    "language": "zh",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11305618");
$data = json_decode($json, true);
var_dump($data);