Rust
API für WARBANDITS.GG |Solo/Duo/Trio|Weekly| JUST WIPED
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10661444json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 117017,
"world_seed": 546125069,
"world_size": 3700,
"steam_id": "90284227977578497",
"domain": null,
"id": 10661444,
"ip": "45.151.44.12",
"port": 28010,
"query": 28015,
"color": 0,
"city": "Amsterdam",
"description": "\nWelcome to WarBandits.gg Vanilla Trio! \r\nOn our servers we provide the best Rust gameplay. Our servers also run on the best Network & Hardware possible to improve your ingame experience on our servers! \r\n- Group Limit: 3 \r\n- Active Admins\r\n- Custom High Performance maps\r\n- Top Tier Network & Hardware\r\n- Custom Anti-cheat\r\n\r\nDiscord Link: discord.gg/warbandits",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1773722519,
"score": 0,
"last_online": 1776295812,
"icon": null,
"name": "WARBANDITS.GG |Solo/Duo/Trio|Weekly| JUST WIPED",
"connect": "45.151.44.12:28010",
"request": "45.151.44.12:28015",
"map": "Wiped 4 Days ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 5,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1764544742,
"last_update": 1776295812,
"banned": false,
"wipe": 1775912244,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1495,
"language": "nl",
"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/10661444");
$data = json_decode($json, true);
var_dump($data);