API для ROMANIA // REGIMENTUL 1º VANATORI DE MUNTE" https://dcserver.link/rosquad
JSON для программ, сайтов и прочего
text
json
{
"response": {
"eosSessionId": "ee8876f9aa3d469589501364cb19773e",
"steam_id": null,
"domain": null,
"id": 14021660,
"ip": "2.138.17.162",
"port": 7788,
"query": 7788,
"project_id": null,
"color": 0,
"city": "El Escorial",
"description": null,
"game": 393380,
"owner": null,
"boosts": 1,
"last_offline": 1787759122,
"last_online": 1787503367,
"icon": null,
"name": "ROMANIA // REGIMENTUL 1º VANATORI DE MUNTE\" https://dcserver.link/rosquad",
"connect": "2.138.17.162:7788",
"request": "2.138.17.162:7788",
"map": "AlBasrah_Seed_v1",
"gamemode": "Seed",
"version": "v10.5.3.657966.2759",
"numplayers": 0,
"maxplayers": 98,
"bots": 0,
"secured": null,
"private": false,
"country": "ES",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1787502764,
"last_update": 1787759122,
"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": 960,
"language": "es",
"parked": false,
"app": {
"id": 137,
"steam_id": 393380,
"name": "Squad",
"url": "squad"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/14021660");
$data = json_decode($json, true);
var_dump($data);