API für Bartleskeet|Chernarus_Vanilla|Fast Night|Survival/PvE/NonKOS

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/10032403
json
{
  "response": {
    "steam_id": "90284733641887765",
    "domain": null,
    "id": 10032403,
    "ip": "68.231.6.213",
    "port": 2602,
    "query": 2605,
    "color": 0,
    "city": "Phoenix",
    "description": "[{\"id\":\"4lw_aTeE8t\",\"type\":\"header\",\"data\":{\"text\":\"Welcome to the Bartleskeet Chernarus Vanilla Server Fast Night Survival PvE Non PvP/KOS\",\"level\":1}}]",
    "game": 221100,
    "owner": 130468,
    "boosts": 1,
    "last_offline": 1776321073,
    "score": 0,
    "last_online": 1776803415,
    "icon": null,
    "name": "Bartleskeet|Chernarus_Vanilla|Fast Night|Survival/PvE/NonKOS",
    "connect": "68.231.6.213:2602",
    "request": "68.231.6.213:2605",
    "map": "chernarusplus",
    "gamemode": null,
    "version": "1.29.162510",
    "numplayers": 0,
    "maxplayers": 60,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 90,
    "add_date": 1755056986,
    "last_update": 1776803415,
    "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": 594,
    "language": "en",
    "parked": false,
    "app": {
      "id": 63,
      "steam_id": 221100,
      "name": "DayZ",
      "url": "dayz"
    },
    "server_owner": {
      "username": "darkschneidr",
      "avatar": "86be3547-afbf-405d-b575-3a628a2e5a58.jpg",
      "last_online": 1761679806
    },
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

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