Omega Zirkel - Eine neue Welt 2025 [Survival|Coop|<color=orange için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/10620403
json
{
  "response": {
    "steam_id": "90284526333860888",
    "domain": null,
    "id": 10620403,
    "ip": "82.165.51.138",
    "port": 4255,
    "query": 4254,
    "color": 0,
    "city": "Berlin",
    "description": null,
    "game": 324080,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776013338,
    "score": 0,
    "last_online": 1776380433,
    "icon": null,
    "name": "Omega Zirkel - Eine neue Welt 2025 [Survival|Coop|<color=orange",
    "connect": "82.165.51.138:4255",
    "request": "82.165.51.138:4254",
    "map": "Land of OZ",
    "gamemode": "Rising World (New Version)",
    "version": "202512221",
    "numplayers": 1,
    "maxplayers": 16,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 44,
    "add_date": 1763326077,
    "last_update": 1776380433,
    "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": 6,
    "language": "de",
    "parked": false,
    "app": {
      "id": 4472,
      "steam_id": 324080,
      "name": "Rising World",
      "url": "rising-world"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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