API для EU PVE | Vanilla+ | Monthly | Raid Bases | Events | Barouders
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 96,
"fps_avg": 95,
"entities_count": 84552,
"world_seed": 1969453773,
"world_size": 3700,
"steam_id": "90286604381313044",
"domain": null,
"id": 10740381,
"ip": "136.243.0.224",
"port": 28070,
"query": 28071,
"color": 0,
"city": "Falkenstein",
"description": ".png)\nBarouders PVE EU\r\nPVE Server • No Player Raiding\r\nRaid Bases & Raidable Boats\r\nMax Group 8\r\nVanilla+ Experience\r\nVanilla Loot • 25% Upkeep\r\nMonthly Wipe\r\nBeginner Friendly Server\r\nActive Admins\r\nCustom Events\r\nContracts /Skilltree\r\nDiscord for info and support",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780634057,
"last_online": 1780631429,
"icon": null,
"name": "EU PVE | Vanilla+ | Monthly | Raid Bases | Events | Barouders",
"connect": "136.243.0.224:28070",
"request": "136.243.0.224:28071",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1766250691,
"last_update": 1780634057,
"banned": false,
"wipe": 1780596289,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10005,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10740381");
$data = json_decode($json, true);
var_dump($data);