API для SEKTA SVIATOGO ALEKSEIA
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90284535715305484",
"domain": null,
"id": 11489374,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Tbilisi",
"description": null,
"game": 1149460,
"owner": 188692,
"boosts": 1,
"last_offline": 1777269160,
"last_online": 1776377448,
"icon": null,
"name": "SEKTA SVIATOGO ALEKSEIA",
"connect": null,
"request": null,
"map": null,
"gamemode": "Icarus",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": false,
"country": "GE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1776377157,
"last_update": 1777269160,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": true,
"hide_address": true,
"hide_query": false,
"position_game": 8875,
"language": "en",
"parked": true,
"app": {
"id": 1600891,
"steam_id": 1149460,
"name": "Icarus",
"url": "icarus"
},
"server_owner": {
"username": "nikoloza",
"avatar": "3b072cfb-672c-44a7-962a-139cb1ec154c.jpg"
},
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11489374");
$data = json_decode($json, true);
var_dump($data);