Beam - 2X Friday | Solo/Duo/Trio/Quad | No BP Wipes के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 441,
"fps_avg": 433,
"entities_count": 63122,
"world_seed": 1,
"world_size": 3500,
"steam_id": "90286592050385937",
"domain": null,
"id": 11511149,
"ip": "185.189.255.18",
"port": 35200,
"query": 35210,
"color": 0,
"city": "Moscow",
"description": "\nУлучшенный классический сервер для комфортной игры:\r\n\r\n• Увеличенные рейты и стаки основных ресурсов\r\n• Ускоренные печи\r\n• Переработчики и станции дронов в безопасных зонах\r\n• Нет телепортов, ремува и прочего\r\n• Фермерство не требует внимания\r\n• Вайп карты каждую пятницу в 12:00 МСК\r\n• Система вознаграждений за проведённое время в игре\r\n\r\nEnhanced classic server for a comfortable gameplay experience:\r\n\r\n• Increased gather rates and larger stack sizes for core resources\r\n• Faster furnaces\r\n• Recyclers and drone marketplaces in safe zones\r\n• No teleportation, no remove tool, and no other modded shortcuts\r\n• Farming requires minimal maintenance\r\n• Map wipes every Friday at 12:00 PM [UTC +3]\r\n• Reward system for time spent in-game",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779455620,
"last_online": 1780581634,
"icon": null,
"name": "Beam - 2X Friday | Solo/Duo/Trio/Quad | No BP Wipes",
"connect": "185.189.255.18:35200",
"request": "185.189.255.18:35210",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779353838,
"last_update": 1780581634,
"banned": false,
"wipe": 1780045619,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5135,
"language": "ru",
"parked": false,
"app": {
"id": 252490,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11511149");
$data = json_decode($json, true);
var_dump($data);