API dla [EU] Willjum's Casual Solo/Duo Monthly
JSON dla programów, stron i innych
text
json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 102451,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90286603839547409",
"domain": null,
"id": 10939345,
"ip": "185.83.154.88",
"port": 28014,
"query": 28015,
"color": 0,
"city": "Solihull",
"description": "![[EU] Willjum's Casual Solo/Duo Monthly](https://media.discordapp.net/attachments/1087970531527102504/1101108762560970852/RustBanner.png)\nWelcome to [EU] Willjum's Casual Solo/Duo! \r\nWe strive to bring you a more casual Rust experience where you can feel safe while still going to work, school, and living life outside of Rust. We discourage offline raiding and encourage online raiding.\r\n\r\nGeneral Information:\r\n- Wipe Schedule: Monthly Map & BP @ 7pm BST - Map Size: 3500\r\n- Buy VIP: Store.willjum.com\r\n- Join Discord: Discord.gg/willjum\r\n- Advanced custom-made Anti-Cheat & Group Limit Enforcement System\r\n- Active Staff\r\n\r\nGameplay Features:\r\n- Hazmat also has cold protection - Use /coffin to convert a few large boxes into coffins - Leaderboards: willjum.com/leaderboard\r\n- Drone Shops, Recyclers & Gambling added to Fishing Villages\r\n- Cozy Custom Outpost (Check out the saloon)\r\n- Optimized Map Generation – We generate 100+ maps each wipe and pick the best one to include all your favorite monuments and build spots on a small map\r\n\r\nThe Casual Gameplay:\r\nOffline discouragement \r\n- 00:00-16:00 = Protected hours \r\n- 16:00-00:00 = Unprotected hours \r\n \r\nDuring protected hours bases cost more to raid depending on how late into wipe the server is. \r\n- Week 1 => 100% (For example a stone wall is 8 rockets) \r\n- Week 2 => 50% \r\n- Week 3 => 25% \r\n- Week 4 => 0% \r\n \r\n Other Casual Features:\r\n - Neon signs only use 2 power\r\n - Elevators only use 1 power\r\n - Lights that use lowgrade use 10x less lowgrade\r\n - Plants grow 20% faster\r\n \r\n Rules:\r\n- Rule #1 — No Cheating/Exploiting\r\n- Rule #2 — No Ban Evasion/Cheater Association\r\n- Rule #3 — No Extreme Toxicity/Spam\r\n- Rule #4 — Don’t Impersonate Staff or the Server\r\n- Rule #5 — P",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780595663,
"last_online": 1780615820,
"icon": null,
"name": "[EU] Willjum's Casual Solo/Duo Monthly",
"connect": "185.83.154.88:28014",
"request": "185.83.154.88:28015",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 100,
"maxplayers": 175,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 88,
"add_date": 1768494588,
"last_update": 1780615820,
"banned": false,
"wipe": 1780595620,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 463,
"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/10939345");
$data = json_decode($json, true);
var_dump($data);