API для Beam - 5x Monday | ДЛЯ НОВИЧКОВ | No BPs
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 300,
"fps_avg": 310,
"entities_count": 58226,
"world_seed": 121315421,
"world_size": 3500,
"steam_id": "90286607904823309",
"domain": null,
"id": 11159236,
"ip": "185.189.255.110",
"port": 35000,
"query": 35010,
"color": 0,
"city": "Moscow",
"description": "\nУлучшенный сервер для комфортной игры:\r\n\r\n• Увеличенные рейты и стаки основных ресурсов\r\n• Все рецепты открыты\r\n• Ускоренный крафт\r\n• Ускоренные печи\r\n• Переработчики и станции дронов в безопасных зонах\r\n• Нет телепортов, ремува и прочего\r\n• Фермерство не требует внимания\r\n• Вайп карты каждый понедельник и пятницу в 12:00 МСК\r\n\r\n\r\n\r\nEnhanced 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• Faster craft\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• The BPs are all open\r\n• Map wipes every Monday and Friday at 12:00 PM [UTC +3]",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780602866,
"last_online": 1780604430,
"icon": null,
"name": "Beam - 5x Monday | ДЛЯ НОВИЧКОВ | No BPs",
"connect": "185.189.255.110:35000",
"request": "185.189.255.110:35010",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772228125,
"last_update": 1780604430,
"banned": false,
"wipe": 1780304570,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5704,
"language": "ru",
"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/11159236");
$data = json_decode($json, true);
var_dump($data);