Rust
API für 『夜猫子』PVP1000倍/全解/传送/秒造/礼包/NPC爆枪
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11261116json
{
"response": {
"fps": 74,
"fps_avg": 78,
"entities_count": 105027,
"world_seed": 1747108877,
"world_size": 3800,
"steam_id": "90285639474327577",
"domain": null,
"id": 11261116,
"ip": "103.91.210.17",
"port": 10002,
"query": 11112,
"color": 0,
"city": "Jinan",
"description": "\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": 1778599217,
"icon": null,
"name": "『夜猫子』PVP1000倍/全解/传送/秒造/礼包/NPC爆枪",
"connect": "103.91.210.17:10002",
"request": "103.91.210.17:11112",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 6,
"maxplayers": 58,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 66,
"add_date": 1774555219,
"last_update": 1778599217,
"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": 1112,
"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/11261116");
$data = json_decode($json, true);
var_dump($data);