API pentru [AU] RevRust 5x PvPvE Monthly PVP Zones|Skills|Heli Signals
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 140450,
"world_seed": 1337,
"world_size": 4800,
"steam_id": "90286528962116619",
"domain": null,
"id": 761764,
"ip": "51.161.199.81",
"port": 28315,
"query": 28316,
"color": 0,
"city": "North Sydney",
"description": "![[AU] RevRust 5x PvPvE Monthly PVP Zones|Skills|Heli Signals](https://map.revrust.co/headerimages/RR5XPVPVEHEADER.png)\nJUST WIPED! 08/05\r\nJoin our Discord by clicking the view webpage button!\r\n\r\nRev Rust PVE 5x Gather & Loot - Monthly Wipes, Final 36 hour Purge where full PVP is enabled!\r\nBeware of the NPCs that roam the monuments and kill the Bosses for their glue! \r\nStore your best loot in the bank to carry it over to the next wipe!\r\n PVP enabled at Monuments\r\n- Custom Maps \r\n- Defendable Bases \r\n- Armored Train \r\n- Convoy \r\n- Jetpacks \r\n- Raidable Bases \r\n- Grid Power \r\n- Kits \r\n- Faster recycling \r\n- Furnace sorter \r\n- Quick Smelt \r\n- Backpacks \r\nVerified players get: \r\n- TP /home /bandit /outpost \r\n- Bigger backpacks \r\n- Starter & VIP kits \r\nUnlock VIP perks by playing on the server or \r\nCheck out revrust.co for VIP donator packages\r\n\r\nWe support the Dev community by buying our plugins from legitimate sources, so by playing on our servers you also support them too!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780034572,
"last_online": 1780551629,
"icon": null,
"name": "[AU] RevRust 5x PvPvE Monthly PVP Zones|Skills|Heli Signals",
"connect": "51.161.199.81:28315",
"request": "51.161.199.81:28316",
"map": "Rev Custom - revrust.co",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1680785565,
"last_update": 1780551629,
"banned": false,
"wipe": 1778190178,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2020,
"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/761764");
$data = json_decode($json, true);
var_dump($data);