[US]Luuxens[PVE&RP]Town|Drugs|Quests|Tiers|Roles|RaidBases|Fire 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 68,
"fps_avg": 68,
"entities_count": 98618,
"world_seed": 1337,
"world_size": 4096,
"steam_id": 90286627653502980,
"domain": null,
"id": 11511428,
"ip": "208.73.202.67",
"port": 28080,
"query": 28015,
"color": 0,
"city": "Secaucus",
"description": "![[US]Luuxens[PVE&RP]Town|Drugs|Quests|Tiers|Roles|RaidBases|Fire](https://i.ibb.co/F87hxbQ/Luuxens-Server-Banner-2024.png)\n★★Welcome to Luuxens PVE Server★★\r\n★ A friendly place with good people to relax with! ◀\r\n★ Toxic behaviors is NOT tolerated! ◀\r\n★ MAX PING ALLOWED 350! ◀\r\n★ Over 250+ plugins and more to come..\r\n↙↙↙↙ Press the EXTERNAL WEBSITE button to join discord!\r\n\r\n\r\n★ Role Players and Artists are very welcome!!\r\n★ You are safe here!!\r\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\r\n★ Monthly wipes! ● FORCE WIPES!\r\n★ Daily Restart! ● 06:00 AM Gmt+1\r\n★ Abandoned Bases ● 7 Days!\r\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\r\n\r\n★ Premium Mods ● Custom Maps ● Rust Edit ● Active Admins\r\n\r\n★ PVE Raid Quests ● No-Decay ● No-Stability ● No-Upkeep\r\n\r\n★ Cooking ● Ganja ● Black Market ● Drugs ● TelePorts\r\n\r\n★ Custom Items ● Server Votes ● Personal Farm ● Professions\r\n\r\n★ Player Ranks ● Backpackpages ● Server Rewards ● Quests\r\n\r\n★ BOTS ● Custom Fireworks ● Personal Kits ● Skinner & Skins\r\n\r\n★ SteamGroup Rewards ● Discord Forums ● Raidable Bases\r\n\r\n★ BetterTools ● BiPlanes ● Jetpacks ● Vehicles ● Portals\r\n\r\n★ Armored Trains ● Caravans & Convoys ● Town Houses ● BetterChat\r\n\r\n★ EndLess CargoShips ● Bradley & Heli Tiers ● NPC Raids\r\n\r\n★ Sputniks ● Cosmonauts ● ScrapLeaderBoard ● Player LeaderBoards\r\n\r\n★ Custom Vehicle Modules ● PogoSticks ● Karuza-Vehicles\r\n\r\n★ DeLuux Experience! ● Everyone is VIP! ● HighPerformance!\r\n\r\n★ Gather X50 with TeaModifiers + Joints + Skills + Cooking \r\n\r\n★ PLAYERS WITH NEWER THAN 15 DAYS VAC BANS CANT JOIN!★\r\n\r\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\r\n★ Powered by GTXGaming.com.uk (LOCATED IN NEW YORK) ★\r\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\r\n Created by Luuxen",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780598072,
"last_online": 1780665630,
"icon": null,
"name": "[US]Luuxens[PVE&RP]Town|Drugs|Quests|Tiers|Roles|RaidBases|Fire",
"connect": "208.73.202.67:28080",
"request": "208.73.202.67:28015",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 1,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1779353847,
"last_update": 1780665630,
"banned": false,
"wipe": 1780598017,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2552,
"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/11511428");
$data = json_decode($json, true);
var_dump($data);