API für Arma 3 hamburger
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286565325569030",
"domain": null,
"id": 11722500,
"ip": "152.233.12.211",
"port": 11693,
"query": 11694,
"color": 0,
"city": "Amsterdam",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1780488179,
"last_online": 1780609246,
"icon": null,
"name": "Arma 3 hamburger",
"connect": "152.233.12.211:11693",
"request": "152.233.12.211:11694",
"map": "Altis",
"gamemode": "Antistasi Ultimate - Altis",
"version": "2.20.152984",
"numplayers": 3,
"maxplayers": 28,
"bots": 0,
"secured": false,
"private": true,
"country": "NL",
"status": true,
"votes": 0,
"points": 36,
"add_date": 1780324525,
"last_update": 1780609246,
"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": 241,
"language": "nl",
"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/11722500");
$data = json_decode($json, true);
var_dump($data);