API for [RU4] Epicenter | DSHB Team Projects
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11492530,
"ip": "185.184.128.33",
"port": 2004,
"query": 17774,
"color": 0,
"city": "Moscow",
"description": null,
"game": 1874880,
"owner": 194885,
"boosts": 1,
"last_offline": 1780266804,
"last_online": 1779394831,
"icon": null,
"name": "[RU4] Epicenter | DSHB Team Projects",
"connect": "185.184.128.33:2004",
"request": "185.184.128.33:17774",
"map": "Режим \"Осада\", проект \"Эпицентр\"",
"gamemode": "Arma Reforger",
"version": "1.6.0.119",
"numplayers": 0,
"maxplayers": 120,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1778937130,
"last_update": 1780266804,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 62,
"language": "ru",
"parked": false,
"app": {
"id": 55076,
"steam_id": 1874880,
"name": "Arma Reforger",
"url": "arma-reforger"
},
"server_owner": {
"username": "oneoneneon",
"avatar": "143710b7-b35f-4e37-98d1-eba12faf7ef6.jpg"
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11492530");
$data = json_decode($json, true);
var_dump($data);