Arma 3
API for [Section 436] Escape v1.10+ Custom | Supported: JSRS/EM/ShackTa
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/5457779json
{
"response": {
"steam_id": "90284732272510979",
"domain": null,
"id": 5457779,
"ip": "191.96.186.3",
"port": 2312,
"query": 2313,
"color": 0,
"city": "Dallas",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1773545569,
"score": 0,
"last_online": 1776823899,
"icon": null,
"name": "[Section 436] Escape v1.10+ Custom | Supported: JSRS/EM/ShackTa",
"connect": "191.96.186.3:2312",
"request": "191.96.186.3:2313",
"map": "Malden",
"gamemode": "Escape Malden 2035 BIS NATO vs CSAT 1.10+ (S436 Custom)",
"version": "2.20.152939",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1722770118,
"last_update": 1776823899,
"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": 753,
"language": "en",
"parked": false,
"app": {
"id": 61,
"steam_id": 107410,
"name": "Arma 3",
"url": "arma-3"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/5457779");
$data = json_decode($json, true);
var_dump($data);