Arma Reforger
API für [GER] Deutsches Schlachtfeld - ArmaReforger.de - CrossPlay
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/7793472json
{
"response": {
"steam_id": null,
"domain": null,
"id": 7793472,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "[{\"id\":\"rRUjmPqp56\",\"type\":\"paragraph\",\"data\":{\"text\":\"Welcome to Agony, the ultimate Arma Reforger experience! Our server is built for 128 players, hosted on high-end dedicated hardware to ensure top-tier performance, stability, and low latency. With highly optimized configurations, we deliver the smoothest and most immersive gameplay possible.\"}},{\"id\":\"tGWcNskW1n\",\"type\":\"paragraph\",\"data\":{\"text\":\"Join us on Agony and experience Arma Reforger at its best!\"}}]",
"game": 1874880,
"owner": 110277,
"boosts": 1,
"last_offline": 1750457066,
"score": 0,
"last_online": 1743624641,
"icon": null,
"name": "[GER] Deutsches Schlachtfeld - ArmaReforger.de - CrossPlay",
"connect": null,
"request": null,
"map": "#AR-Campaign_ScenarioName_Everon",
"gamemode": "Arma Reforger",
"version": null,
"numplayers": 0,
"maxplayers": 128,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1739954752,
"last_update": 1750457066,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": true,
"hide_address": false,
"hide_query": false,
"position_game": 62,
"language": "de",
"parked": true,
"app": {
"id": 55076,
"steam_id": 1874880,
"name": "Arma Reforger",
"url": "arma-reforger"
},
"server_owner": {
"username": "fx0_197",
"avatar": "85503fea-4ddd-4734-8941-ae510caf8013.jpg",
"last_online": 1775916676
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/7793472");
$data = json_decode($json, true);
var_dump($data);