API pentru BattleZone.gg — MAIN | Monthly | No BP Wipes
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 67712,
"world_seed": 1739910764,
"world_size": 3700,
"steam_id": "90286603479229456",
"domain": null,
"id": 10622917,
"ip": "66.51.99.94",
"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- Highly active non-playing Admins\r\n- No Vac/Gamebanned accounts < 180 Days\r\n- No EAC Rust gamebanned alt accounts\r\n- No VPN or suspicious new accounts 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": 1780595060,
"last_online": 1780597835,
"icon": null,
"name": "BattleZone.gg — MAIN | Monthly | No BP Wipes",
"connect": "66.51.99.94:28015",
"request": "66.51.99.94:28017",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1763330655,
"last_update": 1780597835,
"banned": false,
"wipe": 1780595061,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2729,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/10622917");
$data = json_decode($json, true);
var_dump($data);