API для <ACR> Jo-Black's HyperStrike | 2 FAST 4 U HLDM Server (14:44)
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90291577440236565",
"domain": null,
"id": 13994611,
"ip": "82.64.190.176",
"port": 27016,
"query": 27016,
"project_id": null,
"color": 0,
"city": "Le Magny",
"description": null,
"game": 70,
"owner": null,
"boosts": 1,
"last_offline": 1787891341,
"last_online": 1787676873,
"icon": null,
"name": "<ACR> Jo-Black's HyperStrike | 2 FAST 4 U HLDM Server (14:44)",
"connect": "82.64.190.176:27016",
"request": "82.64.190.176:27016",
"map": "crossfire",
"gamemode": "Half-Life ozdm",
"version": "1.1.2.2",
"numplayers": 0,
"maxplayers": 14,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1787410349,
"last_update": 1787891341,
"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": 907,
"language": "fr",
"parked": false,
"app": {
"id": 9,
"steam_id": 70,
"name": "Half-Life",
"url": "half-life"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13994611");
$data = json_decode($json, true);
var_dump($data);