API für [EU] 28 Days Infection | PVP | SURV | Discord: aMmzT8Kzpb | Support |

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11488197
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 11488197,
    "ip": "162.120.2.77",
    "port": 1025,
    "query": 1025,
    "color": 0,
    "city": "Eschborn",
    "description": null,
    "game": 1766060,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775374510,
    "score": 0,
    "last_online": 1776453009,
    "icon": null,
    "name": "[EU] 28 Days Infection | PVP | SURV | Discord: aMmzT8Kzpb | Support |",
    "connect": "162.120.2.77:1025",
    "request": "162.120.2.77:1025",
    "map": "Main Map",
    "gamemode": null,
    "version": null,
    "numplayers": 23,
    "maxplayers": 24,
    "bots": 0,
    "secured": null,
    "private": null,
    "country": "DE",
    "status": true,
    "votes": 27,
    "points": 150,
    "add_date": 1775374510,
    "last_update": 1776453009,
    "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": 2,
    "language": "de",
    "parked": false,
    "app": {
      "id": 1531516,
      "steam_id": 1766060,
      "name": "HumanitZ",
      "url": "humanitz"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

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