API для Blood Bags
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "pvp,cs4,hc,ded,dif_no",
"os": "w",
"product": "V Rising",
"region": -1,
"steam_id": "90289778526281734",
"domain": null,
"id": 12934465,
"ip": "96.232.23.13",
"port": 9876,
"query": 9877,
"project_id": null,
"color": 0,
"city": "Brooklyn",
"description": null,
"game": 480,
"owner": null,
"boosts": 1,
"last_offline": 1785390682,
"last_online": 1785292200,
"icon": null,
"name": "Blood Bags",
"connect": "96.232.23.13:9876",
"request": "96.232.23.13:9877",
"map": "VRisingWorld",
"gamemode": null,
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": null,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1785283933,
"last_update": 1785390682,
"ban_reason": null,
"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": 5798,
"language": "en",
"parked": false,
"app": {
"id": 54694,
"steam_id": 480,
"name": "Spacewar",
"url": "spacewar"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12934465");
$data = json_decode($json, true);
var_dump($data);