API для BattleZone.gg — SOLO/DUO | Monthly | No BP Wipes
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 70154,
"world_seed": 1443659665,
"world_size": 3700,
"steam_id": "90286603578005524",
"domain": null,
"id": 10622913,
"ip": "66.51.99.98",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Dallas",
"description": "\nWelcome to the BattleZone! Enjoy our custom BattleZone map experience with NO jungle and other reduced POI's to increase action.\r\n\r\n--WIPE INFO--\r\n- Monthly Map Wipes & No BP Wipes\r\n- Next Wipe: Thursday, July 2nd, 2026\r\nNote: Server wipes Biweekly if the pop is extrermely low\r\n\r\n--SERVER INFO--\r\n- Flee Danger Zone mechanic removed from Patrol Heli\r\n- No recent Vac/Gamebanned accounts < 180 Days\r\n- No EAC Rust gamebanned alt accounts < 2 years\r\n- No VPN or suspicious new accounts allowed\r\n\r\n--RULES-\r\n- Max team size of 2 players\r\n- No allies are allowed.\r\n- No neutrality agreements.\r\n- No building close to friends.\r\n- Do not assist your neighbors.\r\n- Asking for base locations in limited amounts is OK.\r\n- Do not assign a sleeping bag to another player outside of your team.\r\n- Trades must take place at a safe zone or shopfront.\r\n- Trades must be of reasonably the same value.\r\n- Giving away loot is not allowed.\r\n- Base giveaways are not allowed.\r\n- Giving rides & taxi service is not allowed.\r\n- Getting in another team's passenger seat is not allowed.\r\n- Do not block or prohibit access to any monuments (Quarries are excluded)\r\n\r\nVisit us on discord and be part of the community @ https://discord.gg/battlezone",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778175785,
"last_online": 1780606230,
"icon": null,
"name": "BattleZone.gg — SOLO/DUO | Monthly | No BP Wipes",
"connect": "66.51.99.98:28015",
"request": "66.51.99.98:28017",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 4,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1763330655,
"last_update": 1780606230,
"banned": false,
"wipe": 1780594967,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2447,
"language": "en",
"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/10622913");
$data = json_decode($json, true);
var_dump($data);