API für MONSTER ARMY[FR]OFFICIAL STYLE VANILLA NO MODS

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/10687892
json
{
  "response": {
    "steam_id": "90284552535680012",
    "domain": null,
    "id": 10687892,
    "ip": "83.193.15.237",
    "port": 2402,
    "query": 27018,
    "color": 0,
    "city": "Aressy",
    "description": null,
    "game": 221100,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776376977,
    "score": 0,
    "last_online": 1776424255,
    "icon": null,
    "name": "MONSTER ARMY[FR]OFFICIAL STYLE VANILLA NO MODS",
    "connect": "83.193.15.237:2402",
    "request": "83.193.15.237:27018",
    "map": "chernarusplus",
    "gamemode": null,
    "version": "1.29.162510",
    "numplayers": 0,
    "maxplayers": 60,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1764591037,
    "last_update": 1776424255,
    "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": 3136,
    "language": "fr",
    "parked": false,
    "app": {
      "id": 63,
      "steam_id": 221100,
      "name": "DayZ",
      "url": "dayz"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10687892");
$data = json_decode($json, true);
var_dump($data);