Rust
API für 【布丁】100倍|爆枪|秒造|礼包|全解|新手推荐
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11305611json
{
"response": {
"fps": 86,
"fps_avg": 83,
"entities_count": 98646,
"world_seed": 1668448269,
"world_size": 3700,
"steam_id": "90285635233242123",
"domain": null,
"id": 11305611,
"ip": "43.249.192.147",
"port": 18051,
"query": 18050,
"color": 0,
"city": "Jinan",
"description": "\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": 1778604619,
"icon": null,
"name": "【布丁】100倍|爆枪|秒造|礼包|全解|新手推荐",
"connect": "43.249.192.147:18051",
"request": "43.249.192.147:18050",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 25,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 66,
"add_date": 1774592893,
"last_update": 1778604619,
"banned": false,
"wipe": 1778185609,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1155,
"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/11305611");
$data = json_decode($json, true);
var_dump($data);