API для [RU] Transsilvania - Cloud Mist Forest [PVE x2-3]
JSON для программ, сайтов и прочего
text
json
{
"response": {
"AD_s": "95.53.219.217:27015:27016",
"GG_s": "20260810",
"Go_s": "-1",
"ID_s": "1",
"NO_s": "1.1.3",
"OL_s": "50",
"SU_s": "DNNF0799TXCEQ8AWVYRBXITYT",
"CGM_i": "0",
"SEC_s": "13848218",
"pvp_i": "0",
"P2PADDR": "90292913126635538",
"P2PPORT": "27015",
"Season_i": "0",
"CONMETHOD": "Direct",
"Cluster_s": "none",
"WITHPSW_i": "0",
"DISTRICT_i": "0",
"OFFICIAL_i": "0",
"OWNINGNAME": "[RU] Transsilvania - Cloud Mist Forest [PVE x2-3]",
"listentype": "d",
"GREENGAME_s": "0",
"environment": "w",
"SESSIONFLAGS": "683",
"a2s_protocol": 17,
"MATCHTIMEOUT_f": "120.000000",
"players_complete": true,
"steam_id": "90292913126635538",
"domain": null,
"id": 12426492,
"ip": "95.53.219.217",
"port": 27015,
"query": 27016,
"project_id": null,
"color": 0,
"city": "Череповец",
"description": null,
"game": 2646460,
"boosts": 1,
"last_offline": 1789202600,
"last_online": 1789692260,
"icon": null,
"name": "[RU] Transsilvania - Cloud Mist Forest [PVE x2-3]",
"connect": "95.53.219.217:27015",
"request": "95.53.219.217:27016",
"map": "Level01_Main",
"gamemode": "00",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1784664202,
"last_update": 1789692260,
"ban_reason": null,
"banned": false,
"hidden": 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": 1100,
"language": "ru",
"parked": false,
"app": {
"id": 1625562,
"steam_id": 2646460,
"name": "Soulmask",
"url": "soulmask"
},
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12426492");
$data = json_decode($json, true);
var_dump($data);