Titan 2X Monthly PVE | Raidable Bases | 2x Gather | Wiped 06-04 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 65,
"fps_avg": 64,
"entities_count": 113051,
"world_seed": 1075193253,
"world_size": 4500,
"steam_id": "90286611674746906",
"domain": null,
"id": 10534328,
"ip": "98.168.196.170",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Elkhorn",
"description": "\nWelcome to the Titan PVE Monthly 2x Gather & Modded Stack Rust Server! Are you ready to embark on an epic Rust adventure in a player-vs-environment (PVE) setting? Look no further! Our Titan PVE Monthly server offers a unique and thrilling Rust experience that combines the excitement of survival with the convenience of boosted gather rates and stack sizes. Please check our Discord at discord.gg/N4RAxvVmvz for the most up-to-date information.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780611859,
"last_online": 1780612828,
"icon": null,
"name": "Titan 2X Monthly PVE | Raidable Bases | 2x Gather | Wiped 06-04",
"connect": "98.168.196.170:28015",
"request": "98.168.196.170:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 1,
"maxplayers": 25,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1762518675,
"last_update": 1780612828,
"banned": false,
"wipe": 1780612144,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5728,
"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/10534328");
$data = json_decode($json, true);
var_dump($data);