API für [ApsisGaming] PropHunt •·EU·• No Ghosting • FastDL •

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11165017
json
{
  "response": {
    "steam_id": "85568392935885587",
    "domain": null,
    "id": 11165017,
    "ip": "145.239.89.198",
    "port": 27015,
    "query": 27015,
    "color": 0,
    "city": "Wroclaw",
    "description": "[{\"id\":\"tGrCSRIfNn\",\"type\":\"paragraph\",\"data\":{\"text\":\"Garry's Mod Prophunt server with a twist. Everyone gets to play. Once eliminated as a prop, you respawn as a hunter.\"}}]",
    "game": 4000,
    "owner": 178581,
    "boosts": 1,
    "last_offline": 1774900930,
    "score": 0,
    "last_online": 1776164410,
    "icon": null,
    "name": "[ApsisGaming] PropHunt •·EU·• No Ghosting • FastDL •",
    "connect": "145.239.89.198:27015",
    "request": "145.239.89.198:27015",
    "map": "ph_westerncity",
    "gamemode": "Prop Hunt",
    "version": "2025.03.26",
    "numplayers": 1,
    "maxplayers": 32,
    "bots": 1,
    "secured": true,
    "private": false,
    "country": "PL",
    "status": true,
    "votes": 8,
    "points": 100,
    "add_date": 1772228583,
    "last_update": 1776164410,
    "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": 11,
    "language": "en",
    "parked": false,
    "app": {
      "id": 30,
      "steam_id": 4000,
      "name": "Garry's Mod",
      "url": "garrys-mod"
    },
    "server_owner": {
      "username": "len7o",
      "avatar": "b3cb1c67-2f52-4a0a-bb69-02381960c6ac.png",
      "last_online": 1776007136
    },
    "mods": [
      {
        "id": 2228,
        "name": "Prophunt"
      },
      {
        "id": 2229,
        "name": "Respawn"
      },
      {
        "id": 2230,
        "name": "Pointshop"
      }
    ],
    "disabled_modules": []
  }
}

Codebeispiele

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