Rust
TemplarGaming EU 10x Swift Solo/Duo Loot++|PvP|MyMini|SkinBox|x 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/10605413json
{
"response": {
"fps": 59,
"fps_avg": 59,
"entities_count": 190950,
"world_seed": 841923437,
"world_size": 3500,
"steam_id": "90284737177315353",
"domain": null,
"id": 10605413,
"ip": "45.151.44.4",
"port": 28014,
"query": 28015,
"color": 0,
"city": "Amsterdam",
"description": "\nWelcome to the TemplarGaming 10x Swift!\r\nA fast paced gameplay environment with many features speeding up progression.\r\n⦿ Heavily boosted loot | No Blueprints | No Workbenches\r\n⦿ Everyone has SkinBox, /MyMini, AutoDoors, /Remove, /BGrade & more\r\n⦿ In-Game Leaderboard tracking your Kills, Deaths, Headshots, Accuracy & more!\r\n⦿ Kits | Clan Auth Sharing | Shop | Teleport | Fast Smelting | Instant Craft + More!\r\n⦿ Performance Optimized Custom Maps\r\n⦿ Group Limit: 2\r\n⦿ Automatic Base Upgrader, Base Repair and Box Sorters available to all\r\n⦿ Active Non-Playing Admins\r\n\r\nJoin our Discord to claim a supply drop & stay updated with all our latest news\r\n⦿ https://discord.gg/Templar\r\n\r\nJoin our Steam Group and get access to /Kit Steam\r\n⦿ https://steam.templar.gg",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1772736743,
"score": 0,
"last_online": 1776822014,
"icon": null,
"name": "TemplarGaming EU 10x Swift Solo/Duo Loot++|PvP|MyMini|SkinBox|x",
"connect": "45.151.44.4:28014",
"request": "45.151.44.4:28015",
"map": "Wiped 12 Hours Ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 55,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 77,
"add_date": 1763321597,
"last_update": 1776822014,
"banned": false,
"wipe": 1776776148,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 424,
"language": "nl",
"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/10605413");
$data = json_decode($json, true);
var_dump($data);