Rust
Rock to Rockets - Solo/Duo Bi-Weekly, no BP wipes. Vanilla. 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/11189085json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 86836,
"world_seed": 1337,
"world_size": 3800,
"steam_id": "90285157772273682",
"domain": null,
"id": 11189085,
"ip": "162.19.94.146",
"port": 27015,
"query": 27017,
"color": 0,
"city": "Gravelines",
"description": "\nWelcome to Rock to Rockets - Solo/Duo Bi-Weekly, No BP wipes. \r\n\r\n A brand new server providing a fun and fair Duo environment. \r\n\r\n - 2+ Game/VAC bans = Perm Ban \r\n - Game/VAC ban <365 Days old = Ban \r\n\r\n Last Wipe: 16/04/2026 19:00 BST \r\n Next Wipe: 30/04/2026 19:00 BST \r\n\r\n - Custom Anti Teaming system to prevent unfair game play \r\n - Custom Anti Cheat systems to help remove cheaters from the server \r\n - Strong growing Discord Community to assist with building and game play questions \r\n\r\n Join our Discord for more information and to join in with the discussion\r\n\r\n [RS-eaa32785]",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776514402,
"score": 0,
"last_online": 1777553424,
"icon": null,
"name": "Rock to Rockets - Solo/Duo Bi-Weekly, no BP wipes. Vanilla.",
"connect": "162.19.94.146:27015",
"request": "162.19.94.146:27017",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772699031,
"last_update": 1777553424,
"banned": false,
"wipe": 1776362741,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4654,
"language": "fr",
"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/11189085");
$data = json_decode($json, true);
var_dump($data);