Rust
Crazy Rust 2x Vanilla+ | Solo/Duo | JUST WIPED 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/11435686json
{
"response": {
"fps": 80,
"fps_avg": 78,
"entities_count": 71214,
"world_seed": 3957436348,
"world_size": 3500,
"steam_id": "90284839076402202",
"domain": null,
"id": 11435686,
"ip": "198.73.57.151",
"port": 28025,
"query": 28027,
"color": 0,
"city": "Clifton",
"description": "\nWelcome to Crazy Rust where the ideal dream of Rust Comes true \r\n \r\n \r\nWhether you're a seasoned Rust veteran or a wide-eyed newcomer, Crazy Rust welcomes you with open arms. So gather your tools, sharpen your spears, and prepare to dive headfirst into a world where anything is possible. \r\n \r\n \r\nWe offer custom loot tables and plugins like Furnace Splitter, Quick Sort, Sign Artist, Skinbox, and Fast Smelt \r\n \r\n Join the discord to learn more by clicking the View Webpage page!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776447802,
"score": 0,
"last_online": 1776972021,
"icon": null,
"name": "Crazy Rust 2x Vanilla+ | Solo/Duo | JUST WIPED",
"connect": "198.73.57.151:28025",
"request": "198.73.57.151:28027",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 1,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1774977201,
"last_update": 1776972021,
"banned": false,
"wipe": 1776447964,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2517,
"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/11435686");
$data = json_decode($json, true);
var_dump($data);