API für Arma 3 Server German 0815 Escape from Cup Map World 2025

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/8332871
json
{
  "response": {
    "steam_id": "90279472397782038",
    "domain": null,
    "id": 8332871,
    "ip": "94.250.209.208",
    "port": 2302,
    "query": 2303,
    "color": 0,
    "city": "Munich",
    "description": null,
    "game": 107410,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776824552,
    "score": 0,
    "last_online": 1776520319,
    "icon": null,
    "name": "Arma 3 Server German 0815 Escape from Cup Map World 2025",
    "connect": "94.250.209.208:2302",
    "request": "94.250.209.208:2303",
    "map": "Sara_dbe1",
    "gamemode": "Escape United Sahrani CUP Woodland RU vs BAF 1.10 dev 17369d4",
    "version": "2.20.152984",
    "numplayers": 0,
    "maxplayers": 10,
    "bots": 0,
    "secured": false,
    "private": true,
    "country": "DE",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1743526228,
    "last_update": 1776824552,
    "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": 3420,
    "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/8332871");
$data = json_decode($json, true);
var_dump($data);