TRUST YOUR SKILL 5X SOLO ONLY 02/06 WIPE 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 110119,
"steam_id": "90286518545429529",
"domain": null,
"id": 449819,
"ip": "208.103.169.212",
"port": 28010,
"query": 28015,
"color": 0,
"city": "London",
"description": "\nServer Wipe Tuesday & Saturday @ 16:00 Amsterdam Time\r\nKits & Queue Skip: https://trustyourskill.com\r\n\r\n\\t- Max Group: SOLO ONLY\r\n\\t- 5x Gather & Resources\r\n\\t- Full Base Workbench\r\n\\t- T1 BPs + Electrical Unlocked\r\n\\t- Always Day\r\n\\t- Custom FPS-Optimized Map\r\n\\t- Teleport Enabled (/home /outpost)\r\n\\t- Ranks & Playtime Rewards\r\n\r\nJoin Our Discord: https://discord.gg/trustyourskill",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778242986,
"last_online": 1780572026,
"icon": null,
"name": "TRUST YOUR SKILL 5X SOLO ONLY 02/06 WIPE",
"connect": "208.103.169.212:28010",
"request": "208.103.169.212:28015",
"map": "discord.gg/trustyourskill",
"gamemode": "Survival",
"version": "2625",
"numplayers": 10,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 65,
"add_date": 1630779840,
"last_update": 1780572026,
"banned": false,
"wipe": 1780409036,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 694,
"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/449819");
$data = json_decode($json, true);
var_dump($data);