API для www.planethalflife.com/agmod
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90289484614234119",
"domain": null,
"id": 12547856,
"ip": "37.61.119.116",
"port": 27015,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Baku",
"description": null,
"game": 70,
"owner": null,
"boosts": 1,
"last_offline": 1784874262,
"last_online": 1784826600,
"icon": null,
"name": "www.planethalflife.com/agmod",
"connect": "37.61.119.116:27015",
"request": "37.61.119.116:27015",
"map": "stalkyard",
"gamemode": null,
"version": "1.1.2.2/Stdio",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": null,
"country": "AZ",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1784826805,
"last_update": 1784874262,
"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": 1582,
"language": "az",
"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/12547856");
$data = json_decode($json, true);
var_dump($data);