API for KILLINGFLOOR.NET | 999 LEVELS | 2x DIFFICULTY | #2 CLASSIC NORM

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/2351400
json
{
  "response": {
    "steam_id": "90284542988804106",
    "domain": null,
    "id": 2351400,
    "ip": "51.195.60.200",
    "port": 7807,
    "query": 28952,
    "color": 0,
    "city": "Limburg an der Lahn",
    "description": "",
    "game": 1250,
    "owner": null,
    "boosts": 1,
    "last_offline": 1768642140,
    "score": null,
    "last_online": 1776446446,
    "icon": null,
    "name": "KILLINGFLOOR.NET | 999 LEVELS | 2x DIFFICULTY | #2 CLASSIC NORM",
    "connect": "51.195.60.200:7807",
    "request": "51.195.60.200:28952",
    "map": "KF-CS-SuperCrazyCars-KFN",
    "gamemode": "Killing Floor",
    "version": "1.0.6.5",
    "numplayers": 1,
    "maxplayers": 32,
    "bots": 4,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 1,
    "points": 31,
    "add_date": 1703922424,
    "last_update": 1776446446,
    "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": 21,
    "language": "de",
    "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/2351400");
$data = json_decode($json, true);
var_dump($data);