API dla [EU] Lazarus Original 1.5X | DayZ Rust | Heists | Wiped 5/6
JSON dla programów, stron i innych
text
json
{
"response": {
"fps": 40,
"fps_avg": 39,
"entities_count": 52903,
"world_seed": 1,
"world_size": 3000,
"steam_id": "90286650773667846",
"domain": null,
"id": 4523454,
"ip": "64.40.9.202",
"port": 24014,
"query": 24015,
"project_id": null,
"color": 0,
"city": "London",
"description": "![[EU] Lazarus Original 1.5X | DayZ Rust | Heists | Wiped 5/6](https://lazfiles.lon1.cdn.digitaloceanspaces.com/Laz%20Images/Server%20Banners/server%20banner%20OG.png)\nThe Project Lazarus server strives to bring many survival aspects from games such as Dayz and incorporate them into the Rust.\r\n\r\nThis server wipes every Friday at 5 PM GMT+1\r\n\r\nThe server has the following modifications:\r\n✦ 2x Resource Rate\r\n✦ Half Smelt & Crafting Speeds\r\n✦ Group Limit: 4\r\n✦ Improved Loot Tables\r\n✦ Weekly Wipes\r\n\r\nThe server has the following custom mechanics:\r\n✦ Ground Loot System: Loot items from the ground similar to DayZ.\r\n✦ Monument Heists: Rob banks across the map and sell the gold bars at outposts.\r\n✦ XP System: Redeem XP rewards by leveling up through farming and killing NPCs.\r\n✦ Quest System: Complete various tasks to earn skill points which can be used to unlock perks.\r\n✦ Drug System: Grow cocaine, heroine and cannabis at your base. You can then sell these drugs at the outpost once processed.\r\n✦ Redemption System: Earn points for each kill on a geared player. These points can be used to unlock loot crates.\r\n✦ Team Competitions: Earn points by doing various things. The team with the most points wins.\r\n✦ Tiered Tool Cupboard: Players must upgrade their tool cupboard with cash to be able to upgrade to the next building tier.\r\n✦ Player Run Marketplace: Players can access a marketplace through their mobile which allows them to earn cash where ever they are.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780616655,
"last_online": 1780901428,
"icon": null,
"name": "[EU] Lazarus Original 1.5X | DayZ Rust | Heists | Wiped 5/6",
"connect": "64.40.9.202:24014",
"request": "64.40.9.202:24015",
"map": "Custom Mods / FPS+ / 4 Max",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 4,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1716982668,
"last_update": 1780901428,
"banned": false,
"wipe": 1780675000,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2879,
"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/4523454");
$data = json_decode($json, true);
var_dump($data);