API для A Bisecthosting Server - 873d5d53
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90286766509564934",
"domain": null,
"id": 11621201,
"ip": "144.34.86.127",
"port": 2000,
"query": 2001,
"project_id": null,
"color": 0,
"city": "The Hague",
"description": null,
"game": 2646460,
"owner": null,
"boosts": 1,
"last_offline": 1779972220,
"last_online": 1781044840,
"icon": null,
"name": "A Bisecthosting Server - 873d5d53",
"connect": "144.34.86.127:2000",
"request": "144.34.86.127:2001",
"map": "Level01_Main",
"gamemode": "00",
"version": "1.0.0.0",
"numplayers": 1,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 41,
"add_date": 1779916045,
"last_update": 1781044840,
"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": 130,
"language": "nl",
"parked": false,
"app": {
"id": 1625562,
"steam_id": 2646460,
"name": "Soulmask",
"url": "soulmask"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11621201");
$data = json_decode($json, true);
var_dump($data);