Arma 3
API for 3rd Special Forces Group (A) Gun Range
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/6290116json
{
"response": {
"steam_id": "90284578956870682",
"domain": null,
"id": 6290116,
"ip": "162.248.92.54",
"port": 2502,
"query": 2503,
"color": 0,
"city": "Chicago",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1776469401,
"score": 0,
"last_online": 1776457849,
"icon": null,
"name": "3rd Special Forces Group (A) Gun Range",
"connect": "162.248.92.54:2502",
"request": "162.248.92.54:2503",
"map": "bro_range",
"gamemode": "3rd SFG(A) North Carolina Gun Range",
"version": "2.20.153053",
"numplayers": 0,
"maxplayers": 70,
"bots": 0,
"secured": false,
"private": true,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1729559938,
"last_update": 1776469401,
"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": 3491,
"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/6290116");
$data = json_decode($json, true);
var_dump($data);