API для headcrab.party | BuzzyBots 2.3
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90286019151867908",
"domain": null,
"id": 10706884,
"ip": "38.49.210.71",
"port": 27017,
"query": 27017,
"color": 0,
"city": "Montreal",
"description": null,
"game": 9000059,
"owner": null,
"boosts": 1,
"last_offline": 1779343383,
"last_online": 1779816121,
"icon": null,
"name": "headcrab.party | BuzzyBots 2.3",
"connect": "38.49.210.71:27017",
"request": "38.49.210.71:27017",
"map": "bb_domino",
"gamemode": "BuzzyBots",
"version": "1.1.2.2/Stdio",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1765125057,
"last_update": 1779816121,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1,
"language": "en",
"parked": false,
"app": {
"id": 1665412,
"steam_id": 9000059,
"name": "Buzzy Bots",
"url": "buzzy-bots"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10706884");
$data = json_decode($json, true);
var_dump($data);