API for Public Official US East (Rookie) Powered by 4Netplayers

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11394505
json
{
  "response": {
    "steam_id": "90285162774977539",
    "domain": null,
    "id": 11394505,
    "ip": "147.135.31.64",
    "port": 24100,
    "query": 24110,
    "color": 0,
    "city": "Oakton",
    "description": null,
    "game": 2218970,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776944600,
    "score": 0,
    "last_online": 1777557084,
    "icon": null,
    "name": "Public Official US East (Rookie) Powered by 4Netplayers",
    "connect": "147.135.31.64:24100",
    "request": "147.135.31.64:24110",
    "map": "777125:21:6:768",
    "gamemode": "Plains of Pain v0.8.7.8",
    "version": "0.8.7.8",
    "numplayers": 0,
    "maxplayers": 40,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1774596974,
    "last_update": 1777557084,
    "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": 12,
    "language": "en",
    "parked": false,
    "app": {
      "id": 1617062,
      "steam_id": 2218970,
      "name": "Plains of Pain",
      "url": "plains-of-pain"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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