Arma 3
API for CSG-12 Official Training Server
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/877495json
{
"response": {
"steam_id": "90284710812140554",
"domain": null,
"id": 877495,
"ip": "64.74.161.56",
"port": 2302,
"query": 2303,
"color": 0,
"city": "Pointe-Claire",
"description": "",
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1775913116,
"score": null,
"last_online": 1776817340,
"icon": null,
"name": "CSG-12 Official Training Server",
"connect": "64.74.161.56:2302",
"request": "64.74.161.56:2303",
"map": "wgl_palms",
"gamemode": "29PalmsTrainingMap",
"version": "2.20.153649",
"numplayers": 2,
"maxplayers": 68,
"bots": 0,
"secured": false,
"private": true,
"country": "CA",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1684704929,
"last_update": 1776817340,
"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": 502,
"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/877495");
$data = json_decode($json, true);
var_dump($data);