Rust
API für 【疾风】10倍|六人|4.17新档|爆枪|新手推荐
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11305661json
{
"response": {
"fps": 67,
"fps_avg": 66,
"entities_count": 158433,
"world_seed": 642830554,
"world_size": 3700,
"steam_id": "90284713845909517",
"domain": null,
"id": 11305661,
"ip": "43.249.192.149",
"port": 28026,
"query": 28025,
"color": 0,
"city": "Jinan",
"description": "\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": 1776841313,
"icon": null,
"name": "【疾风】10倍|六人|4.17新档|爆枪|新手推荐",
"connect": "43.249.192.149:28026",
"request": "43.249.192.149:28025",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 28,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 75,
"add_date": 1774592895,
"last_update": 1776841313,
"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": 402,
"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/11305661");
$data = json_decode($json, true);
var_dump($data);