API для H.MULTIQEEE.RU
JSON для программ, сайтов и прочего
text
json
{
"response": {
"paused": true,
"season": "autumn",
"secondaries": {
"3544839243": {
"id": "3544839243",
"port": 11001,
"__addr": "188.32.136.88",
"steamid": "90292195005368323"
}
},
"directory_id": "KU_j892sfIH^RkDOyFj2Ti1oDUpi",
"steam_id": null,
"domain": null,
"id": 15111905,
"ip": "188.32.136.88",
"port": 11000,
"query": 11000,
"project_id": null,
"color": 0,
"city": "Москва",
"description": null,
"game": 322330,
"owner": null,
"boosts": 1,
"last_offline": 1788598212,
"last_online": 1788600001,
"icon": null,
"name": "H.MULTIQEEE.RU",
"connect": "188.32.136.88:11000",
"request": "188.32.136.88:11000",
"map": null,
"gamemode": "survival",
"version": "747465",
"numplayers": 1,
"maxplayers": 6,
"bots": null,
"secured": null,
"private": true,
"country": "RU",
"status": true,
"votes": 0,
"points": 37,
"add_date": 1788598212,
"last_update": 1788600001,
"ban_reason": null,
"banned": false,
"hidden": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 0,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 41740,
"language": "ru",
"parked": false,
"app": {
"id": 147,
"steam_id": 322330,
"name": "Don't Starve Together",
"url": "dont-starve-together"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/15111905");
$data = json_decode($json, true);
var_dump($data);