OVERDRIVE-X100X-Loadouts|PVP|TheUltimateBattlefield|x50x 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 25,
"fps_avg": 24,
"entities_count": 80044,
"world_seed": 1399487135,
"world_size": 3500,
"steam_id": "90286636602671107",
"domain": null,
"id": 10805375,
"ip": "91.229.114.45",
"port": 28019,
"query": 28021,
"project_id": null,
"color": 0,
"city": "Chicago",
"description": "\nOVERDRIVE 100X - AI Anti-Cheat | Custom PvP Map | Weekly Battlefield \\\r\n- Instant Kits | Custom Loadouts | RaidKits - spawn geared, save loadouts, and raid faster \\\r\n- Backpack | Shop | /Turret - extra storage, player trading, and easy turret control \\\r\n- /bgrade | /up4 | /br - auto-upgrade builds and repair your base faster \\\r\n- FPV Drones | CopterWeapons - scout, fly, and fight with advanced combat tools \\\r\n- NoFallDamage | MonumentBeds | Wireless Electronics - smoother movement, respawns, and base setup \\\r\n- Nonstop PvP | 8-Man Teams | Fast Progression - constant action with less grind \\\r\n- Raidable Base Tiers | Custom Events | VIP Tiers - PvE raids, rewards, and supporter perks \\\r\n- Active Staff | Fair Gameplay | Community Updates - balanced rules and frequent improvements \\\r\n\\\r\nJoin Discord.gg/100",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780659260,
"last_online": 1780679431,
"icon": null,
"name": "OVERDRIVE-X100X-Loadouts|PVP|TheUltimateBattlefield|x50x",
"connect": "91.229.114.45:28019",
"request": "91.229.114.45:28021",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 13,
"maxplayers": 500,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1766921254,
"last_update": 1780679431,
"banned": false,
"wipe": 1780598120,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2301,
"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/10805375");
$data = json_decode($json, true);
var_dump($data);