API для [EU] Builders Sanctuary 3.0 Creative | Sandbox | Minigames |
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1768476978,
"app": {
"id": 12,
"name": "Rust",
"steam_id": 252490,
"url": "rust"
},
"color": 0,
"connect": "185.83.154.82:28015",
"country": "GB",
"domain": null,
"game": 252490,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 10922567,
"ip": "185.83.154.82",
"language": "en",
"last_update": 1790377305,
"map": "Builders Sanctuary",
"maxplayers": 999,
"name": "[EU] Builders Sanctuary 3.0 Creative | Sandbox | Minigames |",
"numplayers": 91,
"official": null,
"points": 70,
"port": 28015,
"private": false,
"project_id": null,
"pve": 0,
"pvp": null,
"query": 28014,
"request": "185.83.154.82:28014",
"secured": true,
"status": true,
"steam_id": "90293381944699915",
"version": "2633",
"votes": 0,
"wipe": 1790312478,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Солихалл",
"description": "![[EU] Builders Sanctuary 3.0 Creative | Sandbox | Minigames |](https://images.archipel.gg/SanctuaryBanner.png)\nRust's Best Build Server\n\nA Modern Rust build server experience, All the latest features, Dynamic UI, Browse countless bases.\n\nJoin us at sanc.gg or https://discord.gg/bsanc\n\nFeatures:\n\n- Build in Caves, Rocks, Icbergs, Icelakes, Swamps. Tugboats and save your progress\n- Symmetry Building => Build multiple sides of a base at the same time\n- Base Browser => Browse endless bases and add your own\n- Bgrade => Automatically upgrade building blocks\n- Automatic electricity => Control what's powered on/off without power sources\n- Full environment control => change weather, time of day, clouds, etc\n\nIP: \"connect eu.sanc.gg\"",
"disabled_modules": [],
"gamemode": "Survival",
"hidden": false,
"last_offline": 1784566476,
"last_online": 1790377305,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 685,
"wipe_period": null,
"fps": 1000,
"gmn": "rust",
"url": "https://builderssanctuary.com/",
"hash": "il2cpp",
"build": "001",
"gc_cl": "0",
"gc_mb": "0",
"fps_avg": 1000,
"ram_sys": "0",
"map_name": "Builders Sanctuary",
"map_seed": 0,
"map_size": 3000,
"logoimage": "https://builderssanctuary.com/sanctuarybanner.png",
"listentype": "d",
"environment": "l",
"favendpoint": "eu.sanc.gg",
"a2s_protocol": 17,
"queueplayers": 0,
"map_image_url": "https://maps.archipel.gg/nsl34.map",
"entities_count": 0,
"players_complete": true
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10922567");
$data = json_decode($json, true);
var_dump($data);