Arma 3
API for 101st Doom Battalion | Server 4 | Mainop
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11070231json
{
"response": {
"steam_id": "90284582341948434",
"domain": null,
"id": 11070231,
"ip": "199.33.118.13",
"port": 2300,
"query": 2301,
"color": 0,
"city": "Hillsboro",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1776456152,
"score": 0,
"last_online": 1776469226,
"icon": null,
"name": "101st Doom Battalion | Server 4 | Mainop",
"connect": "199.33.118.13:2300",
"request": "199.33.118.13:2301",
"map": "OPTRE_Wetlands",
"gamemode": "101st%20GC%20Yoabos%20Week%208%20C2",
"version": "2.20.152991",
"numplayers": 24,
"maxplayers": 64,
"bots": 0,
"secured": false,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 58,
"add_date": 1769972663,
"last_update": 1776469226,
"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": 41,
"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/11070231");
$data = json_decode($json, true);
var_dump($data);