API für [EU] A LastSurvivor | HORDES | FLEA-MARKET | NoLAG | EVENTS | StarterKIT | DiscordBOT /4sAfdy88Xa | PvP/PVE

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11492448
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 11492448,
    "ip": "135.125.226.137",
    "port": 7777,
    "query": 7777,
    "color": 0,
    "city": "Limburg an der Lahn",
    "description": null,
    "game": 1766060,
    "owner": 194461,
    "boosts": 1,
    "last_offline": 1778769793,
    "score": 5,
    "last_online": 1778787611,
    "icon": null,
    "name": "[EU] A LastSurvivor | HORDES | FLEA-MARKET | NoLAG | EVENTS | StarterKIT | DiscordBOT /4sAfdy88Xa | PvP/PVE",
    "connect": "135.125.226.137:7777",
    "request": "135.125.226.137:7777",
    "map": "Main Map",
    "gamemode": null,
    "version": null,
    "numplayers": 8,
    "maxplayers": 50,
    "bots": 0,
    "secured": null,
    "private": null,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 121,
    "add_date": 1778720688,
    "last_update": 1778787611,
    "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": 5,
    "language": "de",
    "parked": false,
    "app": {
      "id": 1531516,
      "steam_id": 1766060,
      "name": "HumanitZ",
      "url": "humanitz"
    },
    "server_owner": {
      "username": "a_last_survivor",
      "avatar": "c6f43148-d9ae-4304-a78b-6067990ec515.png",
      "last_online": 1778767632
    },
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

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