API for [US] Sleepless Survival PVE | Supporter Server | discord.gg/sle

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10906396
json
{
  "response": {
    "steam_id": "90284753396615190",
    "domain": null,
    "id": 10906396,
    "ip": "205.209.125.142",
    "port": 7777,
    "query": 25588,
    "color": 0,
    "city": "Englewood Cliffs",
    "description": null,
    "game": 1857950,
    "owner": null,
    "boosts": 1,
    "last_offline": 1772913737,
    "score": 0,
    "last_online": 1776822101,
    "icon": null,
    "name": "[US] Sleepless Survival PVE | Supporter Server | discord.gg/sle",
    "connect": "205.209.125.142:7777",
    "request": "205.209.125.142:25588",
    "map": "Champlain Valley",
    "gamemode": "VEIN",
    "version": "0.023h4",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": false,
    "private": true,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1768386880,
    "last_update": 1776822101,
    "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": 615,
    "language": "en",
    "parked": false,
    "app": {
      "id": 1530675,
      "steam_id": 1857950,
      "name": "VEIN",
      "url": "vein"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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