Arma Reforger
API для [EU] BigConflict #1 | UA-RU | 1pp/3pp | PvP | Drones | discord.gg/M8BykcHjdV
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11488938json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11488938,
"ip": "150.241.100.66",
"port": 2001,
"query": null,
"color": 0,
"city": "Frankfurt Am Main",
"description": null,
"game": 1874880,
"owner": 187408,
"boosts": 1,
"last_offline": 1775932053,
"score": 0,
"last_online": 1776378009,
"icon": null,
"name": "[EU] BigConflict #1 | UA-RU | 1pp/3pp | PvP | Drones | discord.gg/M8BykcHjdV",
"connect": "150.241.100.66:2001",
"request": null,
"map": "BC Zarichne Conflict",
"gamemode": "Arma Reforger",
"version": "1.6.0.119",
"numplayers": 40,
"maxplayers": 128,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": true,
"votes": 1,
"points": 223,
"add_date": 1775932053,
"last_update": 1776378009,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": true,
"position_game": 1,
"language": "ru",
"parked": false,
"app": {
"id": 55076,
"steam_id": 1874880,
"name": "Arma Reforger",
"url": "arma-reforger"
},
"server_owner": {
"username": "leshchenko26",
"avatar": "no.jpg",
"last_online": 1776033565
},
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11488938");
$data = json_decode($json, true);
var_dump($data);