Slackers Training: Aimtrain/FFA/GunGame/Battle Royale/Games 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 20600,
"world_seed": 1337,
"world_size": 6000,
"steam_id": "90286420247043078",
"domain": null,
"id": 11606655,
"ip": "212.117.169.196",
"port": 25610,
"query": 25603,
"color": 0,
"city": "Luxembourg",
"description": "\nWelcome to Slackers Training.! \r\n\r\n\r\nRunning a Custom Handmade Map with a Ton of features.\r\nWe have Aimtraining, Free For All, Scrims, Gun Game, Battle Royale and much more.\r\nStatic Bots, Moving Bots, Recoil Tracker with visible patterns to Perfect your Aim.\r\nLarge selection of KARUZA Custom Vehicles to Drive or Fly.\r\nPractice your Raiding skills with the Raid Simulator\r\nMinicopter Testing Ground to Hone your Flying skills.\r\nVarious COD and CSGO Gun Game / FFA Arenas\r\nArcade Parkour Arenas, Hex Drop Arenas, Laryrinth 3D Maze\r\nFunfair Arena with Rollercoaster, Dodgems, Ferris Wheel, Carousel and more..\r\nRacetack and Monster Truck Stunt Arenas with Racing System,Race your friends or get some Air!\r\nRace your mates at Rustwater Raceway on a choice of Jetskis\r\n\r\n\r\nHave fun, Any Suggestions or Issues Leave a Message in Chat.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779935021,
"last_online": 1780189826,
"icon": null,
"name": "Slackers Training: Aimtrain/FFA/GunGame/Battle Royale/Games",
"connect": "212.117.169.196:25610",
"request": "212.117.169.196:25603",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "LU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915478,
"last_update": 1780189826,
"banned": false,
"wipe": 1780182417,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5566,
"language": "lb",
"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/11606655");
$data = json_decode($json, true);
var_dump($data);