API for @�@[AUS] @��The Resistance ��@Custom Maps �@@Difficulty Vot

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/812552
json
{
  "response": {
    "steam_id": "90284104833593345",
    "domain": null,
    "id": 812552,
    "ip": "103.62.50.50",
    "port": 7707,
    "query": 28852,
    "color": 0,
    "city": "Brisbane",
    "description": "",
    "game": 1250,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775385731,
    "score": null,
    "last_online": 1776512541,
    "icon": null,
    "name": "@�@[AUS] @��The Resistance ��@Custom Maps �@@Difficulty Vot",
    "connect": "103.62.50.50:7707",
    "request": "103.62.50.50:28852",
    "map": "KF-Danzigv071",
    "gamemode": "Killing Floor",
    "version": "1.0.6.5",
    "numplayers": 0,
    "maxplayers": 6,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "AU",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1684358323,
    "last_update": 1776512541,
    "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": 107,
    "language": "en",
    "parked": false,
    "app": {
      "id": 50,
      "steam_id": 1250,
      "name": "Killing Floor",
      "url": "killing-floor"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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