API für [AU]RevRust 20x PvPvE Monthly |Skills|Jetpack|Events|RB
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 134809,
"world_seed": 1337,
"world_size": 4800,
"steam_id": "90286613199613963",
"domain": null,
"id": 1317768,
"ip": "51.161.199.81",
"port": 28415,
"query": 28416,
"color": 0,
"city": "North Sydney",
"description": "![[AU]RevRust 20x PvPvE Monthly |Skills|Jetpack|Events|RB](https://map.revrust.co/headerimages/RR20xPVPVEHEADER.png)\nJUST WIPED! 05/06\r\nJoin our Discord by clicking the view webpage button!\r\n\r\nWiped 17/09\r\nRevolution Rust PvPvE 20x Gather & Loot - Weekly Wipes, Final 24 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": 1780617853,
"last_online": 1780640434,
"icon": null,
"name": "[AU]RevRust 20x PvPvE Monthly |Skills|Jetpack|Events|RB",
"connect": "51.161.199.81:28415",
"request": "51.161.199.81:28416",
"map": "Rev Custom - revrust.co",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1692947269,
"last_update": 1780640434,
"banned": false,
"wipe": 1780616820,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2580,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/1317768");
$data = json_decode($json, true);
var_dump($data);