API für [go2tech.de] Co10 Escape from Cam Lao Nam - Public GT3

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/5595528
json
{
  "response": {
    "steam_id": "90284552027604996",
    "domain": null,
    "id": 5595528,
    "ip": "78.46.80.136",
    "port": 2102,
    "query": 2103,
    "color": 0,
    "city": "Falkenstein",
    "description": null,
    "game": 107410,
    "owner": null,
    "boosts": 1,
    "last_offline": 1774697546,
    "score": 0,
    "last_online": 1776498663,
    "icon": null,
    "name": "[go2tech.de] Co10 Escape from Cam Lao Nam - Public GT3",
    "connect": "78.46.80.136:2102",
    "request": "78.46.80.136:2103",
    "map": "vn_khe_sanh",
    "gamemode": "Escape Khe Sanh SOGPF MACV vs PAVN 1.10 dev",
    "version": "2.20.152984",
    "numplayers": 0,
    "maxplayers": 10,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1723628961,
    "last_update": 1776498663,
    "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": 720,
    "language": "de",
    "parked": false,
    "app": {
      "id": 61,
      "steam_id": 107410,
      "name": "Arma 3",
      "url": "arma-3"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

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