KovacRust.com - EU | AimTrain | Offwipe 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 1153,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90286397422607363",
"domain": null,
"id": 11510987,
"ip": "141.227.186.69",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Brussels",
"description": "\nJoin the fight. Join the fun.\r\ndiscord.gg/kovac\r\n\r\nServer Rules:\r\n- Cheating, scripting, or using third-party software is strictly prohibited\r\n- Players with multiple RUST game bans are not allowed. No Rust Gamebans under 180 days.\r\n- Admins reserve the right to take action on anything not explicitly listed\r\nFull rules and updates are available in our Discord:\r\ndiscord.gg/kovac",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780085620,
"last_online": 1780189826,
"icon": null,
"name": "KovacRust.com - EU | AimTrain | Offwipe",
"connect": "141.227.186.69:28015",
"request": "141.227.186.69:28017",
"map": "discord.gg/BW6UkE72ry",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 233,
"bots": 0,
"secured": true,
"private": false,
"country": "BE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779353836,
"last_update": 1780189826,
"banned": false,
"wipe": 1780093784,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5255,
"language": "nl",
"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/11510987");
$data = json_decode($json, true);
var_dump($data);