[EU] Willjum's 2x Solo/Duo/Trio | Monday wipes için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 6,
"fps_avg": 3,
"entities_count": 58374,
"world_seed": 1337,
"world_size": 3100,
"steam_id": "90286603859562511",
"domain": null,
"id": 10922568,
"ip": "185.83.154.86",
"port": 28014,
"query": 28015,
"color": 0,
"city": "Solihull",
"description": "![[EU] Willjum's 2x Solo/Duo/Trio | Monday wipes](https://media.discordapp.net/attachments/1087970531527102504/1101108762560970852/RustBanner.png)\nWelcome to [EU] Willjum's 2x Solo/Duo/Trio \r\n\r\n Enjoy a more casual Rust experience with optimized loot tables, slightly higher gather rate, free DLC features, and advanced automatic group limit enforcement and cheater detection. This all packed into a small map with lots of PVP and player interaction.\r\n\r\nGeneral information:\r\n- Wipe schedule: Weekly Monday @ 4pm BST/5pm CEST | Monthly BPs\r\n- 3100 Map size\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\nModded features:\r\n- 2x gather rate\r\n- Optimized loot tables (Junk removed)\r\n- 2x Craft speed\r\n- Fast nights\r\n- PVP focused map\r\n\r\nRules:\r\n- Rule #1 -- No cheating/Exploiting\r\n- Rule #2 -- No Ban evasion/Cheater Assosiation\r\n- Rule #3 -- No Extreme toxicity/Spam\r\n- Rule #4 -- Don't impersonate staff or the server\r\n- Rule #5 -- Play Trio - Includes Roaming, Raiding, Farming, Traveling\r\nFull list of rules in Discord.gg/willjum",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780326857,
"last_online": 1780595644,
"icon": null,
"name": "[EU] Willjum's 2x Solo/Duo/Trio | Monday wipes",
"connect": "185.83.154.86:28014",
"request": "185.83.154.86:28015",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1768476978,
"last_update": 1780595644,
"banned": false,
"wipe": 1780595599,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1046,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10922568");
$data = json_decode($json, true);
var_dump($data);