API for 85th Operations Command | 85th-operations-command.de
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286677952610331",
"domain": null,
"id": 6627760,
"ip": "85.10.237.59",
"port": 2303,
"query": 2304,
"project_id": null,
"color": 0,
"city": "Nuremberg",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1780759461,
"last_online": 1780785043,
"icon": null,
"name": "85th Operations Command | 85th-operations-command.de",
"connect": "85.10.237.59:2303",
"request": "85.10.237.59:2304",
"map": "green_sea",
"gamemode": "Green_Sea_Deployment_2024",
"version": "2.20.152939",
"numplayers": 9,
"maxplayers": 50,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 42,
"add_date": 1731451947,
"last_update": 1780785043,
"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": 155,
"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/6627760");
$data = json_decode($json, true);
var_dump($data);