Arma 3
API für � [ OFFICIAL ] Arma 3 CP by Bohemia Interactive (EU) #03
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10624667json
{
"response": {
"steam_id": "90284573312706576",
"domain": null,
"id": 10624667,
"ip": "85.190.155.159",
"port": 2502,
"query": 2503,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1773238930,
"score": 0,
"last_online": 1776460238,
"icon": null,
"name": "� [ OFFICIAL ] Arma 3 CP by Bohemia Interactive (EU) #03",
"connect": "85.190.155.159:2502",
"request": "85.190.155.159:2503",
"map": "Stratis",
"gamemode": "Combat Patrol",
"version": "2.20.153601",
"numplayers": 1,
"maxplayers": 12,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 34,
"add_date": 1763331747,
"last_update": 1776460238,
"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": 242,
"language": "de",
"parked": false,
"app": {
"id": 61,
"steam_id": 107410,
"name": "Arma 3",
"url": "arma-3"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10624667");
$data = json_decode($json, true);
var_dump($data);