Arma 2: Operation Arrowhead
API for Mission Central IV ARMA2 DayZ Epoch Mod PVE Only (1.0.7/144629)
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/2071352json
{
"response": {
"steam_id": "90284383853452297",
"domain": null,
"id": 2071352,
"ip": "160.202.166.33",
"port": 2412,
"query": 2413,
"color": 0,
"city": "Dallas",
"description": "",
"game": 33930,
"owner": null,
"boosts": 1,
"last_offline": 1774156929,
"score": null,
"last_online": 1776219034,
"icon": null,
"name": "Mission Central IV ARMA2 DayZ Epoch Mod PVE Only (1.0.7/144629)",
"connect": "160.202.166.33:2412",
"request": "160.202.166.33:2413",
"map": null,
"gamemode": "Arma OA",
"version": "1.64.144629",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1701851286,
"last_update": 1776219034,
"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": 67,
"language": "en",
"parked": false,
"app": {
"id": 62,
"steam_id": 33930,
"name": "Arma 2: Operation Arrowhead",
"url": "arma-2-operation-arrowhead"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/2071352");
$data = json_decode($json, true);
var_dump($data);