API für Flamme f├╝r Vallheim powered by Host-Unlimited.de

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11436319
json
{
  "response": {
    "steam_id": 90283843997125650,
    "domain": null,
    "id": 11436319,
    "ip": "193.135.10.184",
    "port": 20388,
    "query": 20389,
    "color": 0,
    "city": "Wolfsburg",
    "description": null,
    "game": 892970,
    "owner": null,
    "boosts": 1,
    "last_offline": 1774977239,
    "score": 0,
    "last_online": 1776372154,
    "icon": null,
    "name": "Flamme f├╝r Vallheim powered by Host-Unlimited.de",
    "connect": "193.135.10.184:20388",
    "request": "193.135.10.184:20389",
    "map": "Flamme f├╝r Vallheim powere",
    "gamemode": null,
    "version": "0.221.12",
    "numplayers": 0,
    "maxplayers": 10,
    "bots": 0,
    "secured": false,
    "private": true,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1774977239,
    "last_update": 1776372154,
    "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": 8400,
    "language": "de",
    "parked": false,
    "app": {
      "id": 34967,
      "steam_id": 892970,
      "name": "Valheim",
      "url": "valheim"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

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