API für [UA|EU][X2][Duos][Weekend Raids] No Wipe | VOIP | Ave, Ukraina!

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/6047779
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 6047779,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": null,
    "description": null,
    "game": 1604030,
    "owner": 85926,
    "boosts": 1,
    "last_offline": 1758284167,
    "score": 5,
    "last_online": 1753975236,
    "icon": null,
    "name": "[UA|EU][X2][Duos][Weekend Raids] No Wipe | VOIP | Ave, Ukraina!",
    "connect": null,
    "request": null,
    "map": "VRisingWorld",
    "gamemode": "4ead2d79-b7fb-4da7-ab37-3adf7ed53369",
    "version": null,
    "numplayers": 0,
    "maxplayers": 60,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "DE",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1727632330,
    "last_update": 1758284167,
    "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": 2285,
    "language": "de",
    "parked": true,
    "app": {
      "id": 55075,
      "steam_id": 1604030,
      "name": "V Rising",
      "url": "v-rising"
    },
    "server_owner": {
      "username": "ZifeRRoT",
      "avatar": "52589856-dc9c-42c9-af38-ea7b1f2fe143.jpg",
      "last_online": 1728028987
    },
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

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