API dla Ducks PVE Modded Server
JSON dla programów, stron i innych
text
json
{
"response": {
"fps": 109,
"fps_avg": 108,
"entities_count": 137048,
"world_seed": 2054676831,
"world_size": 5000,
"steam_id": "90286589718418441",
"domain": null,
"id": 11018214,
"ip": "66.51.99.87",
"port": 28010,
"query": 28011,
"color": 0,
"city": "Dallas",
"description": "\nWelcome to Ducks PVE Modded Server — a relaxed Rust environment built for players who want to build, explore, and survive without the pressure of constant PvP. Enjoy a friendly community, modded gameplay, and the freedom to create at your own pace. Whether you’re a solo builder, a casual explorer, or someone looking for a calmer Rust experience, this server gives you the space to unwind and have fun.\r\n\r\nPlaystyle:\r\nSolo and Teams Allowed.\r\nAlliances Allowed.\r\nTrading Allowed.\r\nNo killing players, including sleepers.\r\nNo raiding player bases (raid bases only).\r\nNo stealing.\r\nNo VPN usage allowed.\r\nUser must not have been banned within the last 182 days.\r\n\r\nScheduled Events:\r\nConvoy\r\nRaidable Bases\r\nPlane Crash\r\nTree Houses\r\n\r\nQuality of Life Features:\r\nInstant Airdrops\r\nPersonal Quarries\r\nStackable Barrels\r\nStackable Electric Furnaces\r\nStackable Boxes\r\nRemove Tool\r\nServer Stats\r\nServer Raidable Bases\r\nRadio Stations\r\nProtections\r\nBase Protection\r\nPlayer Protection\r\nVehicle Protection\r\nLaddering Protection\r\nNo Twigging on others’ bases\r\n\r\nServer Vibe:\r\nA peaceful place to chill, build, explore, and enjoy Rust without pressure or PvP. Ideal for new players, casual players, and anyone who wants a calm PVE experience.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779876805,
"last_online": 1780594232,
"icon": null,
"name": "Ducks PVE Modded Server",
"connect": "66.51.99.87:28010",
"request": "66.51.99.87:28011",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 25,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1769944477,
"last_update": 1780594232,
"banned": false,
"wipe": 1778180203,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3943,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Przykłady kodu
php
<?php
$json = file_get_contents("https://api.gamemonitoring.pl/servers/11018214");
$data = json_decode($json, true);
var_dump($data);