API pentru Rauschkinder Online / join:rauschkinder.online

JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/10810740
json
{
  "response": {
    "steam_id": "90284544329700373",
    "domain": "phoenix.rauschkinder.online",
    "id": 10810740,
    "ip": "88.99.96.162",
    "port": 15637,
    "query": 15637,
    "color": 0,
    "city": "Falkenstein",
    "description": "[{\"id\":\"Oh64WdpBTA\",\"type\":\"paragraph\",\"data\":{\"text\":\"fu\"}}]",
    "game": 1203620,
    "owner": 144693,
    "boosts": 1,
    "last_offline": 1776382415,
    "score": 5,
    "last_online": 1776439218,
    "icon": null,
    "name": "Rauschkinder Online / join:rauschkinder.online",
    "connect": "phoenix.rauschkinder.online:15637",
    "request": "88.99.96.162:15637",
    "map": null,
    "gamemode": "Enshrouded",
    "version": "0.0.15.0",
    "numplayers": 0,
    "maxplayers": 16,
    "bots": 0,
    "secured": false,
    "private": true,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 90,
    "add_date": 1767108649,
    "last_update": 1776439218,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 1,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5,
    "language": "de",
    "parked": false,
    "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/10810740");
$data = json_decode($json, true);
var_dump($data);