Rust
API für WARBANDITS.GG 5X |Solo/Duo/Trio|Loot+|TP|Kits|x5 JUST WIPED
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/7562861json
{
"response": {
"modded": true,
"fps": 60,
"fps_avg": 60,
"entities_count": 82651,
"world_seed": 2133540564,
"world_size": 3400,
"steam_id": "90284385248364544",
"domain": null,
"id": 7562861,
"ip": "64.40.8.100",
"port": 28010,
"query": 28015,
"color": 0,
"city": "Dallas",
"description": "\nWelcome to WarBandits.gg 5x Solo/Duo/Trio! \r\nOn our servers we provide the best Rust gameplay. We run multiple balanced plugins to improve the quality of the game. Our servers also run on the best Network & Hardware possible to improve your ingame experience on our servers! \r\n - 5x Gather Rates \r\n - Instant crafting \r\n - Custom loot tables made for PVP \r\n - Recyclers at additional monuments \r\n - Custom High Performance Maps \r\n - All Tier 1 BPs unlocked & electrical \r\n - Long Days & Short Nights \r\n - Group Limit: 3 \r\n - Active Staff \r\n - Fast Smelt \r\n Make sure to join our discord server before playing by pressing the view webpage button or by visiting the link warbandits.gg/discord",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776217312,
"score": 0,
"last_online": 1776318613,
"icon": null,
"name": "WARBANDITS.GG 5X |Solo/Duo/Trio|Loot+|TP|Kits|x5 JUST WIPED",
"connect": "64.40.8.100:28010",
"request": "64.40.8.100:28015",
"map": "Wiped 35 Hours ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 3,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1739440524,
"last_update": 1776318613,
"banned": false,
"wipe": 1776189434,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1426,
"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/7562861");
$data = json_decode($json, true);
var_dump($data);