[10X] SplashNSmash StarFire | Deep Sea BUILD & ALWAYS OPEN|PvP 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 199,
"fps_avg": 203,
"entities_count": 119387,
"world_seed": 2083933703,
"world_size": 4300,
"steam_id": "90286748366722079",
"domain": null,
"id": 10896388,
"ip": "157.85.94.103",
"port": 28015,
"query": 28016,
"project_id": null,
"color": 0,
"city": "Dallas",
"description": "![[10X] SplashNSmash StarFire | Deep Sea BUILD & ALWAYS OPEN|PvP](https://i.ibb.co/d4KhLqtL/Star-Fire-banner-dox1.png)\nSplashNSmash: StarFire | Deep Sea ALWAYS OPEN | Base Building Enabled| PvP | 10x\r\nDeep Sea Always open. The timer resets @ a certain time allowing the Deep Sea to always be open.\r\nBuild bases in Deep Sea-limit to 20 foundations.\r\nAirfield Event\r\nDome event\r\nMaze Event for PVP\r\nRaidable Base Events\r\nBattle Pass\r\nTeams/Clans\r\nTp/Homes\r\nMyMini\r\nLow/Medium/High Graded Fuel\r\nPing Locations\r\nShop\r\nKits\r\nTC Upgrades\r\nSkins\r\nSpeed Smelting\r\nInstant craft/recycle/mixing\r\n10x Gather speeds\r\nInstant Airdrops",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780916657,
"last_online": 1780922431,
"icon": null,
"name": "[10X] SplashNSmash StarFire | Deep Sea BUILD & ALWAYS OPEN|PvP",
"connect": "157.85.94.103:28015",
"request": "157.85.94.103:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 125,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1768383822,
"last_update": 1780922431,
"banned": false,
"wipe": 1780600300,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4142,
"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/10896388");
$data = json_decode($json, true);
var_dump($data);