JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11183516
json
{
  "response": {
    "steam_id": "90283860922672152",
    "domain": null,
    "id": 11183516,
    "ip": "91.98.176.195",
    "port": 7783,
    "query": 27021,
    "color": 0,
    "city": "Falkenstein",
    "description": null,
    "game": 346110,
    "owner": null,
    "boosts": 1,
    "last_offline": 1774568525,
    "score": 0,
    "last_online": 1776196222,
    "icon": null,
    "name": "NOX Ark-8man-x100NoWipe-Extinction",
    "connect": "91.98.176.195:7783",
    "request": "91.98.176.195:27021",
    "map": "Extinction",
    "gamemode": "TestGameMode_C",
    "version": "358.24",
    "numplayers": 11,
    "maxplayers": 70,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 40,
    "add_date": 1772698328,
    "last_update": 1776196222,
    "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": 1570,
    "language": "de",
    "parked": false,
    "app": {
      "id": 67,
      "steam_id": 346110,
      "name": "ARK: Survival Evolved",
      "url": "ark-survival-evolved"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

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