API for ATF - Patrons #4
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286294649894914",
"domain": null,
"id": 11542956,
"ip": "178.63.54.51",
"port": 10602,
"query": 10603,
"color": 0,
"city": "Falkenstein",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1779907401,
"last_online": 1780608129,
"icon": null,
"name": "ATF - Patrons #4",
"connect": "178.63.54.51:10602",
"request": "178.63.54.51:10603",
"map": "cam_lao_nam",
"gamemode": "Across the Fence (v0.13.0@f6c6d28e testing-2026-03-29-mission)",
"version": "2.20.152984",
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": false,
"private": true,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779355480,
"last_update": 1780608129,
"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": 2627,
"language": "de",
"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/11542956");
$data = json_decode($json, true);
var_dump($data);