API für [NA] RGS – Just Wiped | Vanilla Main | Monthly | Low Upkeep |
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 39,
"fps_avg": 38,
"entities_count": 102676,
"world_seed": 1,
"world_size": 3800,
"steam_id": "90286322127130626",
"domain": null,
"id": 544583,
"ip": "216.39.240.66",
"port": 28018,
"query": 28015,
"color": 0,
"city": "Ashburn",
"description": "![[NA] RGS – Just Wiped | Vanilla Main | Monthly | Low Upkeep |](https://i.imgur.com/8LdMbxc.png)\nWelcome to RGS – a server built by the community, for the community.\r\n\r\nWe’re here to provide a better alternative to vanilla Rust. With changes suggested and voted on by players, plus active admins and a reliable host, you’ll always have both a smooth server and a supportive community.\r\n\r\nServer Features\r\n• Half Upkeep – bigger bases, less grind\r\n• 1.5x Nodes, Trees, Animals, Hemp, & Berries\r\n• Road-spawn Minis\r\n• 2x Faster Plant Growth\r\n• 10-Minute Hackable Crates\r\n• No BP Wipe\r\n• We sometimes wipe the week before wipe. Be on the lookout\r\n\r\nNeed an admin? Hop into our Discord: https://discord.gg/officialrgs\r\n – we’re always ready to help.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778242986,
"last_online": 1780552227,
"icon": null,
"name": "[NA] RGS – Just Wiped | Vanilla Main | Monthly | Low Upkeep |",
"connect": "216.39.240.66:28018",
"request": "216.39.240.66:28015",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1644709684,
"last_update": 1780552227,
"banned": false,
"wipe": 1778177196,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1893,
"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/544583");
$data = json_decode($json, true);
var_dump($data);