API pentru Rauschkinder 2/3 join:beta.rauschkinder.online

JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/10469940
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 10469940,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": "Vienna",
    "description": "[{\"id\":\"k4DN3DkB58\",\"type\":\"paragraph\",\"data\":{\"text\":\"in vino veritas\"}}]",
    "game": 1203620,
    "owner": 144693,
    "boosts": 1,
    "last_offline": 1771135266,
    "score": 0,
    "last_online": 1770270613,
    "icon": null,
    "name": "Rauschkinder 2/3 join:beta.rauschkinder.online",
    "connect": null,
    "request": null,
    "map": null,
    "gamemode": "Enshrouded",
    "version": null,
    "numplayers": 0,
    "maxplayers": 6,
    "bots": 0,
    "secured": false,
    "private": true,
    "country": "AT",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1760479646,
    "last_update": 1771135266,
    "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": 11590,
    "language": "de",
    "parked": true,
    "app": {
      "id": 1611384,
      "steam_id": 1203620,
      "name": "Enshrouded",
      "url": "enshrouded"
    },
    "server_owner": {
      "username": "Staniolpapierdl",
      "avatar": "22cbcf46-561a-4cab-8529-1b7f1e836389.jpg",
      "last_online": 1771037548
    },
    "mods": [],
    "disabled_modules": []
  }
}

Exemple de cod

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