Arma 3
API for ArmaMadness
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11448535json
{
"response": {
"steam_id": "90284745173369864",
"domain": null,
"id": 11448535,
"ip": "37.153.157.34",
"port": 2321,
"query": 2322,
"color": 0,
"city": "Gouda",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1774977947,
"score": 0,
"last_online": 1776823846,
"icon": null,
"name": "ArmaMadness",
"connect": "37.153.157.34:2321",
"request": "37.153.157.34:2322",
"map": "takistan",
"gamemode": "Escape GER vs TAKI (Tanner S436 Custom bug fixed V2)",
"version": "2.20.153696",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": false,
"private": true,
"country": "NL",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774977947,
"last_update": 1776823846,
"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": 2979,
"language": "nl",
"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/11448535");
$data = json_decode($json, true);
var_dump($data);