API for [GER] HangoutHub #1 | W.C.S. Gamemode | 1PP / 3PP-Vehicle | Keine Kampfhelis | High-FPS

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/7412461
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 7412461,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": null,
    "description": null,
    "game": 1874880,
    "owner": 104439,
    "boosts": 1,
    "last_offline": 1750457066,
    "score": 0,
    "last_online": 1740997239,
    "icon": null,
    "name": "[GER] HangoutHub #1 | W.C.S. Gamemode | 1PP / 3PP-Vehicle | Keine Kampfhelis | High-FPS",
    "connect": null,
    "request": null,
    "map": "[WCS] Rostov - North East/South West",
    "gamemode": null,
    "version": null,
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "DE",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1738793800,
    "last_update": 1750457066,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": true,
    "hide_query": false,
    "position_game": 47,
    "language": "de",
    "parked": true,
    "app": {
      "id": 55076,
      "steam_id": 1874880,
      "name": "Arma Reforger",
      "url": "arma-reforger"
    },
    "server_owner": {
      "username": "skepoxcmd",
      "avatar": "a5af00ce-4c5d-4267-a6f0-ecfe9789ef20.jpg",
      "last_online": 1768487473
    },
    "mods": [],
    "disabled_modules": [
      "reviews",
      "chat"
    ]
  }
}

Code examples

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