Rusty War Crimes 10x Kits|NoBps|Shop|TP|Clans| 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 47,
"fps_avg": 46,
"entities_count": 156470,
"world_seed": 1521489270,
"world_size": 3500,
"steam_id": "90286617968031746",
"domain": null,
"id": 11606873,
"ip": "45.132.74.112",
"port": 60000,
"query": 60003,
"project_id": null,
"color": 0,
"city": "New York",
"description": "\nWelcome To \r\n Rustywarcrimes10x Server \r\n \r\n FEATURES \r\n \r\n -10x Loot \r\n -10x Gather \r\n -10x Quarries \r\n -Much Larger Stacking \r\n -Faster respawning of loot boxes \r\n -MyMini \r\n -Clans \r\n -Teleporting \r\n -Shop \r\n -Kits \r\n And Much Much More..... \r\n \r\n Server is designed for fast past PVP and RAIDING. \r\n \r\n SERVER WIPES EVERY THURSDAY 3PM EST",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780599868,
"last_online": 1780679431,
"icon": null,
"name": "Rusty War Crimes 10x Kits|NoBps|Shop|TP|Clans|",
"connect": "45.132.74.112:60000",
"request": "45.132.74.112:60003",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 2,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1779915486,
"last_update": 1780679431,
"banned": false,
"wipe": 1780600038,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2906,
"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/11606873");
$data = json_decode($json, true);
var_dump($data);