[EU] Rustoria.co - 2x Vanilla | No BP Wipes 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"oxide": true,
"modded": true,
"fps": 30,
"fps_avg": 30,
"entities_count": 75461,
"steam_id": "90286583237569562",
"domain": null,
"id": 443625,
"ip": "205.178.168.128",
"port": 28010,
"query": 28015,
"color": 0,
"city": "London",
"description": "![[EU] Rustoria.co - 2x Vanilla | No BP Wipes](https://fs.rustoria.co/dylan/1f08d8ef-3334-40f2-a5df-5e04a809ecc0.png)\nWipe Schedule:\r\n\\tMap - Mondays & Thursdays @ 3PM UK / 4PM CEST, or when force updates occur.\r\n\\tBPs - Never\r\n\r\nVIP: donate.rustoria.co\r\n\r\nFeatures:\r\n\\t- 2x Vanilla\r\n\\t- Faster bright only night\r\n\\t- Junk items removed from loot\r\n\\t- Tier 1 BPs unlocked\r\n\\t- QoL improvements (Doesn't effect Vanilla gameplay)\r\n\r\nGood performance\r\nActive non playing admins\r\nSeeds are carefully picked\r\n\r\nDiscord: rustoria.co/discord",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780045421,
"last_online": 1780572033,
"icon": null,
"name": "[EU] Rustoria.co - 2x Vanilla | No BP Wipes",
"connect": "205.178.168.128:28010",
"request": "205.178.168.128:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 2,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1630779666,
"last_update": 1780572033,
"banned": false,
"wipe": 1780322322,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2146,
"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/443625");
$data = json_decode($json, true);
var_dump($data);