Rust
TemplarGaming SEA 3x 5 Max LootX3|SkinBox|Kits JUST WIPED 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/10129327json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 85251,
"world_seed": 1572213658,
"world_size": 3500,
"steam_id": 90284725618686980,
"domain": null,
"id": 10129327,
"ip": "31.58.143.184",
"port": 28014,
"query": 28015,
"color": 0,
"city": "Singapore",
"description": "\nWelcome to the TemplarGaming 3x 5 Max!\r\n⦿ Intricately Customized Loot Tables\r\n⦿ Kits | Clan Auth Sharing | Instant Craft | Teleport | + More!\r\n⦿ Everyone has SkinBox, Box Sorter, AutoDoors, /Remove, /BGrade & more\r\n⦿ Full Base Workbench Range | Automatic Base Upgrader, Base Repair Tool\r\n⦿ Leaderboard tracking your Kills, Deaths, Headshots, Accuracy & more!\r\n⦿ Group Limit: 5\r\n⦿ Clan Blueprint Sharing | All Tier 1 Blueprints unlocked\r\n⦿ Building Skins (/BSkin) available to all\r\n⦿ Cars spawn with parts\r\n⦿ Performance Optimized Custom Maps\r\n\r\n⦿ Join our Discord to claim an exclusive /Kit Discord & stay up to date with all our latest news.\r\nhttps://discord.gg/templar\r\n\r\n⦿ Join our Steam group and get access to /Kit Steam\r\nhttps://steam.templar.gg",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776639797,
"score": 0,
"last_online": 1776853220,
"icon": null,
"name": "TemplarGaming SEA 3x 5 Max LootX3|SkinBox|Kits JUST WIPED",
"connect": "31.58.143.184:28014",
"request": "31.58.143.184:28015",
"map": "Wiped 28 Hours Ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 10,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1755944029,
"last_update": 1776853220,
"banned": false,
"wipe": 1776750916,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1447,
"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/10129327");
$data = json_decode($json, true);
var_dump($data);