API für 3x RustWipes.net - Solo/Duo
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 97,
"fps_avg": 97,
"entities_count": 73978,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90286472346633235",
"domain": null,
"id": 6233835,
"ip": "104.128.48.138",
"port": 25566,
"query": 27018,
"color": 0,
"city": "Chicago",
"description": "\nFor players seeking faster progression with a tripled resource rate and intense PVP.\r\n\r\nWipes: Bi-weekly on Thursdays/Sundays @ 10AM PST (or when forced)\r\nBP Wipe: Monthly\r\nBase Pop: 300+ players | Map size: 3500 \r\n\r\nSUPPORT: discord.gg/6fBzfsNTY7\r\nSTORE: rustwipes.net/kits\r\nSERVERS: rustwipes.net/servers\r\nDISCORD: discord.gg/6fBzfsNTY7\r\n\r\nWhat to expect:\r\n - Active, non-playing admins ensuring a top-tier experience\r\n - Custom stat tracking for KDR, gambling, and resources\r\n - Advanced anti-cheat measures\r\n - Combined Outpost/Bandit for reduced lag\r\n - Tastefully edited procedural maps\r\n - Hosted on powerful dedicated servers with custom plugins\r\n\r\nNote: Group size limit is 2, and resource rate is 3x.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1770865901,
"last_online": 1780575633,
"icon": null,
"name": "3x RustWipes.net - Solo/Duo",
"connect": "104.128.48.138:25566",
"request": "104.128.48.138:27018",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1728486239,
"last_update": 1780575633,
"banned": false,
"wipe": 1778293039,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2783,
"language": "en",
"parked": false,
"app": {
"id": 252490,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/6233835");
$data = json_decode($json, true);
var_dump($data);