Rust
API pentru [EU] WizzRust.com 1x Solo/Duo/Trio | Noob Friendly | Wiped 02/0
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/4666168json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 97704,
"world_seed": 1,
"world_size": 3700,
"steam_id": "90284507924282377",
"domain": null,
"id": 4666168,
"ip": "195.60.166.229",
"port": 28035,
"query": 28037,
"color": 0,
"city": "City of London",
"description": "![[EU] WizzRust.com 1x Solo/Duo/Trio | Noob Friendly | Wiped 02/0](https://i.postimg.cc/XqbnhKMV/Wizz-Rust-Trio-Server-Banner.jpg)\nWelcome to WizzRust 1x Vanilla Monthly Trio!\r\n!! Read our rules on the Discord server before you play !!\r\nMonthly Map Wipes - No BP Wipes\r\nNext Map Wipe: Thursday 23rd April 2026 @ 19:00 UK Time\r\n\r\nMain Server Features:\r\n- Custom Anticheat\r\n- Max 3 Team Limit\r\n- 1x Vanilla Stack Sizes\r\n- 1x Vanilla Gather Rates\r\n\r\nQuality of Life Features:\r\n- Max 4 raids in a 48 hour period\r\n- 50% Less Upkeep Cost\r\n- Combined Outpost & Bandit\r\n- Drone Marketplace & Recyclers at Fishing Villages\r\n- Max 24 Turrets in 40m Radius\r\n- Increased Node Respawn Times\r\n- Decreased Minicopter Decay in TC Range\r\n- Non-P2W Supporter Perks\r\n\r\nDiscord: discord.gg/WizzRust\r\nRestarts daily at 8am UK Time for increased server performance",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775690523,
"score": 0,
"last_online": 1776364827,
"icon": null,
"name": "[EU] WizzRust.com 1x Solo/Duo/Trio | Noob Friendly | Wiped 02/0",
"connect": "195.60.166.229:28035",
"request": "195.60.166.229:28037",
"map": "WizzRust FPS+",
"gamemode": "Survival",
"version": "2623",
"numplayers": 6,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1717669019,
"last_update": 1776364827,
"banned": false,
"wipe": 1775151769,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1800,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/4666168");
$data = json_decode($json, true);
var_dump($data);