Half-Life
API для ★ ★ ★ HL-HEV | WEAPON MOD ★ ★ ★
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/138886json
{
"response": {
"steam_id": 90071992547409920,
"domain": null,
"id": 138886,
"ip": "95.163.78.25",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Moscow",
"description": "",
"game": 70,
"owner": null,
"boosts": 1,
"last_offline": 1773583931,
"score": null,
"last_online": 1776355280,
"icon": null,
"name": "★ ★ ★ HL-HEV | WEAPON MOD ★ ★ ★",
"connect": "95.163.78.25:27015",
"request": "95.163.78.25:27015",
"map": "hev_instock",
"gamemode": "Weapon Mod HLO",
"version": "1.1.2.7/Stdio",
"numplayers": 0,
"maxplayers": 14,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1552755420,
"last_update": 1776355280,
"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": 103,
"language": "ru",
"parked": false,
"app": {
"id": 9,
"steam_id": 70,
"name": "Half-Life",
"url": "half-life"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/138886");
$data = json_decode($json, true);
var_dump($data);