API für RUSTOLA.com 5x JUST WIPED! | Long | PVP | NPC Events | Kits
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286609136136203",
"domain": null,
"id": 758331,
"ip": "23.229.5.34",
"port": 28015,
"query": 28014,
"color": 0,
"city": "Buffalo",
"description": "\nRUSTOLA.com Welcome to Rustola-5x-Kits-Casual. Kits, Personal Recycler, Personal Minicopter, Offline Raid Protection (disabled until further notice), etc. Just a casual place to hang out and spend some hours. Tryhard need not apply. Heavily customized PVP experience with lots of PVE events and activities. Enjoy a fast start with unlocked BPs and kits. Last Wipe: Jun 04. Next Wipe: Jul 02. Max Group Size: 8. Next Event: Check out RUSTOLA.com for more info!. Check out the Discord Server for more details & command help: http://rustola.com",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780604659,
"last_online": 1780643429,
"icon": null,
"name": "RUSTOLA.com 5x JUST WIPED! | Long | PVP | NPC Events | Kits",
"connect": "23.229.5.34:28015",
"request": "23.229.5.34:28014",
"map": "Procedural Map",
"gamemode": "Rust",
"version": "2627",
"numplayers": 2,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1677864733,
"last_update": 1780643429,
"banned": false,
"wipe": 1780598335,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2338,
"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/758331");
$data = json_decode($json, true);
var_dump($data);