API für Wolf Arena - EU 2x | Solo/Duo/Trio/Quad | Vanilla | Weekly
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 249,
"fps_avg": 245,
"entities_count": 66193,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90286579799580684",
"domain": null,
"id": 11260032,
"ip": "157.90.75.168",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Falkenstein",
"description": "\n★ Wolf Arena - EU x2 | Solo/Duo/Trio/Quad | Vanilla ★\r\n\r\n★ Weekly Wipe\r\n★ Very high performance server with optimized maps\r\n★ Advanced anti-cheat protection (instant ban)\r\n★ Max group size : Quad\r\n★ Suitable for all players\r\n★ Active admins 24/7\r\n★ Discord.gg // WolfArena\r\n★ Our goal is to provide a clean, fair, and high-quality Rust experience",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780491792,
"last_online": 1780579233,
"icon": null,
"name": "Wolf Arena - EU 2x | Solo/Duo/Trio/Quad | Vanilla | Weekly",
"connect": "157.90.75.168:28015",
"request": "157.90.75.168:28016",
"map": "wolfarena.co",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774555186,
"last_update": 1780579233,
"banned": false,
"wipe": 1779461836,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4346,
"language": "de",
"parked": false,
"app": {
"id": 252490,
"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/11260032");
$data = json_decode($json, true);
var_dump($data);