API для Alexa's
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90286026113658893",
"domain": null,
"id": 11598588,
"ip": "144.6.84.17",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Melbourne",
"description": null,
"game": 17520,
"owner": null,
"boosts": 1,
"last_offline": 1779715968,
"last_online": 1779361811,
"icon": null,
"name": "Alexa's",
"connect": "144.6.84.17:27015",
"request": "144.6.84.17:27015",
"map": "d2_coast_05",
"gamemode": "Synergy 25.3",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 2,
"bots": 0,
"secured": false,
"private": true,
"country": "AU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779358870,
"last_update": 1779715968,
"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": 19,
"language": "en",
"parked": false,
"app": {
"id": 34,
"steam_id": 17520,
"name": "Synergy",
"url": "synergy"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11598588");
$data = json_decode($json, true);
var_dump($data);