Rust
[SEA] KAOS 10x | Fresh Wipe | Bi-Weekly [IND] 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/11435969json
{
"response": {
"fps": 127,
"fps_avg": 124,
"entities_count": 104402,
"world_seed": 910111125,
"world_size": 4250,
"steam_id": "90284755790165021",
"domain": null,
"id": 11435969,
"ip": "51.79.176.95",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Singapore",
"description": "![[SEA] KAOS 10x | Fresh Wipe | Bi-Weekly [IND]](https://drive.google.com/uc?id=1_B5G0_VNqwXrTs43Bu_tmZWONUJpFVwg)\n[SEA] KAOS 10x PvP | Events & Action\r\n\r\nExperience the ultimate modded PvP in SEA! We’ve packed the server with premium events and QoL features to keep the action non-stop.\r\n\r\n> EXCLUSIVE EVENTS\r\n- Raidable Bases: Raid NPC bases for massive loot (PVP/PVE)\r\n- Dangerous Treasures: Fight for locked chests guarded by NPCs\r\n- Fancy Drops: Custom airdrops with high-tier rewards\r\n\r\n> QUALITY OF LIFE\r\n- 10x Gather + Magic Loot (Loot++)\r\n- Offline Raid Protection (TC Based)\r\n- Quick Crafting & Fast Smelting\r\n- Remineration & Reforestration\r\n- Restructured Electricity & Devices\r\n- Recyclers at all Monuments\r\n- Skip Night Vote system\r\n\r\n> ESSENTIALS\r\n- Teleport / Home / Outpost / Bandit\r\n- Customized Player Kits \r\n- Clans & Teaming Allowed\r\n- Bi-Weekly Wipe (Blueprints + Map)\r\n\r\n- Join the KAOS. Dominate the Island.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776807201,
"score": 0,
"last_online": 1776853820,
"icon": null,
"name": "[SEA] KAOS 10x | Fresh Wipe | Bi-Weekly [IND]",
"connect": "51.79.176.95:28015",
"request": "51.79.176.95:28017",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774977214,
"last_update": 1776853820,
"banned": false,
"wipe": 1776346402,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5354,
"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/11435969");
$data = json_decode($json, true);
var_dump($data);