API for [EU] Northern-Gaming.com | Solo Only | MONTHLY | Just Wiped

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/5387968
json
{
  "response": {
    "fps": 83,
    "fps_avg": 84,
    "entities_count": 89683,
    "world_seed": 29,
    "world_size": 3800,
    "steam_id": "90284797104138241",
    "domain": null,
    "id": 5387968,
    "ip": "109.228.171.11",
    "port": 28028,
    "query": 28027,
    "color": 0,
    "city": "Stockholm",
    "description": "![[EU] Northern-Gaming.com | Solo Only | MONTHLY | Just Wiped](https://i.ibb.co/VBtTmh7/logo.png)\nWelcome to Northern-Gaming SOLO vanilla server!\r\n\r\n-No cheating or exploiting.\r\n-Do not have alliance with other players\r\n-Do not play i team\r\n\r\n-No racist words/signs used.\r\n-You will not be able to play if you have VAC in the last 365 days.\r\n-Active Admin's\r\n\r\nJoin discord https://discord.gg/yMyYn8Tf2C for more information.\r\nMonthly bp wipe @ Force.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776831197,
    "score": 0,
    "last_online": 1776874221,
    "icon": null,
    "name": "[EU] Northern-Gaming.com | Solo Only | MONTHLY | Just Wiped",
    "connect": "109.228.171.11:28028",
    "request": "109.228.171.11:28027",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 3,
    "maxplayers": 175,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "SE",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1722420317,
    "last_update": 1776874221,
    "banned": false,
    "wipe": 1775301782,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2640,
    "language": "sv",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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