API для BLACK ECLIPSE x1 [Solo/Duo/Trio] FULL WIPE (29.05)
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 119,
"fps_avg": 113,
"entities_count": 69068,
"world_seed": 1278894524,
"world_size": 3500,
"steam_id": "90286357891462147",
"domain": null,
"id": 11492128,
"ip": "136.243.79.51",
"port": 28080,
"query": 28015,
"color": 0,
"city": "Falkenstein",
"description": "![BLACK ECLIPSE x1 [Solo/Duo/Trio] FULL WIPE (29.05)](https://i.postimg.cc/SsxX11b2/wmremove-transformed.jpg)\n[RU] Добро пожаловать на Black Eclipse\r\n• Рейты: х1 \r\n• Лимит: Solo/Duo/Trio\r\n• Вайп: Каждую пятницу в 15:00 МСК\r\n• Активная администрация и защита от читеров.\r\n\r\n[EN] Welcome to Black Eclipse\r\n• Rates: x1 \r\n• Group Limit: Solo/Duo/Trio\r\n• Wipe: Every Friday at 15:00 Moscow time (09:00 UTC)\r\n• Active admins and Antihack protection.\r\n\r\n Website: https://blackeclipse.gamestores.app\r\n Discord: https://discord.gg/qte5UcEcr\r\n\r\nПриятной игры! / Have a good game!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780055623,
"last_online": 1780098026,
"icon": null,
"name": "BLACK ECLIPSE x1 [Solo/Duo/Trio] FULL WIPE (29.05)",
"connect": "136.243.79.51:28080",
"request": "136.243.79.51:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1778191398,
"last_update": 1780098026,
"banned": false,
"wipe": 1780055583,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4701,
"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/11492128");
$data = json_decode($json, true);
var_dump($data);