Rust
KABOOM 1000X BATTLEFIELD PVP | MEGA AIR DROPS 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/9647468json
{
"response": {
"fps": 57,
"fps_avg": 54,
"entities_count": 118825,
"world_seed": 1565357757,
"world_size": 3500,
"steam_id": "90285141657388043",
"domain": null,
"id": 9647468,
"ip": "91.229.114.53",
"port": 28014,
"query": 28015,
"color": 0,
"city": "Chicago",
"description": "\n1000X modded optimized for PvP and raiding. 100+ air drops per hour. \n\n- Kits / Clans / Always Day / TC & lock sharing\n- Homes / TP / Spawn Minicopters / Box Sorter \n\nAI powered admin and anti-cheat software\nHigh quality DDoS protected dedicated hardware\nCustom plugins unique to our servers\n\nVisit https://kaboomrust.com\nWipes EVERY 3 DAYS at 16:00 (4:00pm) USA CT\n\nDiscord: https://discord.gg/4e6A32Z7Bm",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777296803,
"score": 0,
"last_online": 1777660820,
"icon": null,
"name": "KABOOM 1000X BATTLEFIELD PVP | MEGA AIR DROPS",
"connect": "91.229.114.53:28014",
"request": "91.229.114.53:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 40,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 69,
"add_date": 1751369606,
"last_update": 1777660820,
"banned": false,
"wipe": 1777497097,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 891,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/9647468");
$data = json_decode($json, true);
var_dump($data);