API для Building Bulletin Creative
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1761122091,
"app": {
"id": 12,
"name": "Rust",
"steam_id": 252490,
"url": "rust"
},
"color": 0,
"connect": "185.248.134.124:28015",
"country": "US",
"domain": null,
"game": 252490,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 10488776,
"ip": "185.248.134.124",
"language": "en",
"last_update": 1790377304,
"map": "Custom Map",
"maxplayers": 100,
"name": "Building Bulletin Creative",
"numplayers": 9,
"official": null,
"points": 64,
"port": 28015,
"private": false,
"project_id": null,
"pve": 0,
"pvp": null,
"query": 28016,
"request": "185.248.134.124:28016",
"secured": false,
"status": true,
"steam_id": "90293154057718808",
"version": "2633",
"votes": 0,
"wipe": 1790008961,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Даллас",
"description": "\nTHIS SERVER IS IN BETA!\r\n ANY GLITCHES OR BUGS PLEASE REPORT IN OUR DISCORD!\r\n www.rusticated.us/discord",
"disabled_modules": [],
"gamemode": "Survival",
"hidden": false,
"last_offline": 1790238306,
"last_online": 1790377304,
"list_hidden": false,
"map_url": "creativeautogen_2300_1698172579_7b8dfac3_efac_492f_8701_0eb19336b42e",
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 1134,
"wipe_period": null,
"fps": 100,
"gmn": "rust",
"url": "https://rusticated.com/discord",
"hash": "dfed3d8b",
"build": "162929",
"gc_cl": "478",
"gc_mb": "5758",
"fps_avg": 99,
"ram_sys": "0",
"map_kind": "custom",
"map_name": "Creative Autogen",
"map_seed": 1337,
"map_size": 6000,
"logoimage": "",
"listentype": "d",
"environment": "w",
"a2s_protocol": 17,
"map_revision": null,
"queueplayers": 0,
"map_image_url": "",
"entities_count": 46582,
"players_complete": true
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10488776");
$data = json_decode($json, true);
var_dump($data);